Html Css Color HEX #201524 Blackcurrant

📋 copy color: '#201524'

red 32 ◦ green 21 ◦ blue 36

#201524
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #201524

Tints of Blackcurrant #201524

RGB

 RED value IS 32 (12.89% from 255) = 35.96%

 GREEN value IS 21 (8.59% from 255) = 23.6%

 BLUE value IS 36 (14.45% from 255) = 40.45%

R = 35.96%
G = 23.6%
B = 40.45%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.86

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#201524 (or 0x201524) is known color: Blackcurrant. HEX triplet: 20, 15 and 24. RGB value is (32,21,36). Sum of RGB (Red+Green+Blue) = 32+21+36=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 36 - color contains mainly: blue. Hex color #201524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201524 is #DFEADB. Grayscale: #191919. Windows color (decimal): -14674652 or 2364704. OLE color: 2364704.

HSL color Cylindrical-coordinate representation of color #201524: hue angle of 284º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #201524 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 32 21 36 -
CMYK 0.11 0.42 0 0.86
HSL 284º 0.26% 0.11% -
HSV(B) 284º 0.42% 0.14% -
XYZ 1.18 0.97 1.79 -
YUV 26 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 32 21 36 0.11 0.42 0 0.86 284 0.26 0.11
Hex 20 15 24 B 2A 0 56 11C 1A B
Octal 40 25 44 13 52 0 126 434 32 13
Binary 100000 10101 100100 1011 101010 0 1010110 100011100 11010 1011

Color Harmonies of #201524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201524

Black with #201524

Text Example


Text Example

White with #201524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201524; }

 p { color: rgb(32,21,36); }

 H1.HeaderClassName
 {
   color: #201524;
 }
 .AnyTagClassName
 {
   color: #201524;
 }
</style>

background-color css

<style>
 a { background-color: #201524; }

 a { background-color: rgb(32,21,36); }

 div.DivClassName
 {
   background-color: #201524;
 }
 .BgClassName
 {
   background-color: #201524;
 }
</style>

border-color css

<style>
 span { border-color: #201524; }

 span { border-color: rgb(32,21,36); }

 td.TdClassName
 {
   border-color: #201524;
 }
 .TagClassName
 {
   border-color: #201524;
 }
</style>