Shades of Blackcurrant #0E0019
Tints of Blackcurrant #0E0019
RGB
CMYK
RGB Variations
Color information
#0E0019 (or 0x0E0019) is known color: Blackcurrant. HEX triplet: 0E, 00 and 19. RGB value is (14,0,25). Sum of RGB (Red+Green+Blue) = 14+0+25=39 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35.90% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 25 (10.16% from 255 or 64.10% from 39); Max value from RGB is 25 - color contains mainly: blue. Hex color #0E0019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0019 is #F1FFE6. Grayscale: #060606. Windows color (decimal): -15859687 or 1638414. OLE color: 1638414.
HSL color Cylindrical-coordinate representation of color #0E0019: hue angle of 273.6º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E0019 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 14 | 0 | 25 | - |
| CMYK | 0.44 | 1 | 0 | 0.90 |
| HSL | 273.6º | 1% | 0.05% | - |
| HSV(B) | 273.6º | 1% | 0.1% | - |
| XYZ | 0.36 | 0.16 | 0.93 | - |
| YUV | 7.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 25 | 0.44 | 1 | 0 | 0.90 | 273.6 | 1 | 0.05 |
| Hex | E | 0 | 19 | 2C | 64 | 0 | 5A | 112 | 64 | 5 |
| Octal | 16 | 0 | 31 | 54 | 144 | 0 | 132 | 422 | 144 | 5 |
| Binary | 1110 | 0 | 11001 | 101100 | 1100100 | 0 | 1011010 | 100010010 | 1100100 | 101 |
Color Harmonies of #0E0019
Complementary color
Monochromatic Colors of #0E0019
Black with #0E0019
Text Example
Text Example
White with #0E0019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0019; }
p { color: rgb(14,0,25); }
H1.HeaderClassName
{
color: #0E0019;
}
.AnyTagClassName
{
color: #0E0019;
}
</style>
background-color css
<style>
a { background-color: #0E0019; }
a { background-color: rgb(14,0,25); }
div.DivClassName
{
background-color: #0E0019;
}
.BgClassName
{
background-color: #0E0019;
}
</style>
border-color css
<style>
span { border-color: #0E0019; }
span { border-color: rgb(14,0,25); }
td.TdClassName
{
border-color: #0E0019;
}
.TagClassName
{
border-color: #0E0019;
}
</style>