Shades of Blackcurrant #0C021D
Tints of Blackcurrant #0C021D
RGB
CMYK
RGB Variations
Color information
#0C021D (or 0x0C021D) is known color: Blackcurrant. HEX triplet: 0C, 02 and 1D. RGB value is (12,2,29). Sum of RGB (Red+Green+Blue) = 12+2+29=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 29 (11.72% from 255 or 67.44% from 43); Max value from RGB is 29 - color contains mainly: blue. Hex color #0C021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C021D is #F3FDE2. Grayscale: #070707. Windows color (decimal): -15990243 or 1901068. OLE color: 1901068.
HSL color Cylindrical-coordinate representation of color #0C021D: hue angle of 262.22º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C021D is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 2 | 29 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.89 |
| HSL | 262.22º | 0.87% | 0.06% | - |
| HSV(B) | 262.22º | 0.93% | 0.11% | - |
| XYZ | 0.4 | 0.21 | 1.18 | - |
| YUV | 8.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 29 | 0.59 | 0.93 | 0 | 0.89 | 262.22 | 0.87 | 0.06 |
| Hex | C | 2 | 1D | 3B | 5D | 0 | 59 | 106 | 57 | 6 |
| Octal | 14 | 2 | 35 | 73 | 135 | 0 | 131 | 406 | 127 | 6 |
| Binary | 1100 | 10 | 11101 | 111011 | 1011101 | 0 | 1011001 | 100000110 | 1010111 | 110 |
Color Harmonies of #0C021D
Complementary color
Monochromatic Colors of #0C021D
Black with #0C021D
Text Example
Text Example
White with #0C021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C021D; }
p { color: rgb(12,2,29); }
H1.HeaderClassName
{
color: #0C021D;
}
.AnyTagClassName
{
color: #0C021D;
}
</style>
background-color css
<style>
a { background-color: #0C021D; }
a { background-color: rgb(12,2,29); }
div.DivClassName
{
background-color: #0C021D;
}
.BgClassName
{
background-color: #0C021D;
}
</style>
border-color css
<style>
span { border-color: #0C021D; }
span { border-color: rgb(12,2,29); }
td.TdClassName
{
border-color: #0C021D;
}
.TagClassName
{
border-color: #0C021D;
}
</style>