Shades of Black #0A0707
Tints of Black #0A0707
RGB
CMYK
RGB Variations
Color information
#0A0707 (or 0x0A0707) is known color: Black. HEX triplet: 0A, 07 and 07. RGB value is (10,7,7). Sum of RGB (Red+Green+Blue) = 10+7+7=24 (3% of max value = 765). Red value is 10 (4.30% from 255 or 41.67% from 24); Green value is 7 (3.12% from 255 or 29.17% from 24); Blue value is 7 (3.12% from 255 or 29.17% from 24); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0707 is #F5F8F8. Grayscale: #070707. Windows color (decimal): -16120057 or 460554. OLE color: 460554.
HSL color Cylindrical-coordinate representation of color #0A0707: hue angle of 0º degrees, saturation: 0.18, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #0A0707 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 7 | 7 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.96 |
| HSL | 0º | 0.18% | 0.03% | - |
| HSV(B) | 0º | 0.3% | 0.04% | - |
| XYZ | 0.24 | 0.23 | 0.23 | - |
| YUV | 7.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 7 | 0 | 0.30 | 0.30 | 0.96 | 0 | 0.18 | 0.03 |
| Hex | A | 7 | 7 | 0 | 1E | 1E | 60 | 0 | 12 | 3 |
| Octal | 12 | 7 | 7 | 0 | 36 | 36 | 140 | 0 | 22 | 3 |
| Binary | 1010 | 111 | 111 | 0 | 11110 | 11110 | 1100000 | 0 | 10010 | 11 |
Color Harmonies of #0A0707
Complementary color
Monochromatic Colors of #0A0707
Black with #0A0707
Text Example
Text Example
White with #0A0707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0707; }
p { color: rgb(10,7,7); }
H1.HeaderClassName
{
color: #0A0707;
}
.AnyTagClassName
{
color: #0A0707;
}
</style>
background-color css
<style>
a { background-color: #0A0707; }
a { background-color: rgb(10,7,7); }
div.DivClassName
{
background-color: #0A0707;
}
.BgClassName
{
background-color: #0A0707;
}
</style>
border-color css
<style>
span { border-color: #0A0707; }
span { border-color: rgb(10,7,7); }
td.TdClassName
{
border-color: #0A0707;
}
.TagClassName
{
border-color: #0A0707;
}
</style>