Shades of Melanzane #1D131B
Tints of Melanzane #1D131B
RGB
CMYK
RGB Variations
Color information
#1D131B (or 0x1D131B) is known color: Melanzane. HEX triplet: 1D, 13 and 1B. RGB value is (29,19,27). Sum of RGB (Red+Green+Blue) = 29+19+27=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 29 - color contains mainly: red. Hex color #1D131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D131B is #E2ECE4. Grayscale: #161616. Windows color (decimal): -14871781 or 1774365. OLE color: 1774365.
HSL color Cylindrical-coordinate representation of color #1D131B: hue angle of 312º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1D131B is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 19 | 27 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.89 |
| HSL | 312º | 0.21% | 0.09% | - |
| HSV(B) | 312º | 0.34% | 0.11% | - |
| XYZ | 0.94 | 0.81 | 1.14 | - |
| YUV | 22.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 27 | 0 | 0.34 | 0.07 | 0.89 | 312 | 0.21 | 0.09 |
| Hex | 1D | 13 | 1B | 0 | 22 | 7 | 59 | 138 | 15 | 9 |
| Octal | 35 | 23 | 33 | 0 | 42 | 7 | 131 | 470 | 25 | 11 |
| Binary | 11101 | 10011 | 11011 | 0 | 100010 | 111 | 1011001 | 100111000 | 10101 | 1001 |
Color Harmonies of #1D131B
Complementary color
Monochromatic Colors of #1D131B
Black with #1D131B
Text Example
Text Example
White with #1D131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D131B; }
p { color: rgb(29,19,27); }
H1.HeaderClassName
{
color: #1D131B;
}
.AnyTagClassName
{
color: #1D131B;
}
</style>
background-color css
<style>
a { background-color: #1D131B; }
a { background-color: rgb(29,19,27); }
div.DivClassName
{
background-color: #1D131B;
}
.BgClassName
{
background-color: #1D131B;
}
</style>
border-color css
<style>
span { border-color: #1D131B; }
span { border-color: rgb(29,19,27); }
td.TdClassName
{
border-color: #1D131B;
}
.TagClassName
{
border-color: #1D131B;
}
</style>