Shades of Blackcurrant #0F0412
Tints of Blackcurrant #0F0412
RGB
CMYK
RGB Variations
Color information
#0F0412 (or 0x0F0412) is known color: Blackcurrant. HEX triplet: 0F, 04 and 12. RGB value is (15,4,18). Sum of RGB (Red+Green+Blue) = 15+4+18=37 (4% of max value = 765). Red value is 15 (6.25% from 255 or 40.54% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 18 (7.42% from 255 or 48.65% from 37); Max value from RGB is 18 - color contains mainly: blue. Hex color #0F0412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0412 is #F0FBED. Grayscale: #080808. Windows color (decimal): -15793134 or 1180687. OLE color: 1180687.
HSL color Cylindrical-coordinate representation of color #0F0412: hue angle of 287.14º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F0412 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 4 | 18 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.93 |
| HSL | 287.14º | 0.64% | 0.04% | - |
| HSV(B) | 287.14º | 0.78% | 0.07% | - |
| XYZ | 0.35 | 0.23 | 0.6 | - |
| YUV | 8.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 4 | 18 | 0.17 | 0.78 | 0 | 0.93 | 287.14 | 0.64 | 0.04 |
| Hex | F | 4 | 12 | 11 | 4E | 0 | 5D | 11F | 40 | 4 |
| Octal | 17 | 4 | 22 | 21 | 116 | 0 | 135 | 437 | 100 | 4 |
| Binary | 1111 | 100 | 10010 | 10001 | 1001110 | 0 | 1011101 | 100011111 | 1000000 | 100 |
Color Harmonies of #0F0412
Complementary color
Monochromatic Colors of #0F0412
Black with #0F0412
Text Example
Text Example
White with #0F0412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0412; }
p { color: rgb(15,4,18); }
H1.HeaderClassName
{
color: #0F0412;
}
.AnyTagClassName
{
color: #0F0412;
}
</style>
background-color css
<style>
a { background-color: #0F0412; }
a { background-color: rgb(15,4,18); }
div.DivClassName
{
background-color: #0F0412;
}
.BgClassName
{
background-color: #0F0412;
}
</style>
border-color css
<style>
span { border-color: #0F0412; }
span { border-color: rgb(15,4,18); }
td.TdClassName
{
border-color: #0F0412;
}
.TagClassName
{
border-color: #0F0412;
}
</style>