Shades of Blackcurrant #1E042B
Tints of Blackcurrant #1E042B
RGB
CMYK
RGB Variations
Color information
#1E042B (or 0x1E042B) is known color: Blackcurrant. HEX triplet: 1E, 04 and 2B. RGB value is (30,4,43). Sum of RGB (Red+Green+Blue) = 30+4+43=77 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.96% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 43 (17.19% from 255 or 55.84% from 77); Max value from RGB is 43 - color contains mainly: blue. Hex color #1E042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E042B is #E1FBD4. Grayscale: #101010. Windows color (decimal): -14810069 or 2819102. OLE color: 2819102.
HSL color Cylindrical-coordinate representation of color #1E042B: hue angle of 280º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E042B is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 30 | 4 | 43 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.83 |
| HSL | 280º | 0.83% | 0.09% | - |
| HSV(B) | 280º | 0.91% | 0.17% | - |
| XYZ | 1.01 | 0.54 | 2.34 | - |
| YUV | 16.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 4 | 43 | 0.30 | 0.91 | 0 | 0.83 | 280 | 0.83 | 0.09 |
| Hex | 1E | 4 | 2B | 1E | 5B | 0 | 53 | 118 | 53 | 9 |
| Octal | 36 | 4 | 53 | 36 | 133 | 0 | 123 | 430 | 123 | 11 |
| Binary | 11110 | 100 | 101011 | 11110 | 1011011 | 0 | 1010011 | 100011000 | 1010011 | 1001 |
Color Harmonies of #1E042B
Complementary color
Monochromatic Colors of #1E042B
Black with #1E042B
Text Example
Text Example
White with #1E042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E042B; }
p { color: rgb(30,4,43); }
H1.HeaderClassName
{
color: #1E042B;
}
.AnyTagClassName
{
color: #1E042B;
}
</style>
background-color css
<style>
a { background-color: #1E042B; }
a { background-color: rgb(30,4,43); }
div.DivClassName
{
background-color: #1E042B;
}
.BgClassName
{
background-color: #1E042B;
}
</style>
border-color css
<style>
span { border-color: #1E042B; }
span { border-color: rgb(30,4,43); }
td.TdClassName
{
border-color: #1E042B;
}
.TagClassName
{
border-color: #1E042B;
}
</style>