Shades of Blackcurrant #0E001D
Tints of Blackcurrant #0E001D
RGB
CMYK
RGB Variations
Color information
#0E001D (or 0x0E001D) is known color: Blackcurrant. HEX triplet: 0E, 00 and 1D. RGB value is (14,0,29). Sum of RGB (Red+Green+Blue) = 14+0+29=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 29 (11.72% from 255 or 67.44% from 43); Max value from RGB is 29 - color contains mainly: blue. Hex color #0E001D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E001D is #F1FFE2. Grayscale: #070707. Windows color (decimal): -15859683 or 1900558. OLE color: 1900558.
HSL color Cylindrical-coordinate representation of color #0E001D: hue angle of 268.97º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E001D is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 14 | 0 | 29 | - |
| CMYK | 0.52 | 1 | 0 | 0.89 |
| HSL | 268.97º | 1% | 0.06% | - |
| HSV(B) | 268.97º | 1% | 0.11% | - |
| XYZ | 0.4 | 0.18 | 1.18 | - |
| YUV | 7.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 29 | 0.52 | 1 | 0 | 0.89 | 268.97 | 1 | 0.06 |
| Hex | E | 0 | 1D | 34 | 64 | 0 | 59 | 10D | 64 | 6 |
| Octal | 16 | 0 | 35 | 64 | 144 | 0 | 131 | 415 | 144 | 6 |
| Binary | 1110 | 0 | 11101 | 110100 | 1100100 | 0 | 1011001 | 100001101 | 1100100 | 110 |
Color Harmonies of #0E001D
Complementary color
Monochromatic Colors of #0E001D
Black with #0E001D
Text Example
Text Example
White with #0E001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E001D; }
p { color: rgb(14,0,29); }
H1.HeaderClassName
{
color: #0E001D;
}
.AnyTagClassName
{
color: #0E001D;
}
</style>
background-color css
<style>
a { background-color: #0E001D; }
a { background-color: rgb(14,0,29); }
div.DivClassName
{
background-color: #0E001D;
}
.BgClassName
{
background-color: #0E001D;
}
</style>
border-color css
<style>
span { border-color: #0E001D; }
span { border-color: rgb(14,0,29); }
td.TdClassName
{
border-color: #0E001D;
}
.TagClassName
{
border-color: #0E001D;
}
</style>