Shades of Blackcurrant #0F0011
Tints of Blackcurrant #0F0011
RGB
CMYK
RGB Variations
Color information
#0F0011 (or 0x0F0011) is known color: Blackcurrant. HEX triplet: 0F, 00 and 11. RGB value is (15,0,17). Sum of RGB (Red+Green+Blue) = 15+0+17=32 (4% of max value = 765). Red value is 15 (6.25% from 255 or 46.88% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 17 (7.03% from 255 or 53.12% from 32); Max value from RGB is 17 - color contains mainly: blue. Hex color #0F0011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0011 is #F0FFEE. Grayscale: #060606. Windows color (decimal): -15794159 or 1114127. OLE color: 1114127.
HSL color Cylindrical-coordinate representation of color #0F0011: hue angle of 292.94º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0011 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 0 | 17 | - |
| CMYK | 0.12 | 1 | 0 | 0.93 |
| HSL | 292.94º | 1% | 0.03% | - |
| HSV(B) | 292.94º | 1% | 0.07% | - |
| XYZ | 0.3 | 0.14 | 0.54 | - |
| YUV | 6.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 17 | 0.12 | 1 | 0 | 0.93 | 292.94 | 1 | 0.03 |
| Hex | F | 0 | 11 | C | 64 | 0 | 5D | 125 | 64 | 3 |
| Octal | 17 | 0 | 21 | 14 | 144 | 0 | 135 | 445 | 144 | 3 |
| Binary | 1111 | 0 | 10001 | 1100 | 1100100 | 0 | 1011101 | 100100101 | 1100100 | 11 |
Color Harmonies of #0F0011
Complementary color
Monochromatic Colors of #0F0011
Black with #0F0011
Text Example
Text Example
White with #0F0011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0011; }
p { color: rgb(15,0,17); }
H1.HeaderClassName
{
color: #0F0011;
}
.AnyTagClassName
{
color: #0F0011;
}
</style>
background-color css
<style>
a { background-color: #0F0011; }
a { background-color: rgb(15,0,17); }
div.DivClassName
{
background-color: #0F0011;
}
.BgClassName
{
background-color: #0F0011;
}
</style>
border-color css
<style>
span { border-color: #0F0011; }
span { border-color: rgb(15,0,17); }
td.TdClassName
{
border-color: #0F0011;
}
.TagClassName
{
border-color: #0F0011;
}
</style>