Shades of Blackcurrant #1E0E24
Tints of Blackcurrant #1E0E24
RGB
CMYK
RGB Variations
Color information
#1E0E24 (or 0x1E0E24) is known color: Blackcurrant. HEX triplet: 1E, 0E and 24. RGB value is (30,14,36). Sum of RGB (Red+Green+Blue) = 30+14+36=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 36 (14.45% from 255 or 45% from 80); Max value from RGB is 36 - color contains mainly: blue. Hex color #1E0E24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0E24 is #E1F1DB. Grayscale: #151515. Windows color (decimal): -14807516 or 2362910. OLE color: 2362910.
HSL color Cylindrical-coordinate representation of color #1E0E24: hue angle of 283.64º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E0E24 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 30 | 14 | 36 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.86 |
| HSL | 283.64º | 0.44% | 0.1% | - |
| HSV(B) | 283.64º | 0.61% | 0.14% | - |
| XYZ | 1.01 | 0.72 | 1.75 | - |
| YUV | 21.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 14 | 36 | 0.17 | 0.61 | 0 | 0.86 | 283.64 | 0.44 | 0.1 |
| Hex | 1E | E | 24 | 11 | 3D | 0 | 56 | 11C | 2C | A |
| Octal | 36 | 16 | 44 | 21 | 75 | 0 | 126 | 434 | 54 | 12 |
| Binary | 11110 | 1110 | 100100 | 10001 | 111101 | 0 | 1010110 | 100011100 | 101100 | 1010 |
Color Harmonies of #1E0E24
Complementary color
Monochromatic Colors of #1E0E24
Black with #1E0E24
Text Example
Text Example
White with #1E0E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0E24; }
p { color: rgb(30,14,36); }
H1.HeaderClassName
{
color: #1E0E24;
}
.AnyTagClassName
{
color: #1E0E24;
}
</style>
background-color css
<style>
a { background-color: #1E0E24; }
a { background-color: rgb(30,14,36); }
div.DivClassName
{
background-color: #1E0E24;
}
.BgClassName
{
background-color: #1E0E24;
}
</style>
border-color css
<style>
span { border-color: #1E0E24; }
span { border-color: rgb(30,14,36); }
td.TdClassName
{
border-color: #1E0E24;
}
.TagClassName
{
border-color: #1E0E24;
}
</style>