Shades of Blackcurrant #0F0A12
Tints of Blackcurrant #0F0A12
RGB
CMYK
RGB Variations
Color information
#0F0A12 (or 0x0F0A12) is known color: Blackcurrant. HEX triplet: 0F, 0A and 12. RGB value is (15,10,18). Sum of RGB (Red+Green+Blue) = 15+10+18=43 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.88% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 18 - color contains mainly: blue. Hex color #0F0A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0A12 is #F0F5ED. Grayscale: #0C0C0C. Windows color (decimal): -15791598 or 1182223. OLE color: 1182223.
HSL color Cylindrical-coordinate representation of color #0F0A12: hue angle of 277.5º degrees, saturation: 0.29, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0F0A12 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 10 | 18 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.93 |
| HSL | 277.5º | 0.29% | 0.05% | - |
| HSV(B) | 277.5º | 0.44% | 0.07% | - |
| XYZ | 0.41 | 0.36 | 0.62 | - |
| YUV | 12.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 18 | 0.17 | 0.44 | 0 | 0.93 | 277.5 | 0.29 | 0.05 |
| Hex | F | A | 12 | 11 | 2C | 0 | 5D | 116 | 1D | 5 |
| Octal | 17 | 12 | 22 | 21 | 54 | 0 | 135 | 426 | 35 | 5 |
| Binary | 1111 | 1010 | 10010 | 10001 | 101100 | 0 | 1011101 | 100010110 | 11101 | 101 |
Color Harmonies of #0F0A12
Complementary color
Monochromatic Colors of #0F0A12
Black with #0F0A12
Text Example
Text Example
White with #0F0A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0A12; }
p { color: rgb(15,10,18); }
H1.HeaderClassName
{
color: #0F0A12;
}
.AnyTagClassName
{
color: #0F0A12;
}
</style>
background-color css
<style>
a { background-color: #0F0A12; }
a { background-color: rgb(15,10,18); }
div.DivClassName
{
background-color: #0F0A12;
}
.BgClassName
{
background-color: #0F0A12;
}
</style>
border-color css
<style>
span { border-color: #0F0A12; }
span { border-color: rgb(15,10,18); }
td.TdClassName
{
border-color: #0F0A12;
}
.TagClassName
{
border-color: #0F0A12;
}
</style>