Skip to contents

harvard_1 provides the two primary colors of Harvard University, USA.

Usage

harvard_1

Format

An object of class character of length 2.

Source

Color definitions are based on Harvard's Color manual.

Value

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

Details

The 2 primary colors are "Harvard crimson" (defined as RGB 165/28/48, HEX #A51C30), and "Harvard black" (defined as RGB 30/30/30, HEX #1E1E1E).

harvard_1 uses the HEX color definitions.

Author

unicol, 2023-06-14.

Examples

harvard_1
#> Harvard crimson   Harvard black 
#>       "#A51C30"       "#1E1E1E" 
unikn::seecol(harvard_1, main = "Primary colors of Harvard University")  # view color palette