Shades of Black #0F0402
Tints of Black #0F0402
RGB
CMYK
RGB Variations
Color information
#0F0402 (or 0x0F0402) is known color: Black. HEX triplet: 0F, 04 and 02. RGB value is (15,4,2). Sum of RGB (Red+Green+Blue) = 15+4+2=21 (2% of max value = 765). Red value is 15 (6.25% from 255 or 71.43% from 21); Green value is 4 (1.95% from 255 or 19.05% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0402 is #F0FBFD. Grayscale: #070707. Windows color (decimal): -15793150 or 132111. OLE color: 132111.
HSL color Cylindrical-coordinate representation of color #0F0402: hue angle of 9.23º 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 #0F0402 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 4 | 2 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.94 |
| HSL | 9.23º | 0.76% | 0.03% | - |
| HSV(B) | 9.23º | 0.87% | 0.06% | - |
| XYZ | 0.25 | 0.19 | 0.08 | - |
| YUV | 7.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 4 | 2 | 0 | 0.73 | 0.87 | 0.94 | 9.23 | 0.76 | 0.03 |
| Hex | F | 4 | 2 | 0 | 49 | 57 | 5E | 9 | 4C | 3 |
| Octal | 17 | 4 | 2 | 0 | 111 | 127 | 136 | 11 | 114 | 3 |
| Binary | 1111 | 100 | 10 | 0 | 1001001 | 1010111 | 1011110 | 1001 | 1001100 | 11 |
Color Harmonies of #0F0402
Complementary color
Monochromatic Colors of #0F0402
Black with #0F0402
Text Example
Text Example
White with #0F0402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0402; }
p { color: rgb(15,4,2); }
H1.HeaderClassName
{
color: #0F0402;
}
.AnyTagClassName
{
color: #0F0402;
}
</style>
background-color css
<style>
a { background-color: #0F0402; }
a { background-color: rgb(15,4,2); }
div.DivClassName
{
background-color: #0F0402;
}
.BgClassName
{
background-color: #0F0402;
}
</style>
border-color css
<style>
span { border-color: #0F0402; }
span { border-color: rgb(15,4,2); }
td.TdClassName
{
border-color: #0F0402;
}
.TagClassName
{
border-color: #0F0402;
}
</style>