Skip to contents

uni_kiel_2 provides the 8 departmental colors (German "Fakultäten") of Kiel University, Germany.

Usage

uni_kiel_2

Format

An object of class character of length 8.

Source

Color definitions are based on https://www.presse.uni-kiel.de/de/erscheinungsbild/farben.

Value

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

Details

These colors may be mixed with darker shades of "grey" (or "black"). See examples and the ac and usecol functions for creating color gradients.

The full name of Kiel University is Christian-Albrechts-Universität (CAU) zu Kiel.

Author

unicol, 2023-01-02.

Examples

uni_kiel_2
#>                             Theologie                    Rechtswissenschaft 
#>                             "#562381"                             "#e43117" 
#>                               Medizin                           Philosophie 
#>                             "#99c221"                             "#6aacda" 
#>     Agrar-und Ernaehrungswissenschaft    Mathematik und Naturwissenschaften 
#>                             "#39842e"                             "#f29400" 
#> Wirtschafts- und Sozialwissenschaften                               Technik 
#>                             "#00677c"                             "#003d86" 
unikn::seecol(uni_kiel_2, main = "Departmental colors of Kiel University (CAU)")

unikn::demopal(uni_kiel_2, type = 3, main = "Department colors of the University of Kiel")


# Gradients: Mix with "black" for darker shades:
uni_kiel_med <- unikn::usecol(c(uni_kiel_2["Medizin"], "black"), n = 5)
unikn::seecol(uni_kiel_med, main = "5 shades of 'Medizin' of Uni Kiel")