Shades of Blackcurrant #0E0424
Tints of Blackcurrant #0E0424
RGB
CMYK
RGB Variations
Color information
#0E0424 (or 0x0E0424) is known color: Blackcurrant. HEX triplet: 0E, 04 and 24. RGB value is (14,4,36). Sum of RGB (Red+Green+Blue) = 14+4+36=54 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.93% from 54); Green value is 4 (1.95% from 255 or 7.41% from 54); Blue value is 36 (14.45% from 255 or 66.67% from 54); Max value from RGB is 36 - color contains mainly: blue. Hex color #0E0424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0424 is #F1FBDB. Grayscale: #0A0A0A. Windows color (decimal): -15858652 or 2360334. OLE color: 2360334.
HSL color Cylindrical-coordinate representation of color #0E0424: hue angle of 258.75º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E0424 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 14 | 4 | 36 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.86 |
| HSL | 258.75º | 0.8% | 0.08% | - |
| HSV(B) | 258.75º | 0.89% | 0.14% | - |
| XYZ | 0.54 | 0.31 | 1.7 | - |
| YUV | 10.64 | 142.31 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 36 | 0.61 | 0.89 | 0 | 0.86 | 258.75 | 0.8 | 0.08 |
| Hex | E | 4 | 24 | 3D | 59 | 0 | 56 | 103 | 50 | 8 |
| Octal | 16 | 4 | 44 | 75 | 131 | 0 | 126 | 403 | 120 | 10 |
| Binary | 1110 | 100 | 100100 | 111101 | 1011001 | 0 | 1010110 | 100000011 | 1010000 | 1000 |
Color Harmonies of #0E0424
Complementary color
Monochromatic Colors of #0E0424
Black with #0E0424
Text Example
Text Example
White with #0E0424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0424; }
p { color: rgb(14,4,36); }
H1.HeaderClassName
{
color: #0E0424;
}
.AnyTagClassName
{
color: #0E0424;
}
</style>
background-color css
<style>
a { background-color: #0E0424; }
a { background-color: rgb(14,4,36); }
div.DivClassName
{
background-color: #0E0424;
}
.BgClassName
{
background-color: #0E0424;
}
</style>
border-color css
<style>
span { border-color: #0E0424; }
span { border-color: rgb(14,4,36); }
td.TdClassName
{
border-color: #0E0424;
}
.TagClassName
{
border-color: #0E0424;
}
</style>