Learn R Programming

unicol (version 0.3.0)

uni_magdeburg_2: Faculty colors of the University of Magdeburg, Germany

Description

uni_magdeburg_2 provides the faculty colors of the Otto von Guericke University Magdeburg (OVGU), Germany.

Usage

uni_magdeburg_2

Arguments

Value

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

Format

An object of class character of length 27.

Author

unicol, 2023-10-03.

Details

The pre-defined set of faculty colors allows to target publications and presentations to each faculty, allowing for visual differentiation between different units.

Using a set of faculty colors usually prevents the use of the primary university color (and vice versa).

uni_magdeburg_2 is based on RGB color definitions.

Just as the primary OVGU rot, each faculty color should be used next to the logo for emphasis purposes. Large areas of a faculty color obstruct a fresh and young appeal of a publication and should only be used in special cases.

Whereas the background white is only implicitly perceived, it is the most important corporate design element of the OVGU. White areas are not wasted space, but rather necessary elements to structure content, reveal connections, set accents, and improve readability.

See uni_magdeburg_3 for the colors of the medical faculty and university hospital of the OVGU Magdeburg.

See Also

uni_magdeburg_1 for primary colors of the OVGU Magdeburg; uni_magdeburg_3 for medical and hospital colors of the OVGU Magdeburg; seecol for viewing and comparing color palettes; usecol for using color palettes; simcol for finding similar colors; newpal for defining new color palettes; grepal for finding named colors.

Other German university color palettes: fu_0, fu_1, fu_2, fu_3, hu_1, hu_1_2022, hu_1_digital, hu_2, hu_2_2022, hu_3_accent, lmu_1, lmu_2, lmu_3, rptu, uni_bonn_1, uni_bonn_2, uni_freiburg_0, uni_freiburg_1, uni_freiburg_2, uni_freiburg_blue, uni_freiburg_br, uni_freiburg_grey, uni_freiburg_info, uni_goettingen_1, uni_goettingen_2, uni_goettingen_3, uni_halle, uni_hamburg_1, uni_hamburg_2, uni_heidelberg, uni_jena_1, uni_jena_2, uni_kassel, uni_kiel_1, uni_kiel_2, uni_koeln_1, uni_koeln_2, uni_konstanz_1, uni_konstanz_2, uni_magdeburg_1, uni_magdeburg_3, uni_mannheim_1, uni_mannheim_2, uni_potsdam, uni_regensburg_1, uni_regensburg_2, uni_regensburg_3, uni_stuttgart_1, uni_stuttgart_print, uni_ulm_1, uni_ulm_2

Examples

Run this code
uni_magdeburg_2
unikn::seecol(uni_magdeburg_2, col_bg = "grey90", 
              main = "Faculty colors of the Uni Magdeburg (OVGU)")  # view entire palette
              
# Using a partial palette: 
unikn::demopal(uni_magdeburg_2[c(19:21, 25:27)], type = 4, seed = 123, 
               main = "Colors of the Natural Sciences of the OVGU Magdeburg")
              

Run the code above in your browser using DataLab