Shades of Black #0F0A08
Tints of Black #0F0A08
RGB
CMYK
RGB Variations
Color information
#0F0A08 (or 0x0F0A08) is known color: Black. HEX triplet: 0F, 0A and 08. RGB value is (15,10,8). Sum of RGB (Red+Green+Blue) = 15+10+8=33 (4% of max value = 765). Red value is 15 (6.25% from 255 or 45.45% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0A08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0A08 is #F0F5F7. Grayscale: #0B0B0B. Windows color (decimal): -15791608 or 526863. OLE color: 526863.
HSL color Cylindrical-coordinate representation of color #0F0A08: hue angle of 17.14º degrees, saturation: 0.3, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0F0A08 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 10 | 8 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.94 |
| HSL | 17.14º | 0.3% | 0.05% | - |
| HSV(B) | 17.14º | 0.47% | 0.06% | - |
| XYZ | 0.35 | 0.34 | 0.28 | - |
| YUV | 11.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 8 | 0 | 0.33 | 0.47 | 0.94 | 17.14 | 0.3 | 0.05 |
| Hex | F | A | 8 | 0 | 21 | 2F | 5E | 11 | 1E | 5 |
| Octal | 17 | 12 | 10 | 0 | 41 | 57 | 136 | 21 | 36 | 5 |
| Binary | 1111 | 1010 | 1000 | 0 | 100001 | 101111 | 1011110 | 10001 | 11110 | 101 |
Color Harmonies of #0F0A08
Complementary color
Monochromatic Colors of #0F0A08
Black with #0F0A08
Text Example
Text Example
White with #0F0A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0A08; }
p { color: rgb(15,10,8); }
H1.HeaderClassName
{
color: #0F0A08;
}
.AnyTagClassName
{
color: #0F0A08;
}
</style>
background-color css
<style>
a { background-color: #0F0A08; }
a { background-color: rgb(15,10,8); }
div.DivClassName
{
background-color: #0F0A08;
}
.BgClassName
{
background-color: #0F0A08;
}
</style>
border-color css
<style>
span { border-color: #0F0A08; }
span { border-color: rgb(15,10,8); }
td.TdClassName
{
border-color: #0F0A08;
}
.TagClassName
{
border-color: #0F0A08;
}
</style>