Shades of Blackcurrant #0C000E
Tints of Blackcurrant #0C000E
RGB
CMYK
RGB Variations
Color information
#0C000E (or 0x0C000E) is known color: Blackcurrant. HEX triplet: 0C, 00 and 0E. RGB value is (12,0,14). Sum of RGB (Red+Green+Blue) = 12+0+14=26 (3% of max value = 765). Red value is 12 (5.08% from 255 or 46.15% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 14 (5.86% from 255 or 53.85% from 26); Max value from RGB is 14 - color contains mainly: blue. Hex color #0C000E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C000E is #F3FFF1. Grayscale: #050505. Windows color (decimal): -15990770 or 917516. OLE color: 917516.
HSL color Cylindrical-coordinate representation of color #0C000E: hue angle of 291.43º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C000E is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 0 | 14 | - |
| CMYK | 0.14 | 1 | 0 | 0.95 |
| HSL | 291.43º | 1% | 0.03% | - |
| HSV(B) | 291.43º | 1% | 0.05% | - |
| XYZ | 0.23 | 0.11 | 0.42 | - |
| YUV | 5.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 14 | 0.14 | 1 | 0 | 0.95 | 291.43 | 1 | 0.03 |
| Hex | C | 0 | E | E | 64 | 0 | 5F | 123 | 64 | 3 |
| Octal | 14 | 0 | 16 | 16 | 144 | 0 | 137 | 443 | 144 | 3 |
| Binary | 1100 | 0 | 1110 | 1110 | 1100100 | 0 | 1011111 | 100100011 | 1100100 | 11 |
Color Harmonies of #0C000E
Complementary color
Monochromatic Colors of #0C000E
Black with #0C000E
Text Example
Text Example
White with #0C000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C000E; }
p { color: rgb(12,0,14); }
H1.HeaderClassName
{
color: #0C000E;
}
.AnyTagClassName
{
color: #0C000E;
}
</style>
background-color css
<style>
a { background-color: #0C000E; }
a { background-color: rgb(12,0,14); }
div.DivClassName
{
background-color: #0C000E;
}
.BgClassName
{
background-color: #0C000E;
}
</style>
border-color css
<style>
span { border-color: #0C000E; }
span { border-color: rgb(12,0,14); }
td.TdClassName
{
border-color: #0C000E;
}
.TagClassName
{
border-color: #0C000E;
}
</style>