Html Css Color HEX #201924 Blackcurrant

📋 copy color: '#201924'

red 32 ◦ green 25 ◦ blue 36

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

Shades of Blackcurrant #201924

Tints of Blackcurrant #201924

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.88%

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

R = 34.41%
G = 26.88%
B = 38.71%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#201924 (or 0x201924) is known color: Blackcurrant. HEX triplet: 20, 19 and 24. RGB value is (32,25,36). Sum of RGB (Red+Green+Blue) = 32+25+36=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 36 - color contains mainly: blue. Hex color #201924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201924 is #DFE6DB. Grayscale: #1C1C1C. Windows color (decimal): -14673628 or 2365728. OLE color: 2365728.

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

Color convert

RGB 32 25 36 -
CMYK 0.11 0.31 0 0.86
HSL 278.18º 0.18% 0.12% -
HSV(B) 278.18º 0.31% 0.14% -
XYZ 1.26 1.13 1.82 -
YUV 28.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 32 25 36 0.11 0.31 0 0.86 278.18 0.18 0.12
Hex 20 19 24 B 1F 0 56 116 12 C
Octal 40 31 44 13 37 0 126 426 22 14
Binary 100000 11001 100100 1011 11111 0 1010110 100010110 10010 1100

Color Harmonies of #201924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201924

Black with #201924

Text Example


Text Example

White with #201924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201924; }

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

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

background-color css

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

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

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

border-color css

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

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

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