Shades of Blackcurrant #1E0538
Tints of Blackcurrant #1E0538
RGB
CMYK
RGB Variations
Color information
#1E0538 (or 0x1E0538) is known color: Blackcurrant. HEX triplet: 1E, 05 and 38. RGB value is (30,5,56). Sum of RGB (Red+Green+Blue) = 30+5+56=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 56 (22.27% from 255 or 61.54% from 91); Max value from RGB is 56 - color contains mainly: blue. Hex color #1E0538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0538 is #E1FAC7. Grayscale: #121212. Windows color (decimal): -14809800 or 3671326. OLE color: 3671326.
HSL color Cylindrical-coordinate representation of color #1E0538: hue angle of 269.41º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E0538 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 5 | 56 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.78 |
| HSL | 269.41º | 0.84% | 0.12% | - |
| HSV(B) | 269.41º | 0.91% | 0.22% | - |
| XYZ | 1.3 | 0.67 | 3.8 | - |
| YUV | 18.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 56 | 0.46 | 0.91 | 0 | 0.78 | 269.41 | 0.84 | 0.12 |
| Hex | 1E | 5 | 38 | 2E | 5B | 0 | 4E | 10D | 54 | C |
| Octal | 36 | 5 | 70 | 56 | 133 | 0 | 116 | 415 | 124 | 14 |
| Binary | 11110 | 101 | 111000 | 101110 | 1011011 | 0 | 1001110 | 100001101 | 1010100 | 1100 |
Color Harmonies of #1E0538
Complementary color
Monochromatic Colors of #1E0538
Black with #1E0538
Text Example
Text Example
White with #1E0538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0538; }
p { color: rgb(30,5,56); }
H1.HeaderClassName
{
color: #1E0538;
}
.AnyTagClassName
{
color: #1E0538;
}
</style>
background-color css
<style>
a { background-color: #1E0538; }
a { background-color: rgb(30,5,56); }
div.DivClassName
{
background-color: #1E0538;
}
.BgClassName
{
background-color: #1E0538;
}
</style>
border-color css
<style>
span { border-color: #1E0538; }
span { border-color: rgb(30,5,56); }
td.TdClassName
{
border-color: #1E0538;
}
.TagClassName
{
border-color: #1E0538;
}
</style>