Html Css Color HEX #202024 Black Russian

📋 copy color: '#202024'

red 32 ◦ green 32 ◦ blue 36

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

Shades of Black Russian #202024

Tints of Black Russian #202024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 32%

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

R = 32%
G = 32%
B = 36%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#202024 (or 0x202024) is known color: Black Russian. HEX triplet: 20, 20 and 24. RGB value is (32,32,36). Sum of RGB (Red+Green+Blue) = 32+32+36=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 36 (14.45% from 255 or 36% from 100); Max value from RGB is 36 - color contains mainly: blue. Hex color #202024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202024 is #DFDFDB. Grayscale: #202020. Windows color (decimal): -14671836 or 2367520. OLE color: 2367520.

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

Color convert

RGB 32 32 36 -
CMYK 0.11 0.11 0 0.86
HSL 240º 0.06% 0.13% -
HSV(B) 240º 0.11% 0.14% -
XYZ 1.43 1.47 1.88 -
YUV 32.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 32 32 36 0.11 0.11 0 0.86 240 0.06 0.13
Hex 20 20 24 B B 0 56 F0 6 D
Octal 40 40 44 13 13 0 126 360 6 15
Binary 100000 100000 100100 1011 1011 0 1010110 11110000 110 1101

Color Harmonies of #202024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202024

Black with #202024

Text Example


Text Example

White with #202024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202024; }

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

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

background-color css

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

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

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

border-color css

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

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

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