Shades of Black #0A0909
Tints of Black #0A0909
RGB
CMYK
RGB Variations
Color information
#0A0909 (or 0x0A0909) is known color: Black. HEX triplet: 0A, 09 and 09. RGB value is (10,9,9). Sum of RGB (Red+Green+Blue) = 10+9+9=28 (3% of max value = 765). Red value is 10 (4.30% from 255 or 35.71% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 9 (3.91% from 255 or 32.14% from 28); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0909 is #F5F6F6. Grayscale: #090909. Windows color (decimal): -16119543 or 592138. OLE color: 592138.
HSL color Cylindrical-coordinate representation of color #0A0909: hue angle of 0º degrees, saturation: 0.05, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #0A0909 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.96.
Color convert
RGB | 10 | 9 | 9 | - |
CMYK | 0 | 0.10 | 0.10 | 0.96 |
HSL | 0º | 0.05% | 0.04% | - |
HSV(B) | 0º | 0.1% | 0.04% | - |
XYZ | 0.27 | 0.28 | 0.3 | - |
YUV | 9.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 9 | 9 | 0 | 0.10 | 0.10 | 0.96 | 0 | 0.05 | 0.04 |
Hex | A | 9 | 9 | 0 | A | A | 60 | 0 | 5 | 4 |
Octal | 12 | 11 | 11 | 0 | 12 | 12 | 140 | 0 | 5 | 4 |
Binary | 1010 | 1001 | 1001 | 0 | 1010 | 1010 | 1100000 | 0 | 101 | 100 |
Color Harmonies of #0A0909
Complementary color
Monochromatic Colors of #0A0909
Black with #0A0909
Text Example
Text Example
White with #0A0909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0909; }
p { color: rgb(10,9,9); }
H1.HeaderClassName
{
color: #0A0909;
}
.AnyTagClassName
{
color: #0A0909;
}
</style>
background-color css
<style>
a { background-color: #0A0909; }
a { background-color: rgb(10,9,9); }
div.DivClassName
{
background-color: #0A0909;
}
.BgClassName
{
background-color: #0A0909;
}
</style>
border-color css
<style>
span { border-color: #0A0909; }
span { border-color: rgb(10,9,9); }
td.TdClassName
{
border-color: #0A0909;
}
.TagClassName
{
border-color: #0A0909;
}
</style>