#08060C

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

Shades of Black Russian #08060C

Tints of Black Russian #08060C

Color information

#08060C (or 0x08060C) is unknown color: approx Black Russian. HEX triplet: 08, 06 and 0C. RGB value is (8,6,12). Sum of RGB (Red+Green+Blue) = 8+6+12=26 (3% of max value = 765). Red value is 8 (3.52% from 255 or 30.77% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 12 (5.08% from 255 or 46.15% from 26); Max value from RGB is 12 - color contains mainly: blue. Hex color #08060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08060C is #F7F9F3. Grayscale: #070707. Windows color (decimal): -16251380 or 787976. OLE color: 787976.

HSL color Cylindrical-coordinate representation of color #08060C: hue angle of 260º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #08060C is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB8612-
CMYK0.330.5000.95
HSL260º33.33%3.53%-
HSV(B)260º50%4.71%-
XYZ0.230.210.38-
YUV7.28130.66128.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 30.77%
GREEN value IS 6 (2.73% from 255) = 23.08%
BLUE value IS 12 (5.08% from 255) = 46.15%
R=30.77%
G=23.08%
B=46.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal86120.330.5000.9526033.333.53
Hex86C213205F104214
Octal1061441620137404414
Binary1000110110010000111001001011111100000100100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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