Shades of Blackcurrant #1E0D39
Tints of Blackcurrant #1E0D39
RGB
CMYK
RGB Variations
Color information
#1E0D39 (or 0x1E0D39) is known color: Blackcurrant. HEX triplet: 1E, 0D and 39. RGB value is (30,13,57). Sum of RGB (Red+Green+Blue) = 30+13+57=100 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 57 (22.66% from 255 or 57% from 100); Max value from RGB is 57 - color contains mainly: blue. Hex color #1E0D39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0D39 is #E1F2C6. Grayscale: #161616. Windows color (decimal): -14807751 or 3738910. OLE color: 3738910.
HSL color Cylindrical-coordinate representation of color #1E0D39: hue angle of 263.18º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E0D39 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 13 | 57 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.78 |
| HSL | 263.18º | 0.63% | 0.14% | - |
| HSV(B) | 263.18º | 0.77% | 0.22% | - |
| XYZ | 1.42 | 0.86 | 3.96 | - |
| YUV | 23.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 13 | 57 | 0.47 | 0.77 | 0 | 0.78 | 263.18 | 0.63 | 0.14 |
| Hex | 1E | D | 39 | 2F | 4D | 0 | 4E | 107 | 3F | E |
| Octal | 36 | 15 | 71 | 57 | 115 | 0 | 116 | 407 | 77 | 16 |
| Binary | 11110 | 1101 | 111001 | 101111 | 1001101 | 0 | 1001110 | 100000111 | 111111 | 1110 |
Color Harmonies of #1E0D39
Complementary color
Monochromatic Colors of #1E0D39
Black with #1E0D39
Text Example
Text Example
White with #1E0D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0D39; }
p { color: rgb(30,13,57); }
H1.HeaderClassName
{
color: #1E0D39;
}
.AnyTagClassName
{
color: #1E0D39;
}
</style>
background-color css
<style>
a { background-color: #1E0D39; }
a { background-color: rgb(30,13,57); }
div.DivClassName
{
background-color: #1E0D39;
}
.BgClassName
{
background-color: #1E0D39;
}
</style>
border-color css
<style>
span { border-color: #1E0D39; }
span { border-color: rgb(30,13,57); }
td.TdClassName
{
border-color: #1E0D39;
}
.TagClassName
{
border-color: #1E0D39;
}
</style>