Shades of Black #0F0902
Tints of Black #0F0902
RGB
CMYK
RGB Variations
Color information
#0F0902 (or 0x0F0902) is known color: Black. HEX triplet: 0F, 09 and 02. RGB value is (15,9,2). Sum of RGB (Red+Green+Blue) = 15+9+2=26 (3% of max value = 765). Red value is 15 (6.25% from 255 or 57.69% from 26); Green value is 9 (3.91% from 255 or 34.62% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0902 is #F0F6FD. Grayscale: #0A0A0A. Windows color (decimal): -15791870 or 133391. OLE color: 133391.
HSL color Cylindrical-coordinate representation of color #0F0902: hue angle of 32.31º 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 #0F0902 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 9 | 2 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.94 |
| HSL | 32.31º | 0.76% | 0.03% | - |
| HSV(B) | 32.31º | 0.87% | 0.06% | - |
| XYZ | 0.31 | 0.3 | 0.1 | - |
| YUV | 10 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 9 | 2 | 0 | 0.40 | 0.87 | 0.94 | 32.31 | 0.76 | 0.03 |
| Hex | F | 9 | 2 | 0 | 28 | 57 | 5E | 20 | 4C | 3 |
| Octal | 17 | 11 | 2 | 0 | 50 | 127 | 136 | 40 | 114 | 3 |
| Binary | 1111 | 1001 | 10 | 0 | 101000 | 1010111 | 1011110 | 100000 | 1001100 | 11 |
Color Harmonies of #0F0902
Complementary color
Monochromatic Colors of #0F0902
Black with #0F0902
Text Example
Text Example
White with #0F0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0902; }
p { color: rgb(15,9,2); }
H1.HeaderClassName
{
color: #0F0902;
}
.AnyTagClassName
{
color: #0F0902;
}
</style>
background-color css
<style>
a { background-color: #0F0902; }
a { background-color: rgb(15,9,2); }
div.DivClassName
{
background-color: #0F0902;
}
.BgClassName
{
background-color: #0F0902;
}
</style>
border-color css
<style>
span { border-color: #0F0902; }
span { border-color: rgb(15,9,2); }
td.TdClassName
{
border-color: #0F0902;
}
.TagClassName
{
border-color: #0F0902;
}
</style>