Using a Rich black for text can make printing difficult and the text less sharp. We recommend body copy is set in C0 M0 Y0 K100. pal_grey provides an additional UNHCR color palette as a data frame containing 6 colors (shades of black).

See https://media.unhcr.org/archive/Brand-Book-for-external-partners-2CZ7A2P0CGAY.html for details.

unhcr_pal_grey

Format

An object of class data.frame with 1 rows and 6 columns.

See also

unhcr_pal for the UNHCR default color palette with 5 main colors of unhcr_pal_blue; unhcr_pal_darkblue for alternative to grey UNHCR color palettes; unhcr_pal_primary for a UNHCR color palette with primary colors; seecol to show color palettes; usecol to use color palettes.

Other color palettes: unhcr_pal_blue, unhcr_pal_darkblue, unhcr_pal_graphic, unhcr_pal_green, unhcr_pal_primary, unhcr_pal_red, unhcr_pal_yellow, unhcr_pal

Examples

{ unhcr_pal_grey dim(unhcr_pal_grey) # 1 6 unhcr_pal_grey[4] # preferred (named) color "grey4" unhcr_pal_grey[[4]] # preferred color "grey4" OR "#666666" # Plotting palette: seecol(unhcr_pal_grey) }