#080612

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

Shades of Black Russian #080612

Tints of Black Russian #080612

Color information

#080612 (or 0x080612) is unknown color: approx Black Russian. HEX triplet: 08, 06 and 12. RGB value is (8,6,18). Sum of RGB (Red+Green+Blue) = 8+6+18=32 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25% from 32); Green value is 6 (2.73% from 255 or 18.75% from 32); Blue value is 18 (7.42% from 255 or 56.25% from 32); Max value from RGB is 18 - color contains mainly: blue. Hex color #080612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080612 is #F7F9ED. Grayscale: #070707. Windows color (decimal): -16251374 or 1181192. OLE color: 1181192.

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

Color convert

RGB8618-
CMYK0.560.6700.93
HSL250º50%4.71%-
HSV(B)250º66.67%7.06%-
XYZ0.270.230.6-
YUV7.97133.66128.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 25%
GREEN value IS 6 (2.73% from 255) = 18.75%
BLUE value IS 18 (7.42% from 255) = 56.25%
R=25%
G=18.75%
B=56.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal86180.560.6700.93250504.71
Hex8612384305Dfa325
Octal10622701030135372625
Binary10001101001011100010000110101110111111010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080612; }

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

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

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

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

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

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

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

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