Shades of Blackcurrant #1E1428
Tints of Blackcurrant #1E1428
RGB
CMYK
RGB Variations
Color information
#1E1428 (or 0x1E1428) is known color: Blackcurrant. HEX triplet: 1E, 14 and 28. RGB value is (30,20,40). Sum of RGB (Red+Green+Blue) = 30+20+40=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 40 - color contains mainly: blue. Hex color #1E1428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1428 is #E1EBD7. Grayscale: #191919. Windows color (decimal): -14805976 or 2626590. OLE color: 2626590.
HSL color Cylindrical-coordinate representation of color #1E1428: hue angle of 270º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E1428 is Cyan = 0.25, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 20 | 40 | - |
| CMYK | 0.25 | 0.5 | 0 | 0.84 |
| HSL | 270º | 0.33% | 0.12% | - |
| HSV(B) | 270º | 0.5% | 0.16% | - |
| XYZ | 1.17 | 0.93 | 2.13 | - |
| YUV | 25.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 40 | 0.25 | 0.5 | 0 | 0.84 | 270 | 0.33 | 0.12 |
| Hex | 1E | 14 | 28 | 19 | 32 | 0 | 54 | 10E | 21 | C |
| Octal | 36 | 24 | 50 | 31 | 62 | 0 | 124 | 416 | 41 | 14 |
| Binary | 11110 | 10100 | 101000 | 11001 | 110010 | 0 | 1010100 | 100001110 | 100001 | 1100 |
Color Harmonies of #1E1428
Complementary color
Monochromatic Colors of #1E1428
Black with #1E1428
Text Example
Text Example
White with #1E1428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1428; }
p { color: rgb(30,20,40); }
H1.HeaderClassName
{
color: #1E1428;
}
.AnyTagClassName
{
color: #1E1428;
}
</style>
background-color css
<style>
a { background-color: #1E1428; }
a { background-color: rgb(30,20,40); }
div.DivClassName
{
background-color: #1E1428;
}
.BgClassName
{
background-color: #1E1428;
}
</style>
border-color css
<style>
span { border-color: #1E1428; }
span { border-color: rgb(30,20,40); }
td.TdClassName
{
border-color: #1E1428;
}
.TagClassName
{
border-color: #1E1428;
}
</style>