Learn R Programming

unicol (version 0.3.0)

uni_stuttgart_1: Primary colors of the University of Stuttgart, Germany

Description

uni_stuttgart_1 provides three primary colors and one secondary color of the University of Stuttgart, Germany.

Usage

uni_stuttgart_1

Arguments

Value

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

Format

An object of class character of length 4.

Author

unicol, 2023-05-31.

Details

The three primary colors are "white", "anthrazit" (defined as PANTONE 432U, CMYK 50/35/25/70, RGB 62/68/76, HEX #323232), and "mittelblau" (defined as PANTONE 293U, CMYK 100/70/0/0, RGB 0/81/158, HEX #004191).

The secondary color is "hellblau" (defined as PANTONE 2985U, CMYK 70/0/0/0, RGB 0/190/255, HEX #00BEFF) and used for color accents.

uni_stuttgart_1 uses the HEX color definitions. CMYK color differs from RGB and HEX definition. For "anthrazit" and "mittelblau" the RGB and HEX definitions also differ numerically, yet are visually indistinguishable. Our color palette is based on the HEX definition.

See Also

uni_stuttgart_print for Stuttgart's primary colors with alternative printing colors for more contrast; 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_2, uni_magdeburg_3, uni_mannheim_1, uni_mannheim_2, uni_potsdam, uni_regensburg_1, uni_regensburg_2, uni_regensburg_3, uni_stuttgart_print, uni_ulm_1, uni_ulm_2

Examples

Run this code
uni_stuttgart_1
unikn::seecol(uni_stuttgart_1, col_bg = "grey90",  
              main = "Primary colors of the University of Stuttgart")  # view palette

Run the code above in your browser using DataLab