Shades of Blackcurrant #0C0213
Tints of Blackcurrant #0C0213
RGB
CMYK
RGB Variations
Color information
#0C0213 (or 0x0C0213) is known color: Blackcurrant. HEX triplet: 0C, 02 and 13. RGB value is (12,2,19). Sum of RGB (Red+Green+Blue) = 12+2+19=33 (4% of max value = 765). Red value is 12 (5.08% from 255 or 36.36% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 19 (7.81% from 255 or 57.58% from 33); Max value from RGB is 19 - color contains mainly: blue. Hex color #0C0213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0213 is #F3FDEC. Grayscale: #060606. Windows color (decimal): -15990253 or 1245708. OLE color: 1245708.
HSL color Cylindrical-coordinate representation of color #0C0213: hue angle of 275.29º degrees, saturation: 0.81, 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 #0C0213 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 12 | 2 | 19 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.93 |
| HSL | 275.29º | 0.81% | 0.04% | - |
| HSV(B) | 275.29º | 0.89% | 0.07% | - |
| XYZ | 0.29 | 0.17 | 0.63 | - |
| YUV | 6.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 19 | 0.37 | 0.89 | 0 | 0.93 | 275.29 | 0.81 | 0.04 |
| Hex | C | 2 | 13 | 25 | 59 | 0 | 5D | 113 | 51 | 4 |
| Octal | 14 | 2 | 23 | 45 | 131 | 0 | 135 | 423 | 121 | 4 |
| Binary | 1100 | 10 | 10011 | 100101 | 1011001 | 0 | 1011101 | 100010011 | 1010001 | 100 |
Color Harmonies of #0C0213
Complementary color
Monochromatic Colors of #0C0213
Black with #0C0213
Text Example
Text Example
White with #0C0213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0213; }
p { color: rgb(12,2,19); }
H1.HeaderClassName
{
color: #0C0213;
}
.AnyTagClassName
{
color: #0C0213;
}
</style>
background-color css
<style>
a { background-color: #0C0213; }
a { background-color: rgb(12,2,19); }
div.DivClassName
{
background-color: #0C0213;
}
.BgClassName
{
background-color: #0C0213;
}
</style>
border-color css
<style>
span { border-color: #0C0213; }
span { border-color: rgb(12,2,19); }
td.TdClassName
{
border-color: #0C0213;
}
.TagClassName
{
border-color: #0C0213;
}
</style>