#080712

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

Shades of Black Russian #080712

Tints of Black Russian #080712

Color information

#080712 (or 0x080712) is unknown color: approx Black Russian. HEX triplet: 08, 07 and 12. RGB value is (8,7,18). Sum of RGB (Red+Green+Blue) = 8+7+18=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 18 (7.42% from 255 or 54.55% from 33); Max value from RGB is 18 - color contains mainly: blue. Hex color #080712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080712 is #F7F8ED. Grayscale: #080808. Windows color (decimal): -16251118 or 1181448. OLE color: 1181448.

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

Color convert

RGB8718-
CMYK0.560.6100.93
HSL245.45º44%4.9%-
HSV(B)245.45º61.11%7.06%-
XYZ0.290.250.6-
YUV8.55133.33127.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 24.24%
GREEN value IS 7 (3.12% from 255) = 21.21%
BLUE value IS 18 (7.42% from 255) = 54.55%
R=24.24%
G=21.21%
B=54.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal87180.560.6100.93245.45444.9
Hex8712383D05Df52c5
Octal1072270750135365545
Binary1000111100101110001111010101110111110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080712; }

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

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

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

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

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

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

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

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