Html Css Color HEX #201D24 Blackcurrant

📋 copy color: '#201D24'

red 32 ◦ green 29 ◦ blue 36

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

Shades of Blackcurrant #201D24

Tints of Blackcurrant #201D24

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29.9%

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

R = 32.99%
G = 29.9%
B = 37.11%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#201D24 (or 0x201D24) is known color: Blackcurrant. HEX triplet: 20, 1D and 24. RGB value is (32,29,36). Sum of RGB (Red+Green+Blue) = 32+29+36=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 36 - color contains mainly: blue. Hex color #201D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201D24 is #DFE2DB. Grayscale: #1E1E1E. Windows color (decimal): -14672604 or 2366752. OLE color: 2366752.

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

Color convert

RGB 32 29 36 -
CMYK 0.11 0.19 0 0.86
HSL 265.71º 0.11% 0.13% -
HSV(B) 265.71º 0.19% 0.14% -
XYZ 1.35 1.31 1.85 -
YUV 30.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 32 29 36 0.11 0.19 0 0.86 265.71 0.11 0.13
Hex 20 1D 24 B 13 0 56 10A B D
Octal 40 35 44 13 23 0 126 412 13 15
Binary 100000 11101 100100 1011 10011 0 1010110 100001010 1011 1101

Color Harmonies of #201D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201D24

Black with #201D24

Text Example


Text Example

White with #201D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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