Shades of Blackcurrant #0F0C12
Tints of Blackcurrant #0F0C12
RGB
CMYK
RGB Variations
Color information
#0F0C12 (or 0x0F0C12) is known color: Blackcurrant. HEX triplet: 0F, 0C and 12. RGB value is (15,12,18). Sum of RGB (Red+Green+Blue) = 15+12+18=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 18 - color contains mainly: blue. Hex color #0F0C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0C12 is #F0F3ED. Grayscale: #0D0D0D. Windows color (decimal): -15791086 or 1182735. OLE color: 1182735.
HSL color Cylindrical-coordinate representation of color #0F0C12: hue angle of 270º degrees, saturation: 0.2, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0F0C12 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 15 | 12 | 18 | - |
CMYK | 0.17 | 0.33 | 0 | 0.93 |
HSL | 270º | 0.2% | 0.06% | - |
HSV(B) | 270º | 0.33% | 0.07% | - |
XYZ | 0.44 | 0.41 | 0.63 | - |
YUV | 13.58 | 130.49 | 129.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 15 | 12 | 18 | 0.17 | 0.33 | 0 | 0.93 | 270 | 0.2 | 0.06 |
Hex | F | C | 12 | 11 | 21 | 0 | 5D | 10E | 14 | 6 |
Octal | 17 | 14 | 22 | 21 | 41 | 0 | 135 | 416 | 24 | 6 |
Binary | 1111 | 1100 | 10010 | 10001 | 100001 | 0 | 1011101 | 100001110 | 10100 | 110 |
Color Harmonies of #0F0C12
Complementary color
Monochromatic Colors of #0F0C12
Black with #0F0C12
Text Example
Text Example
White with #0F0C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0C12; }
p { color: rgb(15,12,18); }
H1.HeaderClassName
{
color: #0F0C12;
}
.AnyTagClassName
{
color: #0F0C12;
}
</style>
background-color css
<style>
a { background-color: #0F0C12; }
a { background-color: rgb(15,12,18); }
div.DivClassName
{
background-color: #0F0C12;
}
.BgClassName
{
background-color: #0F0C12;
}
</style>
border-color css
<style>
span { border-color: #0F0C12; }
span { border-color: rgb(15,12,18); }
td.TdClassName
{
border-color: #0F0C12;
}
.TagClassName
{
border-color: #0F0C12;
}
</style>