Shades of Blackcurrant #0E0224
Tints of Blackcurrant #0E0224
RGB
CMYK
RGB Variations
Color information
#0E0224 (or 0x0E0224) is known color: Blackcurrant. HEX triplet: 0E, 02 and 24. RGB value is (14,2,36). Sum of RGB (Red+Green+Blue) = 14+2+36=52 (6% of max value = 765). Red value is 14 (5.86% from 255 or 26.92% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 36 (14.45% from 255 or 69.23% from 52); Max value from RGB is 36 - color contains mainly: blue. Hex color #0E0224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0224 is #F1FDDB. Grayscale: #090909. Windows color (decimal): -15859164 or 2359822. OLE color: 2359822.
HSL color Cylindrical-coordinate representation of color #0E0224: hue angle of 261.18º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E0224 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 14 | 2 | 36 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.86 |
| HSL | 261.18º | 0.89% | 0.07% | - |
| HSV(B) | 261.18º | 0.94% | 0.14% | - |
| XYZ | 0.52 | 0.26 | 1.69 | - |
| YUV | 9.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 36 | 0.61 | 0.94 | 0 | 0.86 | 261.18 | 0.89 | 0.07 |
| Hex | E | 2 | 24 | 3D | 5E | 0 | 56 | 105 | 59 | 7 |
| Octal | 16 | 2 | 44 | 75 | 136 | 0 | 126 | 405 | 131 | 7 |
| Binary | 1110 | 10 | 100100 | 111101 | 1011110 | 0 | 1010110 | 100000101 | 1011001 | 111 |
Color Harmonies of #0E0224
Complementary color
Monochromatic Colors of #0E0224
Black with #0E0224
Text Example
Text Example
White with #0E0224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0224; }
p { color: rgb(14,2,36); }
H1.HeaderClassName
{
color: #0E0224;
}
.AnyTagClassName
{
color: #0E0224;
}
</style>
background-color css
<style>
a { background-color: #0E0224; }
a { background-color: rgb(14,2,36); }
div.DivClassName
{
background-color: #0E0224;
}
.BgClassName
{
background-color: #0E0224;
}
</style>
border-color css
<style>
span { border-color: #0E0224; }
span { border-color: rgb(14,2,36); }
td.TdClassName
{
border-color: #0E0224;
}
.TagClassName
{
border-color: #0E0224;
}
</style>