Shades of Blackcurrant #1E0337
Tints of Blackcurrant #1E0337
RGB
CMYK
RGB Variations
Color information
#1E0337 (or 0x1E0337) is known color: Blackcurrant. HEX triplet: 1E, 03 and 37. RGB value is (30,3,55). Sum of RGB (Red+Green+Blue) = 30+3+55=88 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.09% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 55 (21.88% from 255 or 62.5% from 88); Max value from RGB is 55 - color contains mainly: blue. Hex color #1E0337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0337 is #E1FCC8. Grayscale: #101010. Windows color (decimal): -14810313 or 3605278. OLE color: 3605278.
HSL color Cylindrical-coordinate representation of color #1E0337: hue angle of 271.15º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0337 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 3 | 55 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.78 |
| HSL | 271.15º | 0.9% | 0.11% | - |
| HSV(B) | 271.15º | 0.95% | 0.22% | - |
| XYZ | 1.26 | 0.62 | 3.67 | - |
| YUV | 17 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 55 | 0.45 | 0.95 | 0 | 0.78 | 271.15 | 0.9 | 0.11 |
| Hex | 1E | 3 | 37 | 2D | 5F | 0 | 4E | 10F | 5A | B |
| Octal | 36 | 3 | 67 | 55 | 137 | 0 | 116 | 417 | 132 | 13 |
| Binary | 11110 | 11 | 110111 | 101101 | 1011111 | 0 | 1001110 | 100001111 | 1011010 | 1011 |
Color Harmonies of #1E0337
Complementary color
Monochromatic Colors of #1E0337
Black with #1E0337
Text Example
Text Example
White with #1E0337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0337; }
p { color: rgb(30,3,55); }
H1.HeaderClassName
{
color: #1E0337;
}
.AnyTagClassName
{
color: #1E0337;
}
</style>
background-color css
<style>
a { background-color: #1E0337; }
a { background-color: rgb(30,3,55); }
div.DivClassName
{
background-color: #1E0337;
}
.BgClassName
{
background-color: #1E0337;
}
</style>
border-color css
<style>
span { border-color: #1E0337; }
span { border-color: rgb(30,3,55); }
td.TdClassName
{
border-color: #1E0337;
}
.TagClassName
{
border-color: #1E0337;
}
</style>