Shades of Blackcurrant #1E042C
Tints of Blackcurrant #1E042C
RGB
CMYK
RGB Variations
Color information
#1E042C (or 0x1E042C) is known color: Blackcurrant. HEX triplet: 1E, 04 and 2C. RGB value is (30,4,44). Sum of RGB (Red+Green+Blue) = 30+4+44=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #1E042C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E042C is #E1FBD3. Grayscale: #101010. Windows color (decimal): -14810068 or 2884638. OLE color: 2884638.
HSL color Cylindrical-coordinate representation of color #1E042C: hue angle of 279º 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 #1E042C is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 30 | 4 | 44 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.83 |
| HSL | 279º | 0.83% | 0.09% | - |
| HSV(B) | 279º | 0.91% | 0.17% | - |
| XYZ | 1.03 | 0.54 | 2.43 | - |
| YUV | 16.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 4 | 44 | 0.32 | 0.91 | 0 | 0.83 | 279 | 0.83 | 0.09 |
| Hex | 1E | 4 | 2C | 20 | 5B | 0 | 53 | 117 | 53 | 9 |
| Octal | 36 | 4 | 54 | 40 | 133 | 0 | 123 | 427 | 123 | 11 |
| Binary | 11110 | 100 | 101100 | 100000 | 1011011 | 0 | 1010011 | 100010111 | 1010011 | 1001 |
Color Harmonies of #1E042C
Complementary color
Monochromatic Colors of #1E042C
Black with #1E042C
Text Example
Text Example
White with #1E042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E042C; }
p { color: rgb(30,4,44); }
H1.HeaderClassName
{
color: #1E042C;
}
.AnyTagClassName
{
color: #1E042C;
}
</style>
background-color css
<style>
a { background-color: #1E042C; }
a { background-color: rgb(30,4,44); }
div.DivClassName
{
background-color: #1E042C;
}
.BgClassName
{
background-color: #1E042C;
}
</style>
border-color css
<style>
span { border-color: #1E042C; }
span { border-color: rgb(30,4,44); }
td.TdClassName
{
border-color: #1E042C;
}
.TagClassName
{
border-color: #1E042C;
}
</style>