Shades of Blackcurrant #0E0129
Tints of Blackcurrant #0E0129
RGB
CMYK
RGB Variations
Color information
#0E0129 (or 0x0E0129) is known color: Blackcurrant. HEX triplet: 0E, 01 and 29. RGB value is (14,1,41). Sum of RGB (Red+Green+Blue) = 14+1+41=56 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 41 (16.41% from 255 or 73.21% from 56); Max value from RGB is 41 - color contains mainly: blue. Hex color #0E0129 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0129 is #F1FED6. Grayscale: #090909. Windows color (decimal): -15859415 or 2687246. OLE color: 2687246.
HSL color Cylindrical-coordinate representation of color #0E0129: hue angle of 259.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E0129 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 1 | 41 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.84 |
| HSL | 259.5º | 0.95% | 0.08% | - |
| HSV(B) | 259.5º | 0.98% | 0.16% | - |
| XYZ | 0.59 | 0.28 | 2.12 | - |
| YUV | 9.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 41 | 0.66 | 0.98 | 0 | 0.84 | 259.5 | 0.95 | 0.08 |
| Hex | E | 1 | 29 | 42 | 62 | 0 | 54 | 104 | 5F | 8 |
| Octal | 16 | 1 | 51 | 102 | 142 | 0 | 124 | 404 | 137 | 10 |
| Binary | 1110 | 1 | 101001 | 1000010 | 1100010 | 0 | 1010100 | 100000100 | 1011111 | 1000 |
Color Harmonies of #0E0129
Complementary color
Monochromatic Colors of #0E0129
Black with #0E0129
Text Example
Text Example
White with #0E0129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0129; }
p { color: rgb(14,1,41); }
H1.HeaderClassName
{
color: #0E0129;
}
.AnyTagClassName
{
color: #0E0129;
}
</style>
background-color css
<style>
a { background-color: #0E0129; }
a { background-color: rgb(14,1,41); }
div.DivClassName
{
background-color: #0E0129;
}
.BgClassName
{
background-color: #0E0129;
}
</style>
border-color css
<style>
span { border-color: #0E0129; }
span { border-color: rgb(14,1,41); }
td.TdClassName
{
border-color: #0E0129;
}
.TagClassName
{
border-color: #0E0129;
}
</style>