Skip to contents

uni_lisbon provides the two basic (and monochromatic) colors of the University of Lisbon, Portugal.

Usage

uni_lisbon

Format

An object of class character of length 2.

Source

Color definitions are based on ULisboa's Manual normas graficas (PDF).

Value

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

Details

The 2 primary colors are "black" (corresponding to RGB 0 0 0 and HEX "#000000") and "white" (corresponding to RGB 255 255 255 and HEX "#FFFFFF").

uni_lisbon is defined by R color names.

See also

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.

Author

P. M. Santos to unicol, 2023-08-17.

Examples

uni_lisbon
#>   black   white 
#> "black" "white" 
unikn::seecol(uni_lisbon, col_bg = "lightgrey",  
              main = "Colors of the University of Lisbon")  # view color palette

unikn::demopal(uni_lisbon, main = "Universidade de Lisboa") # demo color palette