Shades of Black #0A0606
Tints of Black #0A0606
RGB
CMYK
RGB Variations
Color information
#0A0606 (or 0x0A0606) is known color: Black. HEX triplet: 0A, 06 and 06. RGB value is (10,6,6). Sum of RGB (Red+Green+Blue) = 10+6+6=22 (2% of max value = 765). Red value is 10 (4.30% from 255 or 45.45% from 22); Green value is 6 (2.73% from 255 or 27.27% from 22); Blue value is 6 (2.73% from 255 or 27.27% from 22); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0606 is #F5F9F9. Grayscale: #070707. Windows color (decimal): -16120314 or 394762. OLE color: 394762.
HSL color Cylindrical-coordinate representation of color #0A0606: hue angle of 0º 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 #0A0606 is Cyan = 0, Magento = 0.4, Yellow = 0.4 and Black (K on CMYK) = 0.96.
Color convert
RGB | 10 | 6 | 6 | - |
CMYK | 0 | 0.4 | 0.4 | 0.96 |
HSL | 0º | 0.25% | 0.03% | - |
HSV(B) | 0º | 0.4% | 0.04% | - |
XYZ | 0.22 | 0.21 | 0.2 | - |
YUV | 7.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 6 | 6 | 0 | 0.4 | 0.4 | 0.96 | 0 | 0.25 | 0.03 |
Hex | A | 6 | 6 | 0 | 28 | 28 | 60 | 0 | 19 | 3 |
Octal | 12 | 6 | 6 | 0 | 50 | 50 | 140 | 0 | 31 | 3 |
Binary | 1010 | 110 | 110 | 0 | 101000 | 101000 | 1100000 | 0 | 11001 | 11 |
Color Harmonies of #0A0606
Complementary color
Monochromatic Colors of #0A0606
Black with #0A0606
Text Example
Text Example
White with #0A0606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0606; }
p { color: rgb(10,6,6); }
H1.HeaderClassName
{
color: #0A0606;
}
.AnyTagClassName
{
color: #0A0606;
}
</style>
background-color css
<style>
a { background-color: #0A0606; }
a { background-color: rgb(10,6,6); }
div.DivClassName
{
background-color: #0A0606;
}
.BgClassName
{
background-color: #0A0606;
}
</style>
border-color css
<style>
span { border-color: #0A0606; }
span { border-color: rgb(10,6,6); }
td.TdClassName
{
border-color: #0A0606;
}
.TagClassName
{
border-color: #0A0606;
}
</style>