Shades of Blackcurrant #0E0418
Tints of Blackcurrant #0E0418
RGB
CMYK
RGB Variations
Color information
#0E0418 (or 0x0E0418) is known color: Blackcurrant. HEX triplet: 0E, 04 and 18. RGB value is (14,4,24). Sum of RGB (Red+Green+Blue) = 14+4+24=42 (5% of max value = 765). Red value is 14 (5.86% from 255 or 33.33% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #0E0418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0418 is #F1FBE7. Grayscale: #090909. Windows color (decimal): -15858664 or 1573902. OLE color: 1573902.
HSL color Cylindrical-coordinate representation of color #0E0418: hue angle of 270º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E0418 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 4 | 24 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.91 |
| HSL | 270º | 0.71% | 0.05% | - |
| HSV(B) | 270º | 0.83% | 0.09% | - |
| XYZ | 0.39 | 0.25 | 0.89 | - |
| YUV | 9.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 24 | 0.42 | 0.83 | 0 | 0.91 | 270 | 0.71 | 0.05 |
| Hex | E | 4 | 18 | 2A | 53 | 0 | 5B | 10E | 47 | 5 |
| Octal | 16 | 4 | 30 | 52 | 123 | 0 | 133 | 416 | 107 | 5 |
| Binary | 1110 | 100 | 11000 | 101010 | 1010011 | 0 | 1011011 | 100001110 | 1000111 | 101 |
Color Harmonies of #0E0418
Complementary color
Monochromatic Colors of #0E0418
Black with #0E0418
Text Example
Text Example
White with #0E0418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0418; }
p { color: rgb(14,4,24); }
H1.HeaderClassName
{
color: #0E0418;
}
.AnyTagClassName
{
color: #0E0418;
}
</style>
background-color css
<style>
a { background-color: #0E0418; }
a { background-color: rgb(14,4,24); }
div.DivClassName
{
background-color: #0E0418;
}
.BgClassName
{
background-color: #0E0418;
}
</style>
border-color css
<style>
span { border-color: #0E0418; }
span { border-color: rgb(14,4,24); }
td.TdClassName
{
border-color: #0E0418;
}
.TagClassName
{
border-color: #0E0418;
}
</style>