Shades of Blackcurrant #0E0329
Tints of Blackcurrant #0E0329
RGB
CMYK
RGB Variations
Color information
#0E0329 (or 0x0E0329) is known color: Blackcurrant. HEX triplet: 0E, 03 and 29. RGB value is (14,3,41). Sum of RGB (Red+Green+Blue) = 14+3+41=58 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.14% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 41 (16.41% from 255 or 70.69% from 58); Max value from RGB is 41 - color contains mainly: blue. Hex color #0E0329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0329 is #F1FCD6. Grayscale: #0A0A0A. Windows color (decimal): -15858903 or 2687758. OLE color: 2687758.
HSL color Cylindrical-coordinate representation of color #0E0329: hue angle of 257.37º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0329 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 3 | 41 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.84 |
| HSL | 257.37º | 0.86% | 0.09% | - |
| HSV(B) | 257.37º | 0.93% | 0.16% | - |
| XYZ | 0.61 | 0.32 | 2.13 | - |
| YUV | 10.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 41 | 0.66 | 0.93 | 0 | 0.84 | 257.37 | 0.86 | 0.09 |
| Hex | E | 3 | 29 | 42 | 5D | 0 | 54 | 101 | 56 | 9 |
| Octal | 16 | 3 | 51 | 102 | 135 | 0 | 124 | 401 | 126 | 11 |
| Binary | 1110 | 11 | 101001 | 1000010 | 1011101 | 0 | 1010100 | 100000001 | 1010110 | 1001 |
Color Harmonies of #0E0329
Complementary color
Monochromatic Colors of #0E0329
Black with #0E0329
Text Example
Text Example
White with #0E0329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0329; }
p { color: rgb(14,3,41); }
H1.HeaderClassName
{
color: #0E0329;
}
.AnyTagClassName
{
color: #0E0329;
}
</style>
background-color css
<style>
a { background-color: #0E0329; }
a { background-color: rgb(14,3,41); }
div.DivClassName
{
background-color: #0E0329;
}
.BgClassName
{
background-color: #0E0329;
}
</style>
border-color css
<style>
span { border-color: #0E0329; }
span { border-color: rgb(14,3,41); }
td.TdClassName
{
border-color: #0E0329;
}
.TagClassName
{
border-color: #0E0329;
}
</style>