Shades of Melanzane #1E101A
Tints of Melanzane #1E101A
RGB
CMYK
RGB Variations
Color information
#1E101A (or 0x1E101A) is known color: Melanzane. HEX triplet: 1E, 10 and 1A. RGB value is (30,16,26). Sum of RGB (Red+Green+Blue) = 30+16+26=72 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.67% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 30 - color contains mainly: red. Hex color #1E101A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E101A is #E1EFE5. Grayscale: #151515. Windows color (decimal): -14807014 or 1708062. OLE color: 1708062.
HSL color Cylindrical-coordinate representation of color #1E101A: hue angle of 317.14º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1E101A is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 16 | 26 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.88 |
| HSL | 317.14º | 0.3% | 0.09% | - |
| HSV(B) | 317.14º | 0.47% | 0.12% | - |
| XYZ | 0.91 | 0.72 | 1.07 | - |
| YUV | 21.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 26 | 0 | 0.47 | 0.13 | 0.88 | 317.14 | 0.3 | 0.09 |
| Hex | 1E | 10 | 1A | 0 | 2F | D | 58 | 13D | 1E | 9 |
| Octal | 36 | 20 | 32 | 0 | 57 | 15 | 130 | 475 | 36 | 11 |
| Binary | 11110 | 10000 | 11010 | 0 | 101111 | 1101 | 1011000 | 100111101 | 11110 | 1001 |
Color Harmonies of #1E101A
Complementary color
Monochromatic Colors of #1E101A
Black with #1E101A
Text Example
Text Example
White with #1E101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E101A; }
p { color: rgb(30,16,26); }
H1.HeaderClassName
{
color: #1E101A;
}
.AnyTagClassName
{
color: #1E101A;
}
</style>
background-color css
<style>
a { background-color: #1E101A; }
a { background-color: rgb(30,16,26); }
div.DivClassName
{
background-color: #1E101A;
}
.BgClassName
{
background-color: #1E101A;
}
</style>
border-color css
<style>
span { border-color: #1E101A; }
span { border-color: rgb(30,16,26); }
td.TdClassName
{
border-color: #1E101A;
}
.TagClassName
{
border-color: #1E101A;
}
</style>