Skip to contents

asu_3 provides the nine grayscale colors of the Arizona State University, USA.

Usage

asu_3

Format

An object of class character of length 9.

Source

Color definitions are based on ASU's brand guide.

Value

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

Details

The 9 grayscale colors are "black" (defined as HEX #000000), "gray 1" (defined as HEX #191919), "gray 2" (defined as HEX #484848), "ASU gray" (defined as HEX #747474), "gray 4" (defined as HEX #BFBFBF), "gray 5" (defined as HEX #D0D0D0), "gray 6" (defined as HEX #E8E8E8), "gray 7" (defined as HEX #FAFAFA), and "white" (defined as HEX #FFFFFF).

asu_3 uses the HEX color definitions.

Author

unicol, 2320-07-13.

Examples

asu_3
#>     black    gray 1    gray 2  ASU gray    gray 4    gray 5    gray 6    gray 7 
#> "#000000" "#191919" "#484848" "#747474" "#BFBFBF" "#D0D0D0" "#E8E8E8" "#FAFAFA" 
#>     white 
#> "#FFFFFF" 
unikn::seecol(asu_3, col_bg = "gray95",
              main = "Grayscale colors of the Arizona State University (ASU)")