Shades of Blackcurrant #1E0E36
Tints of Blackcurrant #1E0E36
RGB
CMYK
RGB Variations
Color information
#1E0E36 (or 0x1E0E36) is known color: Blackcurrant. HEX triplet: 1E, 0E and 36. RGB value is (30,14,54). Sum of RGB (Red+Green+Blue) = 30+14+54=98 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.61% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 54 (21.48% from 255 or 55.10% from 98); Max value from RGB is 54 - color contains mainly: blue. Hex color #1E0E36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0E36 is #E1F1C9. Grayscale: #171717. Windows color (decimal): -14807498 or 3542558. OLE color: 3542558.
HSL color Cylindrical-coordinate representation of color #1E0E36: hue angle of 264º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E0E36 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 30 | 14 | 54 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.79 |
| HSL | 264º | 0.59% | 0.13% | - |
| HSV(B) | 264º | 0.74% | 0.21% | - |
| XYZ | 1.36 | 0.86 | 3.58 | - |
| YUV | 23.34 | 145.3 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 14 | 54 | 0.44 | 0.74 | 0 | 0.79 | 264 | 0.59 | 0.13 |
| Hex | 1E | E | 36 | 2C | 4A | 0 | 4F | 108 | 3B | D |
| Octal | 36 | 16 | 66 | 54 | 112 | 0 | 117 | 410 | 73 | 15 |
| Binary | 11110 | 1110 | 110110 | 101100 | 1001010 | 0 | 1001111 | 100001000 | 111011 | 1101 |
Color Harmonies of #1E0E36
Complementary color
Monochromatic Colors of #1E0E36
Black with #1E0E36
Text Example
Text Example
White with #1E0E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0E36; }
p { color: rgb(30,14,54); }
H1.HeaderClassName
{
color: #1E0E36;
}
.AnyTagClassName
{
color: #1E0E36;
}
</style>
background-color css
<style>
a { background-color: #1E0E36; }
a { background-color: rgb(30,14,54); }
div.DivClassName
{
background-color: #1E0E36;
}
.BgClassName
{
background-color: #1E0E36;
}
</style>
border-color css
<style>
span { border-color: #1E0E36; }
span { border-color: rgb(30,14,54); }
td.TdClassName
{
border-color: #1E0E36;
}
.TagClassName
{
border-color: #1E0E36;
}
</style>