Shades of Black #0F0A09
Tints of Black #0F0A09
RGB
CMYK
RGB Variations
Color information
#0F0A09 (or 0x0F0A09) is known color: Black. HEX triplet: 0F, 0A and 09. RGB value is (15,10,9). Sum of RGB (Red+Green+Blue) = 15+10+9=34 (4% of max value = 765). Red value is 15 (6.25% from 255 or 44.12% from 34); Green value is 10 (4.30% from 255 or 29.41% from 34); Blue value is 9 (3.91% from 255 or 26.47% from 34); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0A09 is #F0F5F6. Grayscale: #0B0B0B. Windows color (decimal): -15791607 or 592399. OLE color: 592399.
HSL color Cylindrical-coordinate representation of color #0F0A09: hue angle of 10º degrees, saturation: 0.25, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0F0A09 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 10 | 9 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.94 |
| HSL | 10º | 0.25% | 0.05% | - |
| HSV(B) | 10º | 0.4% | 0.06% | - |
| XYZ | 0.35 | 0.34 | 0.31 | - |
| YUV | 11.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 9 | 0 | 0.33 | 0.40 | 0.94 | 10 | 0.25 | 0.05 |
| Hex | F | A | 9 | 0 | 21 | 28 | 5E | A | 19 | 5 |
| Octal | 17 | 12 | 11 | 0 | 41 | 50 | 136 | 12 | 31 | 5 |
| Binary | 1111 | 1010 | 1001 | 0 | 100001 | 101000 | 1011110 | 1010 | 11001 | 101 |
Color Harmonies of #0F0A09
Complementary color
Monochromatic Colors of #0F0A09
Black with #0F0A09
Text Example
Text Example
White with #0F0A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0A09; }
p { color: rgb(15,10,9); }
H1.HeaderClassName
{
color: #0F0A09;
}
.AnyTagClassName
{
color: #0F0A09;
}
</style>
background-color css
<style>
a { background-color: #0F0A09; }
a { background-color: rgb(15,10,9); }
div.DivClassName
{
background-color: #0F0A09;
}
.BgClassName
{
background-color: #0F0A09;
}
</style>
border-color css
<style>
span { border-color: #0F0A09; }
span { border-color: rgb(15,10,9); }
td.TdClassName
{
border-color: #0F0A09;
}
.TagClassName
{
border-color: #0F0A09;
}
</style>