Shades of Black #0A0807
Tints of Black #0A0807
RGB
CMYK
RGB Variations
Color information
#0A0807 (or 0x0A0807) is known color: Black. HEX triplet: 0A, 08 and 07. RGB value is (10,8,7). Sum of RGB (Red+Green+Blue) = 10+8+7=25 (3% of max value = 765). Red value is 10 (4.30% from 255 or 40% from 25); Green value is 8 (3.52% from 255 or 32% from 25); Blue value is 7 (3.12% from 255 or 28% from 25); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0807 is #F5F7F8. Grayscale: #080808. Windows color (decimal): -16119801 or 460810. OLE color: 460810.
HSL color Cylindrical-coordinate representation of color #0A0807: hue angle of 20º 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 #0A0807 is Cyan = 0, Magento = 0.2, Yellow = 0.30 and Black (K on CMYK) = 0.96.
Color convert
RGB | 10 | 8 | 7 | - |
CMYK | 0 | 0.2 | 0.30 | 0.96 |
HSL | 20º | 0.18% | 0.03% | - |
HSV(B) | 20º | 0.3% | 0.04% | - |
XYZ | 0.25 | 0.25 | 0.24 | - |
YUV | 8.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 8 | 7 | 0 | 0.2 | 0.30 | 0.96 | 20 | 0.18 | 0.03 |
Hex | A | 8 | 7 | 0 | 14 | 1E | 60 | 14 | 12 | 3 |
Octal | 12 | 10 | 7 | 0 | 24 | 36 | 140 | 24 | 22 | 3 |
Binary | 1010 | 1000 | 111 | 0 | 10100 | 11110 | 1100000 | 10100 | 10010 | 11 |
Color Harmonies of #0A0807
Complementary color
Monochromatic Colors of #0A0807
Black with #0A0807
Text Example
Text Example
White with #0A0807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0807; }
p { color: rgb(10,8,7); }
H1.HeaderClassName
{
color: #0A0807;
}
.AnyTagClassName
{
color: #0A0807;
}
</style>
background-color css
<style>
a { background-color: #0A0807; }
a { background-color: rgb(10,8,7); }
div.DivClassName
{
background-color: #0A0807;
}
.BgClassName
{
background-color: #0A0807;
}
</style>
border-color css
<style>
span { border-color: #0A0807; }
span { border-color: rgb(10,8,7); }
td.TdClassName
{
border-color: #0A0807;
}
.TagClassName
{
border-color: #0A0807;
}
</style>