#080D24

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

Shades of Black Russian #080D24

Tints of Black Russian #080D24

Color information

#080D24 (or 0x080D24) is unknown color: approx Black Russian. HEX triplet: 08, 0D and 24. RGB value is (8,13,36). Sum of RGB (Red+Green+Blue) = 8+13+36=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 36 (14.45% from 255 or 63.16% from 57); Max value from RGB is 36 - color contains mainly: blue. Hex color #080D24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D24 is #F7F2DB. Grayscale: #0E0E0E. Windows color (decimal): -16249564 or 2362632. OLE color: 2362632.

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

Color convert

RGB81336-
CMYK0.780.6400.86
HSL229.29º63.64%8.63%-
HSV(B)229.29º77.78%14.12%-
XYZ0.560.471.73-
YUV14.13140.34123.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.04%
GREEN value IS 13 (5.47% from 255) = 22.81%
BLUE value IS 36 (14.45% from 255) = 63.16%
R=14.04%
G=22.81%
B=63.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal813360.780.6400.86229.2963.648.63
Hex8D244E40056e5409
Octal101544116100012634510011
Binary1000110110010010011101000000010101101110010110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #080D24;
 }
 .AnyTagClassName
 {
   color: #080D24;
 }
</style>
background-color css

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

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

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

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

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

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