Shades of Blackcurrant #1E032A
Tints of Blackcurrant #1E032A
RGB
CMYK
RGB Variations
Color information
#1E032A (or 0x1E032A) is known color: Blackcurrant. HEX triplet: 1E, 03 and 2A. RGB value is (30,3,42). Sum of RGB (Red+Green+Blue) = 30+3+42=75 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 42 (16.80% from 255 or 56% from 75); Max value from RGB is 42 - color contains mainly: blue. Hex color #1E032A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E032A is #E1FCD5. Grayscale: #0F0F0F. Windows color (decimal): -14810326 or 2753310. OLE color: 2753310.
HSL color Cylindrical-coordinate representation of color #1E032A: hue angle of 281.54º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E032A is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 3 | 42 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.84 |
| HSL | 281.54º | 0.87% | 0.09% | - |
| HSV(B) | 281.54º | 0.93% | 0.16% | - |
| XYZ | 0.99 | 0.51 | 2.24 | - |
| YUV | 15.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 42 | 0.29 | 0.93 | 0 | 0.84 | 281.54 | 0.87 | 0.09 |
| Hex | 1E | 3 | 2A | 1D | 5D | 0 | 54 | 11A | 57 | 9 |
| Octal | 36 | 3 | 52 | 35 | 135 | 0 | 124 | 432 | 127 | 11 |
| Binary | 11110 | 11 | 101010 | 11101 | 1011101 | 0 | 1010100 | 100011010 | 1010111 | 1001 |
Color Harmonies of #1E032A
Complementary color
Monochromatic Colors of #1E032A
Black with #1E032A
Text Example
Text Example
White with #1E032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E032A; }
p { color: rgb(30,3,42); }
H1.HeaderClassName
{
color: #1E032A;
}
.AnyTagClassName
{
color: #1E032A;
}
</style>
background-color css
<style>
a { background-color: #1E032A; }
a { background-color: rgb(30,3,42); }
div.DivClassName
{
background-color: #1E032A;
}
.BgClassName
{
background-color: #1E032A;
}
</style>
border-color css
<style>
span { border-color: #1E032A; }
span { border-color: rgb(30,3,42); }
td.TdClassName
{
border-color: #1E032A;
}
.TagClassName
{
border-color: #1E032A;
}
</style>