Shades of Blackcurrant #1E052A
Tints of Blackcurrant #1E052A
RGB
CMYK
RGB Variations
Color information
#1E052A (or 0x1E052A) is known color: Blackcurrant. HEX triplet: 1E, 05 and 2A. RGB value is (30,5,42). Sum of RGB (Red+Green+Blue) = 30+5+42=77 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.96% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #1E052A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E052A is #E1FAD5. Grayscale: #101010. Windows color (decimal): -14809814 or 2753822. OLE color: 2753822.
HSL color Cylindrical-coordinate representation of color #1E052A: hue angle of 280.54º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E052A is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 5 | 42 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.84 |
| HSL | 280.54º | 0.79% | 0.09% | - |
| HSV(B) | 280.54º | 0.88% | 0.16% | - |
| XYZ | 1.01 | 0.55 | 2.24 | - |
| YUV | 16.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 42 | 0.29 | 0.88 | 0 | 0.84 | 280.54 | 0.79 | 0.09 |
| Hex | 1E | 5 | 2A | 1D | 58 | 0 | 54 | 119 | 4F | 9 |
| Octal | 36 | 5 | 52 | 35 | 130 | 0 | 124 | 431 | 117 | 11 |
| Binary | 11110 | 101 | 101010 | 11101 | 1011000 | 0 | 1010100 | 100011001 | 1001111 | 1001 |
Color Harmonies of #1E052A
Complementary color
Monochromatic Colors of #1E052A
Black with #1E052A
Text Example
Text Example
White with #1E052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E052A; }
p { color: rgb(30,5,42); }
H1.HeaderClassName
{
color: #1E052A;
}
.AnyTagClassName
{
color: #1E052A;
}
</style>
background-color css
<style>
a { background-color: #1E052A; }
a { background-color: rgb(30,5,42); }
div.DivClassName
{
background-color: #1E052A;
}
.BgClassName
{
background-color: #1E052A;
}
</style>
border-color css
<style>
span { border-color: #1E052A; }
span { border-color: rgb(30,5,42); }
td.TdClassName
{
border-color: #1E052A;
}
.TagClassName
{
border-color: #1E052A;
}
</style>