Skip to contents

uni_stuttgart_print provides three primary colors, one secondary color and two alternative printing colors of the University of Stuttgart, Germany.

Usage

uni_stuttgart_print

Format

An object of class character of length 6.

Source

Color definitions are based on the Uni Stuttgart's CD manual (PDF).

Value

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

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.

The alternative printing colors are provided to replace "anthrazit" for better contrast. Use "anthrazit dark" (defined as CMYK 0/0/0/90) when printing black and white, and "black" (defined as CMYK 0/0/0/100) when printing text block in correspondence.

uni_stuttgart_print 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.

Author

unicol, 2023-05-31.

Examples

uni_stuttgart_print
#>          weiss      anthrazit     mittelblau       hellblau anthrazit dark 
#>      "#FFFFFF"      "#323232"      "#004191"      "#00BEFF"      "#1a1a1a" 
#>          black 
#>      "#000000" 
unikn::seecol(uni_stuttgart_print, col_bg = "grey90", 
              main = "Printing colors of the University of Stuttgart")  # view palette