Shades of Blackcurrant #0E0024
Tints of Blackcurrant #0E0024
RGB
CMYK
RGB Variations
Color information
#0E0024 (or 0x0E0024) is known color: Blackcurrant. HEX triplet: 0E, 00 and 24. RGB value is (14,0,36). Sum of RGB (Red+Green+Blue) = 14+0+36=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 36 (14.45% from 255 or 72% from 50); Max value from RGB is 36 - color contains mainly: blue. Hex color #0E0024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0024 is #F1FFDB. Grayscale: #080808. Windows color (decimal): -15859676 or 2359310. OLE color: 2359310.
HSL color Cylindrical-coordinate representation of color #0E0024: hue angle of 263.33º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E0024 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 14 | 0 | 36 | - |
| CMYK | 0.61 | 1 | 0 | 0.86 |
| HSL | 263.33º | 1% | 0.07% | - |
| HSV(B) | 263.33º | 1% | 0.14% | - |
| XYZ | 0.5 | 0.22 | 1.69 | - |
| YUV | 8.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 36 | 0.61 | 1 | 0 | 0.86 | 263.33 | 1 | 0.07 |
| Hex | E | 0 | 24 | 3D | 64 | 0 | 56 | 107 | 64 | 7 |
| Octal | 16 | 0 | 44 | 75 | 144 | 0 | 126 | 407 | 144 | 7 |
| Binary | 1110 | 0 | 100100 | 111101 | 1100100 | 0 | 1010110 | 100000111 | 1100100 | 111 |
Color Harmonies of #0E0024
Complementary color
Monochromatic Colors of #0E0024
Black with #0E0024
Text Example
Text Example
White with #0E0024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0024; }
p { color: rgb(14,0,36); }
H1.HeaderClassName
{
color: #0E0024;
}
.AnyTagClassName
{
color: #0E0024;
}
</style>
background-color css
<style>
a { background-color: #0E0024; }
a { background-color: rgb(14,0,36); }
div.DivClassName
{
background-color: #0E0024;
}
.BgClassName
{
background-color: #0E0024;
}
</style>
border-color css
<style>
span { border-color: #0E0024; }
span { border-color: rgb(14,0,36); }
td.TdClassName
{
border-color: #0E0024;
}
.TagClassName
{
border-color: #0E0024;
}
</style>