Shades of Black #0F0900
Tints of Black #0F0900
RGB
CMYK
RGB Variations
Color information
#0F0900 (or 0x0F0900) is known color: Black. HEX triplet: 0F, 09 and 00. RGB value is (15,9,0). Sum of RGB (Red+Green+Blue) = 15+9+0=24 (3% of max value = 765). Red value is 15 (6.25% from 255 or 62.5% from 24); Green value is 9 (3.91% from 255 or 37.5% from 24); Blue value is 0 (0.39% from 255 or 0% from 24); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0900 is #F0F6FF. Grayscale: #090909. Windows color (decimal): -15791872 or 2319. OLE color: 2319.
HSL color Cylindrical-coordinate representation of color #0F0900: hue angle of 36º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0900 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 9 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.94 |
| HSL | 36º | 1% | 0.03% | - |
| HSV(B) | 36º | 1% | 0.06% | - |
| XYZ | 0.29 | 0.3 | 0.04 | - |
| YUV | 9.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 9 | 0 | 0 | 0.40 | 1 | 0.94 | 36 | 1 | 0.03 |
| Hex | F | 9 | 0 | 0 | 28 | 64 | 5E | 24 | 64 | 3 |
| Octal | 17 | 11 | 0 | 0 | 50 | 144 | 136 | 44 | 144 | 3 |
| Binary | 1111 | 1001 | 0 | 0 | 101000 | 1100100 | 1011110 | 100100 | 1100100 | 11 |
Color Harmonies of #0F0900
Complementary color
Monochromatic Colors of #0F0900
Black with #0F0900
Text Example
Text Example
White with #0F0900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0900; }
p { color: rgb(15,9,0); }
H1.HeaderClassName
{
color: #0F0900;
}
.AnyTagClassName
{
color: #0F0900;
}
</style>
background-color css
<style>
a { background-color: #0F0900; }
a { background-color: rgb(15,9,0); }
div.DivClassName
{
background-color: #0F0900;
}
.BgClassName
{
background-color: #0F0900;
}
</style>
border-color css
<style>
span { border-color: #0F0900; }
span { border-color: rgb(15,9,0); }
td.TdClassName
{
border-color: #0F0900;
}
.TagClassName
{
border-color: #0F0900;
}
</style>