Shades of Melanzane #1E0317
Tints of Melanzane #1E0317
RGB
CMYK
RGB Variations
Color information
#1E0317 (or 0x1E0317) is known color: Melanzane. HEX triplet: 1E, 03 and 17. RGB value is (30,3,23). Sum of RGB (Red+Green+Blue) = 30+3+23=56 (7% of max value = 765). Red value is 30 (12.11% from 255 or 53.57% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0317 is #E1FCE8. Grayscale: #0D0D0D. Windows color (decimal): -14810345 or 1508126. OLE color: 1508126.
HSL color Cylindrical-coordinate representation of color #1E0317: hue angle of 315.56º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E0317 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 3 | 23 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.88 |
| HSL | 315.56º | 0.82% | 0.06% | - |
| HSV(B) | 315.56º | 0.9% | 0.12% | - |
| XYZ | 0.72 | 0.4 | 0.85 | - |
| YUV | 13.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 23 | 0 | 0.90 | 0.23 | 0.88 | 315.56 | 0.82 | 0.06 |
| Hex | 1E | 3 | 17 | 0 | 5A | 17 | 58 | 13C | 52 | 6 |
| Octal | 36 | 3 | 27 | 0 | 132 | 27 | 130 | 474 | 122 | 6 |
| Binary | 11110 | 11 | 10111 | 0 | 1011010 | 10111 | 1011000 | 100111100 | 1010010 | 110 |
Color Harmonies of #1E0317
Complementary color
Monochromatic Colors of #1E0317
Black with #1E0317
Text Example
Text Example
White with #1E0317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0317; }
p { color: rgb(30,3,23); }
H1.HeaderClassName
{
color: #1E0317;
}
.AnyTagClassName
{
color: #1E0317;
}
</style>
background-color css
<style>
a { background-color: #1E0317; }
a { background-color: rgb(30,3,23); }
div.DivClassName
{
background-color: #1E0317;
}
.BgClassName
{
background-color: #1E0317;
}
</style>
border-color css
<style>
span { border-color: #1E0317; }
span { border-color: rgb(30,3,23); }
td.TdClassName
{
border-color: #1E0317;
}
.TagClassName
{
border-color: #1E0317;
}
</style>