#080D29

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

Shades of Black Russian #080D29

Tints of Black Russian #080D29

Color information

#080D29 (or 0x080D29) is unknown color: approx Black Russian. HEX triplet: 08, 0D and 29. RGB value is (8,13,41). Sum of RGB (Red+Green+Blue) = 8+13+41=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 41 (16.41% from 255 or 66.13% from 62); Max value from RGB is 41 - color contains mainly: blue. Hex color #080D29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D29 is #F7F2D6. Grayscale: #0E0E0E. Windows color (decimal): -16249559 or 2690312. OLE color: 2690312.

HSL color Cylindrical-coordinate representation of color #080D29: hue angle of 230.91º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #080D29 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB81341-
CMYK0.800.6800.84
HSL230.91º67.35%9.61%-
HSV(B)230.91º80.49%16.08%-
XYZ0.640.52.16-
YUV14.7142.84123.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.90%
GREEN value IS 13 (5.47% from 255) = 20.97%
BLUE value IS 41 (16.41% from 255) = 66.13%
R=12.90%
G=20.97%
B=66.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal813410.800.6800.84230.9167.359.61
Hex8D295044054e743a
Octal101551120104012434710312
Binary1000110110100110100001000100010101001110011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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