Shades of Blackcurrant #0E0A11
Tints of Blackcurrant #0E0A11
RGB
CMYK
RGB Variations
Color information
#0E0A11 (or 0x0E0A11) is known color: Blackcurrant. HEX triplet: 0E, 0A and 11. RGB value is (14,10,17). Sum of RGB (Red+Green+Blue) = 14+10+17=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 17 - color contains mainly: blue. Hex color #0E0A11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0A11 is #F1F5EE. Grayscale: #0B0B0B. Windows color (decimal): -15857135 or 1116686. OLE color: 1116686.
HSL color Cylindrical-coordinate representation of color #0E0A11: hue angle of 274.29º degrees, saturation: 0.26, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #0E0A11 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 14 | 10 | 17 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.93 |
| HSL | 274.29º | 0.26% | 0.05% | - |
| HSV(B) | 274.29º | 0.41% | 0.07% | - |
| XYZ | 0.39 | 0.35 | 0.58 | - |
| YUV | 11.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 10 | 17 | 0.18 | 0.41 | 0 | 0.93 | 274.29 | 0.26 | 0.05 |
| Hex | E | A | 11 | 12 | 29 | 0 | 5D | 112 | 1A | 5 |
| Octal | 16 | 12 | 21 | 22 | 51 | 0 | 135 | 422 | 32 | 5 |
| Binary | 1110 | 1010 | 10001 | 10010 | 101001 | 0 | 1011101 | 100010010 | 11010 | 101 |
Color Harmonies of #0E0A11
Complementary color
Monochromatic Colors of #0E0A11
Black with #0E0A11
Text Example
Text Example
White with #0E0A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0A11; }
p { color: rgb(14,10,17); }
H1.HeaderClassName
{
color: #0E0A11;
}
.AnyTagClassName
{
color: #0E0A11;
}
</style>
background-color css
<style>
a { background-color: #0E0A11; }
a { background-color: rgb(14,10,17); }
div.DivClassName
{
background-color: #0E0A11;
}
.BgClassName
{
background-color: #0E0A11;
}
</style>
border-color css
<style>
span { border-color: #0E0A11; }
span { border-color: rgb(14,10,17); }
td.TdClassName
{
border-color: #0E0A11;
}
.TagClassName
{
border-color: #0E0A11;
}
</style>