Skip to contents

yorku_1 provides the three primary colors of the York University, Canada.

Usage

yorku_1

Format

An object of class character of length 3.

Source

Color definitions are based on York's Brand standards (PDF).

Value

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

Details

The 3 primary colors are "York red" (defined as RGB 227/24/55, HEX #E31837), "white" (defined as RGB 255/255/255, HEX #FFFFFF), and "black" (defined as RGB 0/0/0, HEX #000000).

yorku_1 uses the HEX color definitions.

Author

unicol, 2023-06-24.

Examples

yorku_1
#>  York red     white     black 
#> "#E31837" "#FFFFFF" "#000000" 
unikn::seecol(yorku_1, col_bg = "grey90", 
              main = "The primary colors of York University, CA") # view palette