Shades of Black #0F0A07
Tints of Black #0F0A07
RGB
CMYK
RGB Variations
Color information
#0F0A07 (or 0x0F0A07) is known color: Black. HEX triplet: 0F, 0A and 07. RGB value is (15,10,7). Sum of RGB (Red+Green+Blue) = 15+10+7=32 (4% of max value = 765). Red value is 15 (6.25% from 255 or 46.88% from 32); Green value is 10 (4.30% from 255 or 31.25% from 32); Blue value is 7 (3.12% from 255 or 21.88% from 32); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0A07 is #F0F5F8. Grayscale: #0B0B0B. Windows color (decimal): -15791609 or 461327. OLE color: 461327.
HSL color Cylindrical-coordinate representation of color #0F0A07: hue angle of 22.5º degrees, saturation: 0.36, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F0A07 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 10 | 7 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.94 |
| HSL | 22.5º | 0.36% | 0.04% | - |
| HSV(B) | 22.5º | 0.53% | 0.06% | - |
| XYZ | 0.34 | 0.33 | 0.25 | - |
| YUV | 11.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 7 | 0 | 0.33 | 0.53 | 0.94 | 22.5 | 0.36 | 0.04 |
| Hex | F | A | 7 | 0 | 21 | 35 | 5E | 16 | 24 | 4 |
| Octal | 17 | 12 | 7 | 0 | 41 | 65 | 136 | 26 | 44 | 4 |
| Binary | 1111 | 1010 | 111 | 0 | 100001 | 110101 | 1011110 | 10110 | 100100 | 100 |
Color Harmonies of #0F0A07
Complementary color
Monochromatic Colors of #0F0A07
Black with #0F0A07
Text Example
Text Example
White with #0F0A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0A07; }
p { color: rgb(15,10,7); }
H1.HeaderClassName
{
color: #0F0A07;
}
.AnyTagClassName
{
color: #0F0A07;
}
</style>
background-color css
<style>
a { background-color: #0F0A07; }
a { background-color: rgb(15,10,7); }
div.DivClassName
{
background-color: #0F0A07;
}
.BgClassName
{
background-color: #0F0A07;
}
</style>
border-color css
<style>
span { border-color: #0F0A07; }
span { border-color: rgb(15,10,7); }
td.TdClassName
{
border-color: #0F0A07;
}
.TagClassName
{
border-color: #0F0A07;
}
</style>