Shades of Blackcurrant #1E042D
Tints of Blackcurrant #1E042D
RGB
CMYK
RGB Variations
Color information
#1E042D (or 0x1E042D) is known color: Blackcurrant. HEX triplet: 1E, 04 and 2D. RGB value is (30,4,45). Sum of RGB (Red+Green+Blue) = 30+4+45=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #1E042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E042D is #E1FBD2. Grayscale: #101010. Windows color (decimal): -14810067 or 2950174. OLE color: 2950174.
HSL color Cylindrical-coordinate representation of color #1E042D: hue angle of 278.05º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E042D is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 4 | 45 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.82 |
| HSL | 278.05º | 0.84% | 0.1% | - |
| HSV(B) | 278.05º | 0.91% | 0.18% | - |
| XYZ | 1.05 | 0.55 | 2.53 | - |
| YUV | 16.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 4 | 45 | 0.33 | 0.91 | 0 | 0.82 | 278.05 | 0.84 | 0.1 |
| Hex | 1E | 4 | 2D | 21 | 5B | 0 | 52 | 116 | 54 | A |
| Octal | 36 | 4 | 55 | 41 | 133 | 0 | 122 | 426 | 124 | 12 |
| Binary | 11110 | 100 | 101101 | 100001 | 1011011 | 0 | 1010010 | 100010110 | 1010100 | 1010 |
Color Harmonies of #1E042D
Complementary color
Monochromatic Colors of #1E042D
Black with #1E042D
Text Example
Text Example
White with #1E042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E042D; }
p { color: rgb(30,4,45); }
H1.HeaderClassName
{
color: #1E042D;
}
.AnyTagClassName
{
color: #1E042D;
}
</style>
background-color css
<style>
a { background-color: #1E042D; }
a { background-color: rgb(30,4,45); }
div.DivClassName
{
background-color: #1E042D;
}
.BgClassName
{
background-color: #1E042D;
}
</style>
border-color css
<style>
span { border-color: #1E042D; }
span { border-color: rgb(30,4,45); }
td.TdClassName
{
border-color: #1E042D;
}
.TagClassName
{
border-color: #1E042D;
}
</style>