Shades of Blackcurrant #0E022A
Tints of Blackcurrant #0E022A
RGB
CMYK
RGB Variations
Color information
#0E022A (or 0x0E022A) is known color: Blackcurrant. HEX triplet: 0E, 02 and 2A. RGB value is (14,2,42). Sum of RGB (Red+Green+Blue) = 14+2+42=58 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.14% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 42 (16.80% from 255 or 72.41% from 58); Max value from RGB is 42 - color contains mainly: blue. Hex color #0E022A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E022A is #F1FDD5. Grayscale: #0A0A0A. Windows color (decimal): -15859158 or 2753038. OLE color: 2753038.
HSL color Cylindrical-coordinate representation of color #0E022A: hue angle of 258º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E022A is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 2 | 42 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.84 |
| HSL | 258º | 0.91% | 0.09% | - |
| HSV(B) | 258º | 0.95% | 0.16% | - |
| XYZ | 0.62 | 0.3 | 2.22 | - |
| YUV | 10.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 42 | 0.67 | 0.95 | 0 | 0.84 | 258 | 0.91 | 0.09 |
| Hex | E | 2 | 2A | 43 | 5F | 0 | 54 | 102 | 5B | 9 |
| Octal | 16 | 2 | 52 | 103 | 137 | 0 | 124 | 402 | 133 | 11 |
| Binary | 1110 | 10 | 101010 | 1000011 | 1011111 | 0 | 1010100 | 100000010 | 1011011 | 1001 |
Color Harmonies of #0E022A
Complementary color
Monochromatic Colors of #0E022A
Black with #0E022A
Text Example
Text Example
White with #0E022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E022A; }
p { color: rgb(14,2,42); }
H1.HeaderClassName
{
color: #0E022A;
}
.AnyTagClassName
{
color: #0E022A;
}
</style>
background-color css
<style>
a { background-color: #0E022A; }
a { background-color: rgb(14,2,42); }
div.DivClassName
{
background-color: #0E022A;
}
.BgClassName
{
background-color: #0E022A;
}
</style>
border-color css
<style>
span { border-color: #0E022A; }
span { border-color: rgb(14,2,42); }
td.TdClassName
{
border-color: #0E022A;
}
.TagClassName
{
border-color: #0E022A;
}
</style>