Shades of Blackcurrant #1E0037
Tints of Blackcurrant #1E0037
RGB
CMYK
RGB Variations
Color information
#1E0037 (or 0x1E0037) is known color: Blackcurrant. HEX triplet: 1E, 00 and 37. RGB value is (30,0,55). Sum of RGB (Red+Green+Blue) = 30+0+55=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 55 (21.88% from 255 or 64.71% from 85); Max value from RGB is 55 - color contains mainly: blue. Hex color #1E0037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0037 is #E1FFC8. Grayscale: #0F0F0F. Windows color (decimal): -14811081 or 3604510. OLE color: 3604510.
HSL color Cylindrical-coordinate representation of color #1E0037: hue angle of 272.73º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E0037 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 0 | 55 | - |
| CMYK | 0.45 | 1 | 0 | 0.78 |
| HSL | 272.73º | 1% | 0.11% | - |
| HSV(B) | 272.73º | 1% | 0.22% | - |
| XYZ | 1.23 | 0.55 | 3.66 | - |
| YUV | 15.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 55 | 0.45 | 1 | 0 | 0.78 | 272.73 | 1 | 0.11 |
| Hex | 1E | 0 | 37 | 2D | 64 | 0 | 4E | 111 | 64 | B |
| Octal | 36 | 0 | 67 | 55 | 144 | 0 | 116 | 421 | 144 | 13 |
| Binary | 11110 | 0 | 110111 | 101101 | 1100100 | 0 | 1001110 | 100010001 | 1100100 | 1011 |
Color Harmonies of #1E0037
Complementary color
Monochromatic Colors of #1E0037
Black with #1E0037
Text Example
Text Example
White with #1E0037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0037; }
p { color: rgb(30,0,55); }
H1.HeaderClassName
{
color: #1E0037;
}
.AnyTagClassName
{
color: #1E0037;
}
</style>
background-color css
<style>
a { background-color: #1E0037; }
a { background-color: rgb(30,0,55); }
div.DivClassName
{
background-color: #1E0037;
}
.BgClassName
{
background-color: #1E0037;
}
</style>
border-color css
<style>
span { border-color: #1E0037; }
span { border-color: rgb(30,0,55); }
td.TdClassName
{
border-color: #1E0037;
}
.TagClassName
{
border-color: #1E0037;
}
</style>