Shades of Blackcurrant #1E043B
Tints of Blackcurrant #1E043B
RGB
CMYK
RGB Variations
Color information
#1E043B (or 0x1E043B) is known color: Blackcurrant. HEX triplet: 1E, 04 and 3B. RGB value is (30,4,59). Sum of RGB (Red+Green+Blue) = 30+4+59=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 59 (23.44% from 255 or 63.44% from 93); Max value from RGB is 59 - color contains mainly: blue. Hex color #1E043B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E043B is #E1FBC4. Grayscale: #111111. Windows color (decimal): -14810053 or 3867678. OLE color: 3867678.
HSL color Cylindrical-coordinate representation of color #1E043B: hue angle of 268.36º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E043B is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 30 | 4 | 59 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.77 |
| HSL | 268.36º | 0.87% | 0.12% | - |
| HSV(B) | 268.36º | 0.93% | 0.23% | - |
| XYZ | 1.37 | 0.68 | 4.2 | - |
| YUV | 18.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 4 | 59 | 0.49 | 0.93 | 0 | 0.77 | 268.36 | 0.87 | 0.12 |
| Hex | 1E | 4 | 3B | 31 | 5D | 0 | 4D | 10C | 57 | C |
| Octal | 36 | 4 | 73 | 61 | 135 | 0 | 115 | 414 | 127 | 14 |
| Binary | 11110 | 100 | 111011 | 110001 | 1011101 | 0 | 1001101 | 100001100 | 1010111 | 1100 |
Color Harmonies of #1E043B
Complementary color
Monochromatic Colors of #1E043B
Black with #1E043B
Text Example
Text Example
White with #1E043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E043B; }
p { color: rgb(30,4,59); }
H1.HeaderClassName
{
color: #1E043B;
}
.AnyTagClassName
{
color: #1E043B;
}
</style>
background-color css
<style>
a { background-color: #1E043B; }
a { background-color: rgb(30,4,59); }
div.DivClassName
{
background-color: #1E043B;
}
.BgClassName
{
background-color: #1E043B;
}
</style>
border-color css
<style>
span { border-color: #1E043B; }
span { border-color: rgb(30,4,59); }
td.TdClassName
{
border-color: #1E043B;
}
.TagClassName
{
border-color: #1E043B;
}
</style>