#08041C

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

Shades of Black Russian #08041C

Tints of Black Russian #08041C

Color information

#08041C (or 0x08041C) is unknown color: approx Black Russian. HEX triplet: 08, 04 and 1C. RGB value is (8,4,28). Sum of RGB (Red+Green+Blue) = 8+4+28=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 28 (11.33% from 255 or 70% from 40); Max value from RGB is 28 - color contains mainly: blue. Hex color #08041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08041C is #F7FBE3. Grayscale: #070707. Windows color (decimal): -16251876 or 1836040. OLE color: 1836040.

HSL color Cylindrical-coordinate representation of color #08041C: hue angle of 250º degrees, saturation: 0.75, 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 #08041C is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB8428-
CMYK0.710.8600.89
HSL250º75%6.27%-
HSV(B)250º85.71%10.98%-
XYZ0.350.221.12-
YUV7.93139.33128.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20%
GREEN value IS 4 (1.95% from 255) = 10%
BLUE value IS 28 (11.33% from 255) = 70%
R=20%
G=10%
B=70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal84280.710.8600.89250756.27
Hex841C4756059fa4b6
Octal1043410712601313721136
Binary1000100111001000111101011001011001111110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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