Shades of Blackcurrant #0E011D
Tints of Blackcurrant #0E011D
RGB
CMYK
RGB Variations
Color information
#0E011D (or 0x0E011D) is known color: Blackcurrant. HEX triplet: 0E, 01 and 1D. RGB value is (14,1,29). Sum of RGB (Red+Green+Blue) = 14+1+29=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 29 (11.72% from 255 or 65.91% from 44); Max value from RGB is 29 - color contains mainly: blue. Hex color #0E011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E011D is #F1FEE2. Grayscale: #070707. Windows color (decimal): -15859427 or 1900814. OLE color: 1900814.
HSL color Cylindrical-coordinate representation of color #0E011D: hue angle of 267.86º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E011D is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 14 | 1 | 29 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.89 |
| HSL | 267.86º | 0.93% | 0.06% | - |
| HSV(B) | 267.86º | 0.97% | 0.11% | - |
| XYZ | 0.41 | 0.2 | 1.18 | - |
| YUV | 8.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 29 | 0.52 | 0.97 | 0 | 0.89 | 267.86 | 0.93 | 0.06 |
| Hex | E | 1 | 1D | 34 | 61 | 0 | 59 | 10C | 5D | 6 |
| Octal | 16 | 1 | 35 | 64 | 141 | 0 | 131 | 414 | 135 | 6 |
| Binary | 1110 | 1 | 11101 | 110100 | 1100001 | 0 | 1011001 | 100001100 | 1011101 | 110 |
Color Harmonies of #0E011D
Complementary color
Monochromatic Colors of #0E011D
Black with #0E011D
Text Example
Text Example
White with #0E011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E011D; }
p { color: rgb(14,1,29); }
H1.HeaderClassName
{
color: #0E011D;
}
.AnyTagClassName
{
color: #0E011D;
}
</style>
background-color css
<style>
a { background-color: #0E011D; }
a { background-color: rgb(14,1,29); }
div.DivClassName
{
background-color: #0E011D;
}
.BgClassName
{
background-color: #0E011D;
}
</style>
border-color css
<style>
span { border-color: #0E011D; }
span { border-color: rgb(14,1,29); }
td.TdClassName
{
border-color: #0E011D;
}
.TagClassName
{
border-color: #0E011D;
}
</style>