Shades of Blackcurrant #0E0219
Tints of Blackcurrant #0E0219
RGB
CMYK
RGB Variations
Color information
#0E0219 (or 0x0E0219) is known color: Blackcurrant. HEX triplet: 0E, 02 and 19. RGB value is (14,2,25). Sum of RGB (Red+Green+Blue) = 14+2+25=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 25 (10.16% from 255 or 60.98% from 41); Max value from RGB is 25 - color contains mainly: blue. Hex color #0E0219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0219 is #F1FDE6. Grayscale: #080808. Windows color (decimal): -15859175 or 1638926. OLE color: 1638926.
HSL color Cylindrical-coordinate representation of color #0E0219: hue angle of 271.3º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E0219 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 14 | 2 | 25 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.90 |
| HSL | 271.3º | 0.85% | 0.05% | - |
| HSV(B) | 271.3º | 0.92% | 0.1% | - |
| XYZ | 0.38 | 0.21 | 0.94 | - |
| YUV | 8.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 25 | 0.44 | 0.92 | 0 | 0.90 | 271.3 | 0.85 | 0.05 |
| Hex | E | 2 | 19 | 2C | 5C | 0 | 5A | 10F | 55 | 5 |
| Octal | 16 | 2 | 31 | 54 | 134 | 0 | 132 | 417 | 125 | 5 |
| Binary | 1110 | 10 | 11001 | 101100 | 1011100 | 0 | 1011010 | 100001111 | 1010101 | 101 |
Color Harmonies of #0E0219
Complementary color
Monochromatic Colors of #0E0219
Black with #0E0219
Text Example
Text Example
White with #0E0219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0219; }
p { color: rgb(14,2,25); }
H1.HeaderClassName
{
color: #0E0219;
}
.AnyTagClassName
{
color: #0E0219;
}
</style>
background-color css
<style>
a { background-color: #0E0219; }
a { background-color: rgb(14,2,25); }
div.DivClassName
{
background-color: #0E0219;
}
.BgClassName
{
background-color: #0E0219;
}
</style>
border-color css
<style>
span { border-color: #0E0219; }
span { border-color: rgb(14,2,25); }
td.TdClassName
{
border-color: #0E0219;
}
.TagClassName
{
border-color: #0E0219;
}
</style>