Shades of Blackcurrant #0E051D
Tints of Blackcurrant #0E051D
RGB
CMYK
RGB Variations
Color information
#0E051D (or 0x0E051D) is known color: Blackcurrant. HEX triplet: 0E, 05 and 1D. RGB value is (14,5,29). Sum of RGB (Red+Green+Blue) = 14+5+29=48 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.17% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #0E051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E051D is #F1FAE2. Grayscale: #0A0A0A. Windows color (decimal): -15858403 or 1901838. OLE color: 1901838.
HSL color Cylindrical-coordinate representation of color #0E051D: hue angle of 262.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E051D is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 14 | 5 | 29 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.89 |
| HSL | 262.5º | 0.71% | 0.07% | - |
| HSV(B) | 262.5º | 0.83% | 0.11% | - |
| XYZ | 0.46 | 0.29 | 1.19 | - |
| YUV | 10.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 5 | 29 | 0.52 | 0.83 | 0 | 0.89 | 262.5 | 0.71 | 0.07 |
| Hex | E | 5 | 1D | 34 | 53 | 0 | 59 | 106 | 47 | 7 |
| Octal | 16 | 5 | 35 | 64 | 123 | 0 | 131 | 406 | 107 | 7 |
| Binary | 1110 | 101 | 11101 | 110100 | 1010011 | 0 | 1011001 | 100000110 | 1000111 | 111 |
Color Harmonies of #0E051D
Complementary color
Monochromatic Colors of #0E051D
Black with #0E051D
Text Example
Text Example
White with #0E051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E051D; }
p { color: rgb(14,5,29); }
H1.HeaderClassName
{
color: #0E051D;
}
.AnyTagClassName
{
color: #0E051D;
}
</style>
background-color css
<style>
a { background-color: #0E051D; }
a { background-color: rgb(14,5,29); }
div.DivClassName
{
background-color: #0E051D;
}
.BgClassName
{
background-color: #0E051D;
}
</style>
border-color css
<style>
span { border-color: #0E051D; }
span { border-color: rgb(14,5,29); }
td.TdClassName
{
border-color: #0E051D;
}
.TagClassName
{
border-color: #0E051D;
}
</style>