Shades of Blackcurrant #0F0C13
Tints of Blackcurrant #0F0C13
RGB
CMYK
RGB Variations
Color information
#0F0C13 (or 0x0F0C13) is known color: Blackcurrant. HEX triplet: 0F, 0C and 13. RGB value is (15,12,19). Sum of RGB (Red+Green+Blue) = 15+12+19=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 12 (5.08% from 255 or 26.09% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 19 - color contains mainly: blue. Hex color #0F0C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0C13 is #F0F3EC. Grayscale: #0D0D0D. Windows color (decimal): -15791085 or 1248271. OLE color: 1248271.
HSL color Cylindrical-coordinate representation of color #0F0C13: hue angle of 265.71º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #0F0C13 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 12 | 19 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.93 |
| HSL | 265.71º | 0.23% | 0.06% | - |
| HSV(B) | 265.71º | 0.37% | 0.07% | - |
| XYZ | 0.45 | 0.41 | 0.67 | - |
| YUV | 13.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 12 | 19 | 0.21 | 0.37 | 0 | 0.93 | 265.71 | 0.23 | 0.06 |
| Hex | F | C | 13 | 15 | 25 | 0 | 5D | 10A | 17 | 6 |
| Octal | 17 | 14 | 23 | 25 | 45 | 0 | 135 | 412 | 27 | 6 |
| Binary | 1111 | 1100 | 10011 | 10101 | 100101 | 0 | 1011101 | 100001010 | 10111 | 110 |
Color Harmonies of #0F0C13
Complementary color
Monochromatic Colors of #0F0C13
Black with #0F0C13
Text Example
Text Example
White with #0F0C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0C13; }
p { color: rgb(15,12,19); }
H1.HeaderClassName
{
color: #0F0C13;
}
.AnyTagClassName
{
color: #0F0C13;
}
</style>
background-color css
<style>
a { background-color: #0F0C13; }
a { background-color: rgb(15,12,19); }
div.DivClassName
{
background-color: #0F0C13;
}
.BgClassName
{
background-color: #0F0C13;
}
</style>
border-color css
<style>
span { border-color: #0F0C13; }
span { border-color: rgb(15,12,19); }
td.TdClassName
{
border-color: #0F0C13;
}
.TagClassName
{
border-color: #0F0C13;
}
</style>