#080412

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

Shades of Black Russian #080412

Tints of Black Russian #080412

Color information

#080412 (or 0x080412) is unknown color: approx Black Russian. HEX triplet: 08, 04 and 12. RGB value is (8,4,18). Sum of RGB (Red+Green+Blue) = 8+4+18=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 18 (7.42% from 255 or 60% from 30); Max value from RGB is 18 - color contains mainly: blue. Hex color #080412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080412 is #F7FBED. Grayscale: #060606. Windows color (decimal): -16251886 or 1180680. OLE color: 1180680.

HSL color Cylindrical-coordinate representation of color #080412: hue angle of 257.14º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #080412 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB8418-
CMYK0.560.7800.93
HSL257.14º63.64%4.31%-
HSV(B)257.14º77.78%7.06%-
XYZ0.250.180.59-
YUV6.79134.33128.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 26.67%
GREEN value IS 4 (1.95% from 255) = 13.33%
BLUE value IS 18 (7.42% from 255) = 60%
R=26.67%
G=13.33%
B=60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal84180.560.7800.93257.1463.644.31
Hex8412384E05D101404
Octal104227011601354011004
Binary1000100100101110001001110010111011000000011000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080412; }

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

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

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

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

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

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

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

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