Shades of Blackcurrant #0C020E
Tints of Blackcurrant #0C020E
RGB
CMYK
RGB Variations
Color information
#0C020E (or 0x0C020E) is known color: Blackcurrant. HEX triplet: 0C, 02 and 0E. RGB value is (12,2,14). Sum of RGB (Red+Green+Blue) = 12+2+14=28 (3% of max value = 765). Red value is 12 (5.08% from 255 or 42.86% from 28); Green value is 2 (1.17% from 255 or 7.14% from 28); Blue value is 14 (5.86% from 255 or 50% from 28); Max value from RGB is 14 - color contains mainly: blue. Hex color #0C020E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C020E is #F3FDF1. Grayscale: #060606. Windows color (decimal): -15990258 or 918028. OLE color: 918028.
HSL color Cylindrical-coordinate representation of color #0C020E: hue angle of 290º degrees, saturation: 0.75, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C020E is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 12 | 2 | 14 | - |
CMYK | 0.14 | 0.86 | 0 | 0.95 |
HSL | 290º | 0.75% | 0.03% | - |
HSV(B) | 290º | 0.86% | 0.05% | - |
XYZ | 0.25 | 0.15 | 0.43 | - |
YUV | 6.36 | 132.31 | 132.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 12 | 2 | 14 | 0.14 | 0.86 | 0 | 0.95 | 290 | 0.75 | 0.03 |
Hex | C | 2 | E | E | 56 | 0 | 5F | 122 | 4B | 3 |
Octal | 14 | 2 | 16 | 16 | 126 | 0 | 137 | 442 | 113 | 3 |
Binary | 1100 | 10 | 1110 | 1110 | 1010110 | 0 | 1011111 | 100100010 | 1001011 | 11 |
Color Harmonies of #0C020E
Complementary color
Monochromatic Colors of #0C020E
Black with #0C020E
Text Example
Text Example
White with #0C020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C020E; }
p { color: rgb(12,2,14); }
H1.HeaderClassName
{
color: #0C020E;
}
.AnyTagClassName
{
color: #0C020E;
}
</style>
background-color css
<style>
a { background-color: #0C020E; }
a { background-color: rgb(12,2,14); }
div.DivClassName
{
background-color: #0C020E;
}
.BgClassName
{
background-color: #0C020E;
}
</style>
border-color css
<style>
span { border-color: #0C020E; }
span { border-color: rgb(12,2,14); }
td.TdClassName
{
border-color: #0C020E;
}
.TagClassName
{
border-color: #0C020E;
}
</style>