Shades of Blackcurrant #0E0A15
Tints of Blackcurrant #0E0A15
RGB
CMYK
RGB Variations
Color information
#0E0A15 (or 0x0E0A15) is known color: Blackcurrant. HEX triplet: 0E, 0A and 15. RGB value is (14,10,21). Sum of RGB (Red+Green+Blue) = 14+10+21=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 10 (4.30% from 255 or 22.22% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: blue. Hex color #0E0A15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0A15 is #F1F5EA. Grayscale: #0C0C0C. Windows color (decimal): -15857131 or 1378830. OLE color: 1378830.
HSL color Cylindrical-coordinate representation of color #0E0A15: hue angle of 261.82º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0E0A15 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 14 | 10 | 21 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.92 |
| HSL | 261.82º | 0.35% | 0.06% | - |
| HSV(B) | 261.82º | 0.52% | 0.08% | - |
| XYZ | 0.43 | 0.36 | 0.76 | - |
| YUV | 12.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 10 | 21 | 0.33 | 0.52 | 0 | 0.92 | 261.82 | 0.35 | 0.06 |
| Hex | E | A | 15 | 21 | 34 | 0 | 5C | 106 | 23 | 6 |
| Octal | 16 | 12 | 25 | 41 | 64 | 0 | 134 | 406 | 43 | 6 |
| Binary | 1110 | 1010 | 10101 | 100001 | 110100 | 0 | 1011100 | 100000110 | 100011 | 110 |
Color Harmonies of #0E0A15
Complementary color
Monochromatic Colors of #0E0A15
Black with #0E0A15
Text Example
Text Example
White with #0E0A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0A15; }
p { color: rgb(14,10,21); }
H1.HeaderClassName
{
color: #0E0A15;
}
.AnyTagClassName
{
color: #0E0A15;
}
</style>
background-color css
<style>
a { background-color: #0E0A15; }
a { background-color: rgb(14,10,21); }
div.DivClassName
{
background-color: #0E0A15;
}
.BgClassName
{
background-color: #0E0A15;
}
</style>
border-color css
<style>
span { border-color: #0E0A15; }
span { border-color: rgb(14,10,21); }
td.TdClassName
{
border-color: #0E0A15;
}
.TagClassName
{
border-color: #0E0A15;
}
</style>