Shades of Melanzane #1E1319
Tints of Melanzane #1E1319
RGB
CMYK
RGB Variations
Color information
#1E1319 (or 0x1E1319) is known color: Melanzane. HEX triplet: 1E, 13 and 19. RGB value is (30,19,25). Sum of RGB (Red+Green+Blue) = 30+19+25=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1319 is #E1ECE6. Grayscale: #161616. Windows color (decimal): -14806247 or 1643294. OLE color: 1643294.
HSL color Cylindrical-coordinate representation of color #1E1319: hue angle of 327.27º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1E1319 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 19 | 25 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.88 |
| HSL | 327.27º | 0.22% | 0.1% | - |
| HSV(B) | 327.27º | 0.37% | 0.12% | - |
| XYZ | 0.94 | 0.81 | 1.03 | - |
| YUV | 22.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 25 | 0 | 0.37 | 0.17 | 0.88 | 327.27 | 0.22 | 0.1 |
| Hex | 1E | 13 | 19 | 0 | 25 | 11 | 58 | 147 | 16 | A |
| Octal | 36 | 23 | 31 | 0 | 45 | 21 | 130 | 507 | 26 | 12 |
| Binary | 11110 | 10011 | 11001 | 0 | 100101 | 10001 | 1011000 | 101000111 | 10110 | 1010 |
Color Harmonies of #1E1319
Complementary color
Monochromatic Colors of #1E1319
Black with #1E1319
Text Example
Text Example
White with #1E1319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1319; }
p { color: rgb(30,19,25); }
H1.HeaderClassName
{
color: #1E1319;
}
.AnyTagClassName
{
color: #1E1319;
}
</style>
background-color css
<style>
a { background-color: #1E1319; }
a { background-color: rgb(30,19,25); }
div.DivClassName
{
background-color: #1E1319;
}
.BgClassName
{
background-color: #1E1319;
}
</style>
border-color css
<style>
span { border-color: #1E1319; }
span { border-color: rgb(30,19,25); }
td.TdClassName
{
border-color: #1E1319;
}
.TagClassName
{
border-color: #1E1319;
}
</style>