Shades of Black #0F0901
Tints of Black #0F0901
RGB
CMYK
RGB Variations
Color information
#0F0901 (or 0x0F0901) is known color: Black. HEX triplet: 0F, 09 and 01. RGB value is (15,9,1). Sum of RGB (Red+Green+Blue) = 15+9+1=25 (3% of max value = 765). Red value is 15 (6.25% from 255 or 60% from 25); Green value is 9 (3.91% from 255 or 36% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0901 is #F0F6FE. Grayscale: #090909. Windows color (decimal): -15791871 or 67855. OLE color: 67855.
HSL color Cylindrical-coordinate representation of color #0F0901: hue angle of 34.29º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F0901 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 9 | 1 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.94 |
| HSL | 34.29º | 0.88% | 0.03% | - |
| HSV(B) | 34.29º | 0.93% | 0.06% | - |
| XYZ | 0.3 | 0.3 | 0.07 | - |
| YUV | 9.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 9 | 1 | 0 | 0.40 | 0.93 | 0.94 | 34.29 | 0.88 | 0.03 |
| Hex | F | 9 | 1 | 0 | 28 | 5D | 5E | 22 | 58 | 3 |
| Octal | 17 | 11 | 1 | 0 | 50 | 135 | 136 | 42 | 130 | 3 |
| Binary | 1111 | 1001 | 1 | 0 | 101000 | 1011101 | 1011110 | 100010 | 1011000 | 11 |
Color Harmonies of #0F0901
Complementary color
Monochromatic Colors of #0F0901
Black with #0F0901
Text Example
Text Example
White with #0F0901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0901; }
p { color: rgb(15,9,1); }
H1.HeaderClassName
{
color: #0F0901;
}
.AnyTagClassName
{
color: #0F0901;
}
</style>
background-color css
<style>
a { background-color: #0F0901; }
a { background-color: rgb(15,9,1); }
div.DivClassName
{
background-color: #0F0901;
}
.BgClassName
{
background-color: #0F0901;
}
</style>
border-color css
<style>
span { border-color: #0F0901; }
span { border-color: rgb(15,9,1); }
td.TdClassName
{
border-color: #0F0901;
}
.TagClassName
{
border-color: #0F0901;
}
</style>