Shades of Black #0F0302
Tints of Black #0F0302
RGB
CMYK
RGB Variations
Color information
#0F0302 (or 0x0F0302) is known color: Black. HEX triplet: 0F, 03 and 02. RGB value is (15,3,2). Sum of RGB (Red+Green+Blue) = 15+3+2=20 (2% of max value = 765). Red value is 15 (6.25% from 255 or 75% from 20); Green value is 3 (1.56% from 255 or 15% from 20); Blue value is 2 (1.17% from 255 or 10% from 20); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0302 is #F0FCFD. Grayscale: #060606. Windows color (decimal): -15793406 or 131855. OLE color: 131855.
HSL color Cylindrical-coordinate representation of color #0F0302: hue angle of 4.62º 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 #0F0302 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 3 | 2 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.94 |
| HSL | 4.62º | 0.76% | 0.03% | - |
| HSV(B) | 4.62º | 0.87% | 0.06% | - |
| XYZ | 0.24 | 0.17 | 0.08 | - |
| YUV | 6.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 2 | 0 | 0.80 | 0.87 | 0.94 | 4.62 | 0.76 | 0.03 |
| Hex | F | 3 | 2 | 0 | 50 | 57 | 5E | 5 | 4C | 3 |
| Octal | 17 | 3 | 2 | 0 | 120 | 127 | 136 | 5 | 114 | 3 |
| Binary | 1111 | 11 | 10 | 0 | 1010000 | 1010111 | 1011110 | 101 | 1001100 | 11 |
Color Harmonies of #0F0302
Complementary color
Monochromatic Colors of #0F0302
Black with #0F0302
Text Example
Text Example
White with #0F0302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0302; }
p { color: rgb(15,3,2); }
H1.HeaderClassName
{
color: #0F0302;
}
.AnyTagClassName
{
color: #0F0302;
}
</style>
background-color css
<style>
a { background-color: #0F0302; }
a { background-color: rgb(15,3,2); }
div.DivClassName
{
background-color: #0F0302;
}
.BgClassName
{
background-color: #0F0302;
}
</style>
border-color css
<style>
span { border-color: #0F0302; }
span { border-color: rgb(15,3,2); }
td.TdClassName
{
border-color: #0F0302;
}
.TagClassName
{
border-color: #0F0302;
}
</style>