Skip to contents

ucsd_3 provides four neutral colors of the UCSD, UC San Diego, University of California, USA.

Usage

ucsd_3

Format

An object of class character of length 4.

Source

Color definitions are based on UCSD's Color manual.

Value

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

Details

The 4 neutral colors are "black" (defined as CMYK 0/0/0/100, RGB R0/0/0, HEX #000000), "cool gray" (defined as CMYK 30/22/17/57, RGB R116/118/120, HEX #747678), "stone" (defined as CMYK 10/11/17/27, RGB R182/177/169, HEX #B6B1A9), and "white" (defined as CMYK 0/0/0/0, RGB R255/255/255, HEX #FFFFFF).

ucsd_3 uses the HEX color definitions.

Including neutrals into our color palette is essential for long-term adaptability.

While these neutral colors may not play a major role in branded materials, they provide options for contrast and flexibility.

Author

unicol, 2023-06-16.

Examples

ucsd_3
#>     black cool gray     stone     white 
#> "#000000" "#747678" "#B6B1A9" "#FFFFFF" 
unikn::seecol(ucsd_3, main = "Neutral colors of UCSD")  # view color palette