Shades of Black #0A0806
Tints of Black #0A0806
RGB
CMYK
RGB Variations
Color information
#0A0806 (or 0x0A0806) is known color: Black. HEX triplet: 0A, 08 and 06. RGB value is (10,8,6). Sum of RGB (Red+Green+Blue) = 10+8+6=24 (3% of max value = 765). Red value is 10 (4.30% from 255 or 41.67% from 24); Green value is 8 (3.52% from 255 or 33.33% from 24); Blue value is 6 (2.73% from 255 or 25% from 24); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0806 is #F5F7F9. Grayscale: #080808. Windows color (decimal): -16119802 or 395274. OLE color: 395274.
HSL color Cylindrical-coordinate representation of color #0A0806: hue angle of 30º degrees, saturation: 0.25, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0A0806 is Cyan = 0, Magento = 0.2, Yellow = 0.4 and Black (K on CMYK) = 0.96.
Color convert
RGB | 10 | 8 | 6 | - |
CMYK | 0 | 0.2 | 0.4 | 0.96 |
HSL | 30º | 0.25% | 0.03% | - |
HSV(B) | 30º | 0.4% | 0.04% | - |
XYZ | 0.24 | 0.25 | 0.21 | - |
YUV | 8.37 | 126.66 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 8 | 6 | 0 | 0.2 | 0.4 | 0.96 | 30 | 0.25 | 0.03 |
Hex | A | 8 | 6 | 0 | 14 | 28 | 60 | 1E | 19 | 3 |
Octal | 12 | 10 | 6 | 0 | 24 | 50 | 140 | 36 | 31 | 3 |
Binary | 1010 | 1000 | 110 | 0 | 10100 | 101000 | 1100000 | 11110 | 11001 | 11 |
Color Harmonies of #0A0806
Complementary color
Monochromatic Colors of #0A0806
Black with #0A0806
Text Example
Text Example
White with #0A0806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0806; }
p { color: rgb(10,8,6); }
H1.HeaderClassName
{
color: #0A0806;
}
.AnyTagClassName
{
color: #0A0806;
}
</style>
background-color css
<style>
a { background-color: #0A0806; }
a { background-color: rgb(10,8,6); }
div.DivClassName
{
background-color: #0A0806;
}
.BgClassName
{
background-color: #0A0806;
}
</style>
border-color css
<style>
span { border-color: #0A0806; }
span { border-color: rgb(10,8,6); }
td.TdClassName
{
border-color: #0A0806;
}
.TagClassName
{
border-color: #0A0806;
}
</style>