Shades of Black #0F0A02
Tints of Black #0F0A02
RGB
CMYK
RGB Variations
Color information
#0F0A02 (or 0x0F0A02) is known color: Black. HEX triplet: 0F, 0A and 02. RGB value is (15,10,2). Sum of RGB (Red+Green+Blue) = 15+10+2=27 (3% of max value = 765). Red value is 15 (6.25% from 255 or 55.56% from 27); Green value is 10 (4.30% from 255 or 37.04% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0A02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0A02 is #F0F5FD. Grayscale: #0A0A0A. Windows color (decimal): -15791614 or 133647. OLE color: 133647.
HSL color Cylindrical-coordinate representation of color #0F0A02: hue angle of 36.92º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F0A02 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 10 | 2 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.94 |
| HSL | 36.92º | 0.76% | 0.03% | - |
| HSV(B) | 36.92º | 0.87% | 0.06% | - |
| XYZ | 0.32 | 0.32 | 0.1 | - |
| YUV | 10.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 2 | 0 | 0.33 | 0.87 | 0.94 | 36.92 | 0.76 | 0.03 |
| Hex | F | A | 2 | 0 | 21 | 57 | 5E | 25 | 4C | 3 |
| Octal | 17 | 12 | 2 | 0 | 41 | 127 | 136 | 45 | 114 | 3 |
| Binary | 1111 | 1010 | 10 | 0 | 100001 | 1010111 | 1011110 | 100101 | 1001100 | 11 |
Color Harmonies of #0F0A02
Complementary color
Monochromatic Colors of #0F0A02
Black with #0F0A02
Text Example
Text Example
White with #0F0A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0A02; }
p { color: rgb(15,10,2); }
H1.HeaderClassName
{
color: #0F0A02;
}
.AnyTagClassName
{
color: #0F0A02;
}
</style>
background-color css
<style>
a { background-color: #0F0A02; }
a { background-color: rgb(15,10,2); }
div.DivClassName
{
background-color: #0F0A02;
}
.BgClassName
{
background-color: #0F0A02;
}
</style>
border-color css
<style>
span { border-color: #0F0A02; }
span { border-color: rgb(15,10,2); }
td.TdClassName
{
border-color: #0F0A02;
}
.TagClassName
{
border-color: #0F0A02;
}
</style>