Shades of Blackcurrant #1E0137
Tints of Blackcurrant #1E0137
RGB
CMYK
RGB Variations
Color information
#1E0137 (or 0x1E0137) is known color: Blackcurrant. HEX triplet: 1E, 01 and 37. RGB value is (30,1,55). Sum of RGB (Red+Green+Blue) = 30+1+55=86 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.88% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 55 (21.88% from 255 or 63.95% from 86); Max value from RGB is 55 - color contains mainly: blue. Hex color #1E0137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0137 is #E1FEC8. Grayscale: #0F0F0F. Windows color (decimal): -14810825 or 3604766. OLE color: 3604766.
HSL color Cylindrical-coordinate representation of color #1E0137: hue angle of 272.22º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E0137 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 1 | 55 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.78 |
| HSL | 272.22º | 0.96% | 0.11% | - |
| HSV(B) | 272.22º | 0.98% | 0.22% | - |
| XYZ | 1.24 | 0.57 | 3.66 | - |
| YUV | 15.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 55 | 0.45 | 0.98 | 0 | 0.78 | 272.22 | 0.96 | 0.11 |
| Hex | 1E | 1 | 37 | 2D | 62 | 0 | 4E | 110 | 60 | B |
| Octal | 36 | 1 | 67 | 55 | 142 | 0 | 116 | 420 | 140 | 13 |
| Binary | 11110 | 1 | 110111 | 101101 | 1100010 | 0 | 1001110 | 100010000 | 1100000 | 1011 |
Color Harmonies of #1E0137
Complementary color
Monochromatic Colors of #1E0137
Black with #1E0137
Text Example
Text Example
White with #1E0137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0137; }
p { color: rgb(30,1,55); }
H1.HeaderClassName
{
color: #1E0137;
}
.AnyTagClassName
{
color: #1E0137;
}
</style>
background-color css
<style>
a { background-color: #1E0137; }
a { background-color: rgb(30,1,55); }
div.DivClassName
{
background-color: #1E0137;
}
.BgClassName
{
background-color: #1E0137;
}
</style>
border-color css
<style>
span { border-color: #1E0137; }
span { border-color: rgb(30,1,55); }
td.TdClassName
{
border-color: #1E0137;
}
.TagClassName
{
border-color: #1E0137;
}
</style>