Shades of Blackcurrant #0C0212
Tints of Blackcurrant #0C0212
RGB
CMYK
RGB Variations
Color information
#0C0212 (or 0x0C0212) is known color: Blackcurrant. HEX triplet: 0C, 02 and 12. RGB value is (12,2,18). Sum of RGB (Red+Green+Blue) = 12+2+18=32 (4% of max value = 765). Red value is 12 (5.08% from 255 or 37.5% from 32); Green value is 2 (1.17% from 255 or 6.25% from 32); Blue value is 18 (7.42% from 255 or 56.25% from 32); Max value from RGB is 18 - color contains mainly: blue. Hex color #0C0212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0212 is #F3FDED. Grayscale: #060606. Windows color (decimal): -15990254 or 1180172. OLE color: 1180172.
HSL color Cylindrical-coordinate representation of color #0C0212: hue angle of 277.5º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C0212 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 12 | 2 | 18 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.93 |
| HSL | 277.5º | 0.8% | 0.04% | - |
| HSV(B) | 277.5º | 0.89% | 0.07% | - |
| XYZ | 0.28 | 0.17 | 0.59 | - |
| YUV | 6.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 18 | 0.33 | 0.89 | 0 | 0.93 | 277.5 | 0.8 | 0.04 |
| Hex | C | 2 | 12 | 21 | 59 | 0 | 5D | 116 | 50 | 4 |
| Octal | 14 | 2 | 22 | 41 | 131 | 0 | 135 | 426 | 120 | 4 |
| Binary | 1100 | 10 | 10010 | 100001 | 1011001 | 0 | 1011101 | 100010110 | 1010000 | 100 |
Color Harmonies of #0C0212
Complementary color
Monochromatic Colors of #0C0212
Black with #0C0212
Text Example
Text Example
White with #0C0212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0212; }
p { color: rgb(12,2,18); }
H1.HeaderClassName
{
color: #0C0212;
}
.AnyTagClassName
{
color: #0C0212;
}
</style>
background-color css
<style>
a { background-color: #0C0212; }
a { background-color: rgb(12,2,18); }
div.DivClassName
{
background-color: #0C0212;
}
.BgClassName
{
background-color: #0C0212;
}
</style>
border-color css
<style>
span { border-color: #0C0212; }
span { border-color: rgb(12,2,18); }
td.TdClassName
{
border-color: #0C0212;
}
.TagClassName
{
border-color: #0C0212;
}
</style>