Shades of Blackcurrant #0F0112
Tints of Blackcurrant #0F0112
RGB
CMYK
RGB Variations
Color information
#0F0112 (or 0x0F0112) is known color: Blackcurrant. HEX triplet: 0F, 01 and 12. RGB value is (15,1,18). Sum of RGB (Red+Green+Blue) = 15+1+18=34 (4% of max value = 765). Red value is 15 (6.25% from 255 or 44.12% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 18 (7.42% from 255 or 52.94% from 34); Max value from RGB is 18 - color contains mainly: blue. Hex color #0F0112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0112 is #F0FEED. Grayscale: #070707. Windows color (decimal): -15793902 or 1179919. OLE color: 1179919.
HSL color Cylindrical-coordinate representation of color #0F0112: hue angle of 289.41º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0112 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 1 | 18 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.93 |
| HSL | 289.41º | 0.89% | 0.04% | - |
| HSV(B) | 289.41º | 0.94% | 0.07% | - |
| XYZ | 0.32 | 0.17 | 0.59 | - |
| YUV | 7.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 18 | 0.17 | 0.94 | 0 | 0.93 | 289.41 | 0.89 | 0.04 |
| Hex | F | 1 | 12 | 11 | 5E | 0 | 5D | 121 | 59 | 4 |
| Octal | 17 | 1 | 22 | 21 | 136 | 0 | 135 | 441 | 131 | 4 |
| Binary | 1111 | 1 | 10010 | 10001 | 1011110 | 0 | 1011101 | 100100001 | 1011001 | 100 |
Color Harmonies of #0F0112
Complementary color
Monochromatic Colors of #0F0112
Black with #0F0112
Text Example
Text Example
White with #0F0112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0112; }
p { color: rgb(15,1,18); }
H1.HeaderClassName
{
color: #0F0112;
}
.AnyTagClassName
{
color: #0F0112;
}
</style>
background-color css
<style>
a { background-color: #0F0112; }
a { background-color: rgb(15,1,18); }
div.DivClassName
{
background-color: #0F0112;
}
.BgClassName
{
background-color: #0F0112;
}
</style>
border-color css
<style>
span { border-color: #0F0112; }
span { border-color: rgb(15,1,18); }
td.TdClassName
{
border-color: #0F0112;
}
.TagClassName
{
border-color: #0F0112;
}
</style>