Skip to contents

mit provides three primary colors of the Massachusetts Institute of Technology, USA, plus a secondary light gray color.

Usage

mit

Format

An object of class character of length 4.

Source

Color definitions are based on MIT's Color manual.

Value

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

Details

The three primary colors are "black" (corresponding to RGB 0 0 0 and HEX #000000), "MIT red" (defined as PMS 201, RGB 163 31 52, HEX #A31F34), and "MIT gray" (defined as PMS 424, RGB 138 139 140, HEX #8A8B8C).

The secondary color "MIT light gray" (defined as PMS 420, RGB 194 192 191, HEX #C2C0BF) is used for contrast reasons.

Author

unicol, 2023-06-11.

Examples

mit
#>          black        MIT red       MIT gray MIT light gray 
#>        "black"      "#A31F34"      "#8A8B8C"      "#C2C0BF" 
unikn::seecol(mit, main = "MIT, Massachusetts Institute of Technology") # view color palette