Shades of Black #0A0908
Tints of Black #0A0908
RGB
CMYK
RGB Variations
Color information
#0A0908 (or 0x0A0908) is known color: Black. HEX triplet: 0A, 09 and 08. RGB value is (10,9,8). Sum of RGB (Red+Green+Blue) = 10+9+8=27 (3% of max value = 765). Red value is 10 (4.30% from 255 or 37.04% from 27); Green value is 9 (3.91% from 255 or 33.33% from 27); Blue value is 8 (3.52% from 255 or 29.63% from 27); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0908 is #F5F6F7. Grayscale: #090909. Windows color (decimal): -16119544 or 526602. OLE color: 526602.
HSL color Cylindrical-coordinate representation of color #0A0908: hue angle of 30º 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 #0A0908 is Cyan = 0, Magento = 0.10, Yellow = 0.2 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 9 | 8 | - |
| CMYK | 0 | 0.10 | 0.2 | 0.96 |
| HSL | 30º | 0.11% | 0.04% | - |
| HSV(B) | 30º | 0.2% | 0.04% | - |
| XYZ | 0.27 | 0.28 | 0.27 | - |
| YUV | 9.19 | 127.33 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 8 | 0 | 0.10 | 0.2 | 0.96 | 30 | 0.11 | 0.04 |
| Hex | A | 9 | 8 | 0 | A | 14 | 60 | 1E | B | 4 |
| Octal | 12 | 11 | 10 | 0 | 12 | 24 | 140 | 36 | 13 | 4 |
| Binary | 1010 | 1001 | 1000 | 0 | 1010 | 10100 | 1100000 | 11110 | 1011 | 100 |
Color Harmonies of #0A0908
Complementary color
Monochromatic Colors of #0A0908
Black with #0A0908
Text Example
Text Example
White with #0A0908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0908; }
p { color: rgb(10,9,8); }
H1.HeaderClassName
{
color: #0A0908;
}
.AnyTagClassName
{
color: #0A0908;
}
</style>
background-color css
<style>
a { background-color: #0A0908; }
a { background-color: rgb(10,9,8); }
div.DivClassName
{
background-color: #0A0908;
}
.BgClassName
{
background-color: #0A0908;
}
</style>
border-color css
<style>
span { border-color: #0A0908; }
span { border-color: rgb(10,9,8); }
td.TdClassName
{
border-color: #0A0908;
}
.TagClassName
{
border-color: #0A0908;
}
</style>