Shades of Black #0A0808
Tints of Black #0A0808
RGB
CMYK
RGB Variations
Color information
#0A0808 (or 0x0A0808) is known color: Black. HEX triplet: 0A, 08 and 08. RGB value is (10,8,8). Sum of RGB (Red+Green+Blue) = 10+8+8=26 (3% of max value = 765). Red value is 10 (4.30% from 255 or 38.46% from 26); Green value is 8 (3.52% from 255 or 30.77% from 26); Blue value is 8 (3.52% from 255 or 30.77% from 26); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0808 is #F5F7F7. Grayscale: #080808. Windows color (decimal): -16119800 or 526346. OLE color: 526346.
HSL color Cylindrical-coordinate representation of color #0A0808: hue angle of 0º degrees, saturation: 0.11, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #0A0808 is Cyan = 0, Magento = 0.2, Yellow = 0.2 and Black (K on CMYK) = 0.96.
Color convert
RGB | 10 | 8 | 8 | - |
CMYK | 0 | 0.2 | 0.2 | 0.96 |
HSL | 0º | 0.11% | 0.04% | - |
HSV(B) | 0º | 0.2% | 0.04% | - |
XYZ | 0.26 | 0.26 | 0.27 | - |
YUV | 8.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 8 | 8 | 0 | 0.2 | 0.2 | 0.96 | 0 | 0.11 | 0.04 |
Hex | A | 8 | 8 | 0 | 14 | 14 | 60 | 0 | B | 4 |
Octal | 12 | 10 | 10 | 0 | 24 | 24 | 140 | 0 | 13 | 4 |
Binary | 1010 | 1000 | 1000 | 0 | 10100 | 10100 | 1100000 | 0 | 1011 | 100 |
Color Harmonies of #0A0808
Complementary color
Monochromatic Colors of #0A0808
Black with #0A0808
Text Example
Text Example
White with #0A0808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0808; }
p { color: rgb(10,8,8); }
H1.HeaderClassName
{
color: #0A0808;
}
.AnyTagClassName
{
color: #0A0808;
}
</style>
background-color css
<style>
a { background-color: #0A0808; }
a { background-color: rgb(10,8,8); }
div.DivClassName
{
background-color: #0A0808;
}
.BgClassName
{
background-color: #0A0808;
}
</style>
border-color css
<style>
span { border-color: #0A0808; }
span { border-color: rgb(10,8,8); }
td.TdClassName
{
border-color: #0A0808;
}
.TagClassName
{
border-color: #0A0808;
}
</style>