Shades of Blackcurrant #0E0415
Tints of Blackcurrant #0E0415
RGB
CMYK
RGB Variations
Color information
#0E0415 (or 0x0E0415) is known color: Blackcurrant. HEX triplet: 0E, 04 and 15. RGB value is (14,4,21). Sum of RGB (Red+Green+Blue) = 14+4+21=39 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35.90% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #0E0415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0415 is #F1FBEA. Grayscale: #080808. Windows color (decimal): -15858667 or 1377294. OLE color: 1377294.
HSL color Cylindrical-coordinate representation of color #0E0415: hue angle of 275.29º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E0415 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 14 | 4 | 21 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.92 |
| HSL | 275.29º | 0.68% | 0.05% | - |
| HSV(B) | 275.29º | 0.81% | 0.08% | - |
| XYZ | 0.36 | 0.23 | 0.74 | - |
| YUV | 8.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 21 | 0.33 | 0.81 | 0 | 0.92 | 275.29 | 0.68 | 0.05 |
| Hex | E | 4 | 15 | 21 | 51 | 0 | 5C | 113 | 44 | 5 |
| Octal | 16 | 4 | 25 | 41 | 121 | 0 | 134 | 423 | 104 | 5 |
| Binary | 1110 | 100 | 10101 | 100001 | 1010001 | 0 | 1011100 | 100010011 | 1000100 | 101 |
Color Harmonies of #0E0415
Complementary color
Monochromatic Colors of #0E0415
Black with #0E0415
Text Example
Text Example
White with #0E0415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0415; }
p { color: rgb(14,4,21); }
H1.HeaderClassName
{
color: #0E0415;
}
.AnyTagClassName
{
color: #0E0415;
}
</style>
background-color css
<style>
a { background-color: #0E0415; }
a { background-color: rgb(14,4,21); }
div.DivClassName
{
background-color: #0E0415;
}
.BgClassName
{
background-color: #0E0415;
}
</style>
border-color css
<style>
span { border-color: #0E0415; }
span { border-color: rgb(14,4,21); }
td.TdClassName
{
border-color: #0E0415;
}
.TagClassName
{
border-color: #0E0415;
}
</style>