Skip to contents

hu_1_2022 provides the three primary colors of the Humboldt University Berlin, Germany, up to 2022.

Usage

hu_1_2022

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 of the unikn package for creating color gradients.

Author

unicol, 2022-11-30.

Examples

hu_1_2022
#>   HU blau     weiss   schwarz 
#> "#00376C"   "white"   "black" 
unikn::seecol(hu_1_2022, n = 5, main = "5 shades of HU Berlin")  # view color palette
#> Welcome to unikn (v1.0.0)!
#> citation('unikn') provides citation information.

unikn::demopal(hu_1_2022, type = 1, main = "Colors of Humboldt University Berlin")