#020D24

Color #020D24 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #020D24

Tints of Black Russian #020D24

Color information

#020D24 (or 0x020D24) is unknown color: approx 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

RGB21336-
CMYK0.940.6400.86
HSL220.59º89.47%7.45%-
HSV(B)220.59º94.44%14.12%-
XYZ0.490.431.73-
YUV12.33141.36120.63-

RGB Variations

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

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 (Cyan) values IS 0.94
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal213360.940.6400.86220.5989.477.45
Hex2D245E40056dd597
Octal2154413610001263351317
Binary1011011001001011110100000001010110110111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>