Skip to contents

uni_freiburg_0 provides the three basic colors of the University of Freiburg, Germany.

Usage

uni_freiburg_0

Format

An object of class character of length 3.

Source

Color definitions are based on the new web style guide at https://uni-freiburg.de/ (at https://cd.uni-freiburg.de/farben/ on 2023-04-28).

Value

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

Details

The primary color Blau (here: uni_freiburg_0[2]) is alternatively defined as Pantone 7687C, RGB 52/74/154, HEX #344a9a, or CMYK 90/75/0/0.

See uni_freiburg_1 for a primary palette with a Blau color gradient and the ac and usecol functions for creating color gradients.

Author

unicol, 2023-04-28.

Examples

uni_freiburg_0
#>      blau   schwarz     weiss 
#> "#344A9A"   "black"   "white" 
unikn::seecol(uni_freiburg_0, col_brd = "grey", lwd_brd = 1.5, 
       main = "Basic colors of the University of Freiburg")  # view color palette

unikn::demopal(uni_freiburg_0, type = 5, main = "Basic colors of Freiburg University")