Shades of Blackcurrant #1E0840
Tints of Blackcurrant #1E0840
RGB
CMYK
RGB Variations
Color information
#1E0840 (or 0x1E0840) is known color: Blackcurrant. HEX triplet: 1E, 08 and 40. RGB value is (30,8,64). Sum of RGB (Red+Green+Blue) = 30+8+64=102 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.41% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 64 (25.39% from 255 or 62.75% from 102); Max value from RGB is 64 - color contains mainly: blue. Hex color #1E0840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0840 is #E1F7BF. Grayscale: #141414. Windows color (decimal): -14809024 or 4196382. OLE color: 4196382.
HSL color Cylindrical-coordinate representation of color #1E0840: hue angle of 263.57º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E0840 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 8 | 64 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.75 |
| HSL | 263.57º | 0.78% | 0.14% | - |
| HSV(B) | 263.57º | 0.88% | 0.25% | - |
| XYZ | 1.55 | 0.82 | 4.93 | - |
| YUV | 20.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 8 | 64 | 0.53 | 0.87 | 0 | 0.75 | 263.57 | 0.78 | 0.14 |
| Hex | 1E | 8 | 40 | 35 | 57 | 0 | 4B | 108 | 4E | E |
| Octal | 36 | 10 | 100 | 65 | 127 | 0 | 113 | 410 | 116 | 16 |
| Binary | 11110 | 1000 | 1000000 | 110101 | 1010111 | 0 | 1001011 | 100001000 | 1001110 | 1110 |
Color Harmonies of #1E0840
Complementary color
Monochromatic Colors of #1E0840
Black with #1E0840
Text Example
Text Example
White with #1E0840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0840; }
p { color: rgb(30,8,64); }
H1.HeaderClassName
{
color: #1E0840;
}
.AnyTagClassName
{
color: #1E0840;
}
</style>
background-color css
<style>
a { background-color: #1E0840; }
a { background-color: rgb(30,8,64); }
div.DivClassName
{
background-color: #1E0840;
}
.BgClassName
{
background-color: #1E0840;
}
</style>
border-color css
<style>
span { border-color: #1E0840; }
span { border-color: rgb(30,8,64); }
td.TdClassName
{
border-color: #1E0840;
}
.TagClassName
{
border-color: #1E0840;
}
</style>