Shades of Blackcurrant #0C021A
Tints of Blackcurrant #0C021A
RGB
CMYK
RGB Variations
Color information
#0C021A (or 0x0C021A) is known color: Blackcurrant. HEX triplet: 0C, 02 and 1A. RGB value is (12,2,26). Sum of RGB (Red+Green+Blue) = 12+2+26=40 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 26 (10.55% from 255 or 65% from 40); Max value from RGB is 26 - color contains mainly: blue. Hex color #0C021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C021A is #F3FDE5. Grayscale: #070707. Windows color (decimal): -15990246 or 1704460. OLE color: 1704460.
HSL color Cylindrical-coordinate representation of color #0C021A: hue angle of 265º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C021A is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 2 | 26 | - |
| CMYK | 0.54 | 0.92 | 0 | 0.90 |
| HSL | 265º | 0.86% | 0.05% | - |
| HSV(B) | 265º | 0.92% | 0.1% | - |
| XYZ | 0.36 | 0.2 | 1 | - |
| YUV | 7.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 26 | 0.54 | 0.92 | 0 | 0.90 | 265 | 0.86 | 0.05 |
| Hex | C | 2 | 1A | 36 | 5C | 0 | 5A | 109 | 56 | 5 |
| Octal | 14 | 2 | 32 | 66 | 134 | 0 | 132 | 411 | 126 | 5 |
| Binary | 1100 | 10 | 11010 | 110110 | 1011100 | 0 | 1011010 | 100001001 | 1010110 | 101 |
Color Harmonies of #0C021A
Complementary color
Monochromatic Colors of #0C021A
Black with #0C021A
Text Example
Text Example
White with #0C021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C021A; }
p { color: rgb(12,2,26); }
H1.HeaderClassName
{
color: #0C021A;
}
.AnyTagClassName
{
color: #0C021A;
}
</style>
background-color css
<style>
a { background-color: #0C021A; }
a { background-color: rgb(12,2,26); }
div.DivClassName
{
background-color: #0C021A;
}
.BgClassName
{
background-color: #0C021A;
}
</style>
border-color css
<style>
span { border-color: #0C021A; }
span { border-color: rgb(12,2,26); }
td.TdClassName
{
border-color: #0C021A;
}
.TagClassName
{
border-color: #0C021A;
}
</style>