Shades of Blackcurrant #0E011E
Tints of Blackcurrant #0E011E
RGB
CMYK
RGB Variations
Color information
#0E011E (or 0x0E011E) is known color: Blackcurrant. HEX triplet: 0E, 01 and 1E. RGB value is (14,1,30). Sum of RGB (Red+Green+Blue) = 14+1+30=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 30 (12.11% from 255 or 66.67% from 45); Max value from RGB is 30 - color contains mainly: blue. Hex color #0E011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E011E is #F1FEE1. Grayscale: #080808. Windows color (decimal): -15859426 or 1966350. OLE color: 1966350.
HSL color Cylindrical-coordinate representation of color #0E011E: hue angle of 266.9º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E011E is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 1 | 30 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.88 |
| HSL | 266.9º | 0.94% | 0.06% | - |
| HSV(B) | 266.9º | 0.97% | 0.12% | - |
| XYZ | 0.43 | 0.21 | 1.25 | - |
| YUV | 8.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 30 | 0.53 | 0.97 | 0 | 0.88 | 266.9 | 0.94 | 0.06 |
| Hex | E | 1 | 1E | 35 | 61 | 0 | 58 | 10B | 5E | 6 |
| Octal | 16 | 1 | 36 | 65 | 141 | 0 | 130 | 413 | 136 | 6 |
| Binary | 1110 | 1 | 11110 | 110101 | 1100001 | 0 | 1011000 | 100001011 | 1011110 | 110 |
Color Harmonies of #0E011E
Complementary color
Monochromatic Colors of #0E011E
Black with #0E011E
Text Example
Text Example
White with #0E011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E011E; }
p { color: rgb(14,1,30); }
H1.HeaderClassName
{
color: #0E011E;
}
.AnyTagClassName
{
color: #0E011E;
}
</style>
background-color css
<style>
a { background-color: #0E011E; }
a { background-color: rgb(14,1,30); }
div.DivClassName
{
background-color: #0E011E;
}
.BgClassName
{
background-color: #0E011E;
}
</style>
border-color css
<style>
span { border-color: #0E011E; }
span { border-color: rgb(14,1,30); }
td.TdClassName
{
border-color: #0E011E;
}
.TagClassName
{
border-color: #0E011E;
}
</style>