Shades of Melanzane #1D111B
Tints of Melanzane #1D111B
RGB
CMYK
RGB Variations
Color information
#1D111B (or 0x1D111B) is known color: Melanzane. HEX triplet: 1D, 11 and 1B. RGB value is (29,17,27). Sum of RGB (Red+Green+Blue) = 29+17+27=73 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.73% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 29 - color contains mainly: red. Hex color #1D111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D111B is #E2EEE4. Grayscale: #151515. Windows color (decimal): -14872293 or 1773853. OLE color: 1773853.
HSL color Cylindrical-coordinate representation of color #1D111B: hue angle of 310º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D111B is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 17 | 27 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.89 |
| HSL | 310º | 0.26% | 0.09% | - |
| HSV(B) | 310º | 0.41% | 0.11% | - |
| XYZ | 0.9 | 0.74 | 1.13 | - |
| YUV | 21.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 17 | 27 | 0 | 0.41 | 0.07 | 0.89 | 310 | 0.26 | 0.09 |
| Hex | 1D | 11 | 1B | 0 | 29 | 7 | 59 | 136 | 1A | 9 |
| Octal | 35 | 21 | 33 | 0 | 51 | 7 | 131 | 466 | 32 | 11 |
| Binary | 11101 | 10001 | 11011 | 0 | 101001 | 111 | 1011001 | 100110110 | 11010 | 1001 |
Color Harmonies of #1D111B
Complementary color
Monochromatic Colors of #1D111B
Black with #1D111B
Text Example
Text Example
White with #1D111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D111B; }
p { color: rgb(29,17,27); }
H1.HeaderClassName
{
color: #1D111B;
}
.AnyTagClassName
{
color: #1D111B;
}
</style>
background-color css
<style>
a { background-color: #1D111B; }
a { background-color: rgb(29,17,27); }
div.DivClassName
{
background-color: #1D111B;
}
.BgClassName
{
background-color: #1D111B;
}
</style>
border-color css
<style>
span { border-color: #1D111B; }
span { border-color: rgb(29,17,27); }
td.TdClassName
{
border-color: #1D111B;
}
.TagClassName
{
border-color: #1D111B;
}
</style>