Shades of Blackcurrant #1E1224
Tints of Blackcurrant #1E1224
RGB
CMYK
RGB Variations
Color information
#1E1224 (or 0x1E1224) is known color: Blackcurrant. HEX triplet: 1E, 12 and 24. RGB value is (30,18,36). Sum of RGB (Red+Green+Blue) = 30+18+36=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 36 - color contains mainly: blue. Hex color #1E1224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1224 is #E1EDDB. Grayscale: #171717. Windows color (decimal): -14806492 or 2363934. OLE color: 2363934.
HSL color Cylindrical-coordinate representation of color #1E1224: hue angle of 280º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E1224 is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 30 | 18 | 36 | - |
| CMYK | 0.17 | 0.5 | 0 | 0.86 |
| HSL | 280º | 0.33% | 0.11% | - |
| HSV(B) | 280º | 0.5% | 0.14% | - |
| XYZ | 1.07 | 0.84 | 1.77 | - |
| YUV | 23.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 36 | 0.17 | 0.5 | 0 | 0.86 | 280 | 0.33 | 0.11 |
| Hex | 1E | 12 | 24 | 11 | 32 | 0 | 56 | 118 | 21 | B |
| Octal | 36 | 22 | 44 | 21 | 62 | 0 | 126 | 430 | 41 | 13 |
| Binary | 11110 | 10010 | 100100 | 10001 | 110010 | 0 | 1010110 | 100011000 | 100001 | 1011 |
Color Harmonies of #1E1224
Complementary color
Monochromatic Colors of #1E1224
Black with #1E1224
Text Example
Text Example
White with #1E1224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1224; }
p { color: rgb(30,18,36); }
H1.HeaderClassName
{
color: #1E1224;
}
.AnyTagClassName
{
color: #1E1224;
}
</style>
background-color css
<style>
a { background-color: #1E1224; }
a { background-color: rgb(30,18,36); }
div.DivClassName
{
background-color: #1E1224;
}
.BgClassName
{
background-color: #1E1224;
}
</style>
border-color css
<style>
span { border-color: #1E1224; }
span { border-color: rgb(30,18,36); }
td.TdClassName
{
border-color: #1E1224;
}
.TagClassName
{
border-color: #1E1224;
}
</style>