Shades of Blackcurrant #0E0213
Tints of Blackcurrant #0E0213
RGB
CMYK
RGB Variations
Color information
#0E0213 (or 0x0E0213) is known color: Blackcurrant. HEX triplet: 0E, 02 and 13. RGB value is (14,2,19). Sum of RGB (Red+Green+Blue) = 14+2+19=35 (4% of max value = 765). Red value is 14 (5.86% from 255 or 40% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 19 (7.81% from 255 or 54.29% from 35); Max value from RGB is 19 - color contains mainly: blue. Hex color #0E0213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0213 is #F1FDEC. Grayscale: #070707. Windows color (decimal): -15859181 or 1245710. OLE color: 1245710.
HSL color Cylindrical-coordinate representation of color #0E0213: hue angle of 282.35º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E0213 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 14 | 2 | 19 | - |
CMYK | 0.26 | 0.89 | 0 | 0.93 |
HSL | 282.35º | 0.81% | 0.04% | - |
HSV(B) | 282.35º | 0.89% | 0.07% | - |
XYZ | 0.32 | 0.18 | 0.63 | - |
YUV | 7.53 | 134.48 | 132.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 14 | 2 | 19 | 0.26 | 0.89 | 0 | 0.93 | 282.35 | 0.81 | 0.04 |
Hex | E | 2 | 13 | 1A | 59 | 0 | 5D | 11A | 51 | 4 |
Octal | 16 | 2 | 23 | 32 | 131 | 0 | 135 | 432 | 121 | 4 |
Binary | 1110 | 10 | 10011 | 11010 | 1011001 | 0 | 1011101 | 100011010 | 1010001 | 100 |
Color Harmonies of #0E0213
Complementary color
Monochromatic Colors of #0E0213
Black with #0E0213
Text Example
Text Example
White with #0E0213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0213; }
p { color: rgb(14,2,19); }
H1.HeaderClassName
{
color: #0E0213;
}
.AnyTagClassName
{
color: #0E0213;
}
</style>
background-color css
<style>
a { background-color: #0E0213; }
a { background-color: rgb(14,2,19); }
div.DivClassName
{
background-color: #0E0213;
}
.BgClassName
{
background-color: #0E0213;
}
</style>
border-color css
<style>
span { border-color: #0E0213; }
span { border-color: rgb(14,2,19); }
td.TdClassName
{
border-color: #0E0213;
}
.TagClassName
{
border-color: #0E0213;
}
</style>