Shades of Blackcurrant #0E0216
Tints of Blackcurrant #0E0216
RGB
CMYK
RGB Variations
Color information
#0E0216 (or 0x0E0216) is known color: Blackcurrant. HEX triplet: 0E, 02 and 16. RGB value is (14,2,22). Sum of RGB (Red+Green+Blue) = 14+2+22=38 (5% of max value = 765). Red value is 14 (5.86% from 255 or 36.84% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 22 (8.98% from 255 or 57.89% from 38); Max value from RGB is 22 - color contains mainly: blue. Hex color #0E0216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0216 is #F1FDE9. Grayscale: #070707. Windows color (decimal): -15859178 or 1442318. OLE color: 1442318.
HSL color Cylindrical-coordinate representation of color #0E0216: hue angle of 276º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E0216 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 2 | 22 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.91 |
| HSL | 276º | 0.83% | 0.05% | - |
| HSV(B) | 276º | 0.91% | 0.09% | - |
| XYZ | 0.35 | 0.19 | 0.78 | - |
| YUV | 7.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 22 | 0.36 | 0.91 | 0 | 0.91 | 276 | 0.83 | 0.05 |
| Hex | E | 2 | 16 | 24 | 5B | 0 | 5B | 114 | 53 | 5 |
| Octal | 16 | 2 | 26 | 44 | 133 | 0 | 133 | 424 | 123 | 5 |
| Binary | 1110 | 10 | 10110 | 100100 | 1011011 | 0 | 1011011 | 100010100 | 1010011 | 101 |
Color Harmonies of #0E0216
Complementary color
Monochromatic Colors of #0E0216
Black with #0E0216
Text Example
Text Example
White with #0E0216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0216; }
p { color: rgb(14,2,22); }
H1.HeaderClassName
{
color: #0E0216;
}
.AnyTagClassName
{
color: #0E0216;
}
</style>
background-color css
<style>
a { background-color: #0E0216; }
a { background-color: rgb(14,2,22); }
div.DivClassName
{
background-color: #0E0216;
}
.BgClassName
{
background-color: #0E0216;
}
</style>
border-color css
<style>
span { border-color: #0E0216; }
span { border-color: rgb(14,2,22); }
td.TdClassName
{
border-color: #0E0216;
}
.TagClassName
{
border-color: #0E0216;
}
</style>