Shades of Blackcurrant #1E042A
Tints of Blackcurrant #1E042A
RGB
CMYK
RGB Variations
Color information
#1E042A (or 0x1E042A) is known color: Blackcurrant. HEX triplet: 1E, 04 and 2A. RGB value is (30,4,42). Sum of RGB (Red+Green+Blue) = 30+4+42=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 42 (16.80% from 255 or 55.26% from 76); Max value from RGB is 42 - color contains mainly: blue. Hex color #1E042A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E042A is #E1FBD5. Grayscale: #0F0F0F. Windows color (decimal): -14810070 or 2753566. OLE color: 2753566.
HSL color Cylindrical-coordinate representation of color #1E042A: hue angle of 281.05º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E042A is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 4 | 42 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.84 |
| HSL | 281.05º | 0.83% | 0.09% | - |
| HSV(B) | 281.05º | 0.9% | 0.16% | - |
| XYZ | 1 | 0.53 | 2.24 | - |
| YUV | 16.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 4 | 42 | 0.29 | 0.90 | 0 | 0.84 | 281.05 | 0.83 | 0.09 |
| Hex | 1E | 4 | 2A | 1D | 5A | 0 | 54 | 119 | 53 | 9 |
| Octal | 36 | 4 | 52 | 35 | 132 | 0 | 124 | 431 | 123 | 11 |
| Binary | 11110 | 100 | 101010 | 11101 | 1011010 | 0 | 1010100 | 100011001 | 1010011 | 1001 |
Color Harmonies of #1E042A
Complementary color
Monochromatic Colors of #1E042A
Black with #1E042A
Text Example
Text Example
White with #1E042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E042A; }
p { color: rgb(30,4,42); }
H1.HeaderClassName
{
color: #1E042A;
}
.AnyTagClassName
{
color: #1E042A;
}
</style>
background-color css
<style>
a { background-color: #1E042A; }
a { background-color: rgb(30,4,42); }
div.DivClassName
{
background-color: #1E042A;
}
.BgClassName
{
background-color: #1E042A;
}
</style>
border-color css
<style>
span { border-color: #1E042A; }
span { border-color: rgb(30,4,42); }
td.TdClassName
{
border-color: #1E042A;
}
.TagClassName
{
border-color: #1E042A;
}
</style>