Html Css Color HEX #020D24 Black Russian

📋 copy color: '#020D24'

red 2 ◦ green 13 ◦ blue 36

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

Shades of Black Russian #020D24

Tints of Black Russian #020D24

RGB

 RED value IS 2 (1.17% from 255) = 3.92%

 GREEN value IS 13 (5.47% from 255) = 25.49%

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

R = 3.92%
G = 25.49%
B = 70.59%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#020D24 (or 0x020D24) is known color: Black Russian. HEX triplet: 02, 0D and 24. RGB value is (2,13,36). Sum of RGB (Red+Green+Blue) = 2+13+36=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 36 (14.45% from 255 or 70.59% from 51); Max value from RGB is 36 - color contains mainly: blue. Hex color #020D24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D24 is #FDF2DB. Grayscale: #0C0C0C. Windows color (decimal): -16642780 or 2362626. OLE color: 2362626.

HSL color Cylindrical-coordinate representation of color #020D24: hue angle of 220.59º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #020D24 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 2 13 36 -
CMYK 0.94 0.64 0 0.86
HSL 220.59º 0.89% 0.07% -
HSV(B) 220.59º 0.94% 0.14% -
XYZ 0.49 0.43 1.73 -
YUV 12.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 2 13 36 0.94 0.64 0 0.86 220.59 0.89 0.07
Hex 2 D 24 5E 40 0 56 DD 59 7
Octal 2 15 44 136 100 0 126 335 131 7
Binary 10 1101 100100 1011110 1000000 0 1010110 11011101 1011001 111

Color Harmonies of #020D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D24

Black with #020D24

Text Example


Text Example

White with #020D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,13,36); }

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

background-color css

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

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

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

border-color css

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

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

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