hu_pal_1 provides the three primary colors of the Humboldt University Berlin, Germany.

hu_pal_1

Format

An object of class character of length 3.

Value

A named vector of colors (HEX/HTML codes of type character).

Details

The color "HU blau" is defined as Pantone 294 and approximated by RGB 0/55/108. Other approximations include CMYK 100/60/0/20, RGB 0/51/102 (reduced web scale), and RAL 270 3040.

See the ac and usecol functions for creating color gradients.

Author

unikn, 2022-11-30.

Examples

hu_pal_1
#>   HU blau     weiss   schwarz 
#> "#00376C"   "white"   "black" 
seecol(hu_pal_1, n = 5, main = "5 shades of HU Berlin")  # view color palette

demopal(hu_pal_1, type = 1, main = "Colors of Humboldt University Berlin")