Shades of Black #080606
Tints of Black #080606
RGB
CMYK
RGB Variations
Color information
#080606 (or 0x080606) is known color: Black. HEX triplet: 08, 06 and 06. RGB value is (8,6,6). Sum of RGB (Red+Green+Blue) = 8+6+6=20 (2% of max value = 765). Red value is 8 (3.52% from 255 or 40% from 20); Green value is 6 (2.73% from 255 or 30% from 20); Blue value is 6 (2.73% from 255 or 30% from 20); Max value from RGB is 8 - color contains mainly: red. Hex color #080606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080606 is #F7F9F9. Grayscale: #060606. Windows color (decimal): -16251386 or 394760. OLE color: 394760.
HSL color Cylindrical-coordinate representation of color #080606: hue angle of 0º degrees, saturation: 0.14, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #080606 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.97.
Color convert
RGB | 8 | 6 | 6 | - |
CMYK | 0 | 0.25 | 0.25 | 0.97 |
HSL | 0º | 0.14% | 0.03% | - |
HSV(B) | 0º | 0.25% | 0.03% | - |
XYZ | 0.2 | 0.2 | 0.2 | - |
YUV | 6.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 6 | 6 | 0 | 0.25 | 0.25 | 0.97 | 0 | 0.14 | 0.03 |
Hex | 8 | 6 | 6 | 0 | 19 | 19 | 61 | 0 | E | 3 |
Octal | 10 | 6 | 6 | 0 | 31 | 31 | 141 | 0 | 16 | 3 |
Binary | 1000 | 110 | 110 | 0 | 11001 | 11001 | 1100001 | 0 | 1110 | 11 |
Color Harmonies of #080606
Complementary color
Monochromatic Colors of #080606
Black with #080606
Text Example
Text Example
White with #080606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080606; }
p { color: rgb(8,6,6); }
H1.HeaderClassName
{
color: #080606;
}
.AnyTagClassName
{
color: #080606;
}
</style>
background-color css
<style>
a { background-color: #080606; }
a { background-color: rgb(8,6,6); }
div.DivClassName
{
background-color: #080606;
}
.BgClassName
{
background-color: #080606;
}
</style>
border-color css
<style>
span { border-color: #080606; }
span { border-color: rgb(8,6,6); }
td.TdClassName
{
border-color: #080606;
}
.TagClassName
{
border-color: #080606;
}
</style>