Shades of Blackcurrant #0E041A
Tints of Blackcurrant #0E041A
RGB
CMYK
RGB Variations
Color information
#0E041A (or 0x0E041A) is known color: Blackcurrant. HEX triplet: 0E, 04 and 1A. RGB value is (14,4,26). Sum of RGB (Red+Green+Blue) = 14+4+26=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 26 (10.55% from 255 or 59.09% from 44); Max value from RGB is 26 - color contains mainly: blue. Hex color #0E041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E041A is #F1FBE5. Grayscale: #090909. Windows color (decimal): -15858662 or 1704974. OLE color: 1704974.
HSL color Cylindrical-coordinate representation of color #0E041A: hue angle of 267.27º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E041A is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 14 | 4 | 26 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.90 |
| HSL | 267.27º | 0.73% | 0.06% | - |
| HSV(B) | 267.27º | 0.85% | 0.1% | - |
| XYZ | 0.41 | 0.25 | 1 | - |
| YUV | 9.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 26 | 0.46 | 0.85 | 0 | 0.90 | 267.27 | 0.73 | 0.06 |
| Hex | E | 4 | 1A | 2E | 55 | 0 | 5A | 10B | 49 | 6 |
| Octal | 16 | 4 | 32 | 56 | 125 | 0 | 132 | 413 | 111 | 6 |
| Binary | 1110 | 100 | 11010 | 101110 | 1010101 | 0 | 1011010 | 100001011 | 1001001 | 110 |
Color Harmonies of #0E041A
Complementary color
Monochromatic Colors of #0E041A
Black with #0E041A
Text Example
Text Example
White with #0E041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E041A; }
p { color: rgb(14,4,26); }
H1.HeaderClassName
{
color: #0E041A;
}
.AnyTagClassName
{
color: #0E041A;
}
</style>
background-color css
<style>
a { background-color: #0E041A; }
a { background-color: rgb(14,4,26); }
div.DivClassName
{
background-color: #0E041A;
}
.BgClassName
{
background-color: #0E041A;
}
</style>
border-color css
<style>
span { border-color: #0E041A; }
span { border-color: rgb(14,4,26); }
td.TdClassName
{
border-color: #0E041A;
}
.TagClassName
{
border-color: #0E041A;
}
</style>