#08041D

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

Shades of Black Russian #08041D

Tints of Black Russian #08041D

Color information

#08041D (or 0x08041D) is unknown color: approx Black Russian. HEX triplet: 08, 04 and 1D. RGB value is (8,4,29). Sum of RGB (Red+Green+Blue) = 8+4+29=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 29 (11.72% from 255 or 70.73% from 41); Max value from RGB is 29 - color contains mainly: blue. Hex color #08041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08041D is #F7FBE2. Grayscale: #070707. Windows color (decimal): -16251875 or 1901576. OLE color: 1901576.

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

Color convert

RGB8429-
CMYK0.720.8600.89
HSL249.6º75.76%6.47%-
HSV(B)249.6º86.21%11.37%-
XYZ0.370.231.19-
YUV8.05139.83127.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.51%
GREEN value IS 4 (1.95% from 255) = 9.76%
BLUE value IS 29 (11.72% from 255) = 70.73%
R=19.51%
G=9.76%
B=70.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal84290.720.8600.89249.675.766.47
Hex841D4856059fa4c6
Octal1043511012601313721146
Binary1000100111011001000101011001011001111110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08041D; }

 p { color: rgb(8,4,29); }

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

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

 a { background-color: rgb(8,4,29); }

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

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

 span { border-color: rgb(8,4,29); }

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