Shades of Blackcurrant #0F0012
Tints of Blackcurrant #0F0012
RGB
CMYK
RGB Variations
Color information
#0F0012 (or 0x0F0012) is known color: Blackcurrant. HEX triplet: 0F, 00 and 12. RGB value is (15,0,18). Sum of RGB (Red+Green+Blue) = 15+0+18=33 (4% of max value = 765). Red value is 15 (6.25% from 255 or 45.45% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 18 (7.42% from 255 or 54.55% from 33); Max value from RGB is 18 - color contains mainly: blue. Hex color #0F0012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0012 is #F0FFED. Grayscale: #060606. Windows color (decimal): -15794158 or 1179663. OLE color: 1179663.
HSL color Cylindrical-coordinate representation of color #0F0012: hue angle of 290º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0012 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 0 | 18 | - |
| CMYK | 0.17 | 1 | 0 | 0.93 |
| HSL | 290º | 1% | 0.04% | - |
| HSV(B) | 290º | 1% | 0.07% | - |
| XYZ | 0.31 | 0.15 | 0.58 | - |
| YUV | 6.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 18 | 0.17 | 1 | 0 | 0.93 | 290 | 1 | 0.04 |
| Hex | F | 0 | 12 | 11 | 64 | 0 | 5D | 122 | 64 | 4 |
| Octal | 17 | 0 | 22 | 21 | 144 | 0 | 135 | 442 | 144 | 4 |
| Binary | 1111 | 0 | 10010 | 10001 | 1100100 | 0 | 1011101 | 100100010 | 1100100 | 100 |
Color Harmonies of #0F0012
Complementary color
Monochromatic Colors of #0F0012
Black with #0F0012
Text Example
Text Example
White with #0F0012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0012; }
p { color: rgb(15,0,18); }
H1.HeaderClassName
{
color: #0F0012;
}
.AnyTagClassName
{
color: #0F0012;
}
</style>
background-color css
<style>
a { background-color: #0F0012; }
a { background-color: rgb(15,0,18); }
div.DivClassName
{
background-color: #0F0012;
}
.BgClassName
{
background-color: #0F0012;
}
</style>
border-color css
<style>
span { border-color: #0F0012; }
span { border-color: rgb(15,0,18); }
td.TdClassName
{
border-color: #0F0012;
}
.TagClassName
{
border-color: #0F0012;
}
</style>