Shades of Blackcurrant #1E1228
Tints of Blackcurrant #1E1228
RGB
CMYK
RGB Variations
Color information
#1E1228 (or 0x1E1228) is known color: Blackcurrant. HEX triplet: 1E, 12 and 28. RGB value is (30,18,40). Sum of RGB (Red+Green+Blue) = 30+18+40=88 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.09% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: blue. Hex color #1E1228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1228 is #E1EDD7. Grayscale: #181818. Windows color (decimal): -14806488 or 2626078. OLE color: 2626078.
HSL color Cylindrical-coordinate representation of color #1E1228: hue angle of 272.73º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E1228 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 18 | 40 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.84 |
| HSL | 272.73º | 0.38% | 0.11% | - |
| HSV(B) | 272.73º | 0.55% | 0.16% | - |
| XYZ | 1.13 | 0.86 | 2.11 | - |
| YUV | 24.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 40 | 0.25 | 0.55 | 0 | 0.84 | 272.73 | 0.38 | 0.11 |
| Hex | 1E | 12 | 28 | 19 | 37 | 0 | 54 | 111 | 26 | B |
| Octal | 36 | 22 | 50 | 31 | 67 | 0 | 124 | 421 | 46 | 13 |
| Binary | 11110 | 10010 | 101000 | 11001 | 110111 | 0 | 1010100 | 100010001 | 100110 | 1011 |
Color Harmonies of #1E1228
Complementary color
Monochromatic Colors of #1E1228
Black with #1E1228
Text Example
Text Example
White with #1E1228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1228; }
p { color: rgb(30,18,40); }
H1.HeaderClassName
{
color: #1E1228;
}
.AnyTagClassName
{
color: #1E1228;
}
</style>
background-color css
<style>
a { background-color: #1E1228; }
a { background-color: rgb(30,18,40); }
div.DivClassName
{
background-color: #1E1228;
}
.BgClassName
{
background-color: #1E1228;
}
</style>
border-color css
<style>
span { border-color: #1E1228; }
span { border-color: rgb(30,18,40); }
td.TdClassName
{
border-color: #1E1228;
}
.TagClassName
{
border-color: #1E1228;
}
</style>