Shades of Melanzane #1D151B
Tints of Melanzane #1D151B
RGB
CMYK
RGB Variations
Color information
#1D151B (or 0x1D151B) is known color: Melanzane. HEX triplet: 1D, 15 and 1B. RGB value is (29,21,27). Sum of RGB (Red+Green+Blue) = 29+21+27=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 29 - color contains mainly: red. Hex color #1D151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D151B is #E2EAE4. Grayscale: #181818. Windows color (decimal): -14871269 or 1774877. OLE color: 1774877.
HSL color Cylindrical-coordinate representation of color #1D151B: hue angle of 315º degrees, saturation: 0.16, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1D151B is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 21 | 27 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.89 |
| HSL | 315º | 0.16% | 0.1% | - |
| HSV(B) | 315º | 0.28% | 0.11% | - |
| XYZ | 0.97 | 0.88 | 1.15 | - |
| YUV | 24.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 27 | 0 | 0.28 | 0.07 | 0.89 | 315 | 0.16 | 0.1 |
| Hex | 1D | 15 | 1B | 0 | 1C | 7 | 59 | 13B | 10 | A |
| Octal | 35 | 25 | 33 | 0 | 34 | 7 | 131 | 473 | 20 | 12 |
| Binary | 11101 | 10101 | 11011 | 0 | 11100 | 111 | 1011001 | 100111011 | 10000 | 1010 |
Color Harmonies of #1D151B
Complementary color
Monochromatic Colors of #1D151B
Black with #1D151B
Text Example
Text Example
White with #1D151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D151B; }
p { color: rgb(29,21,27); }
H1.HeaderClassName
{
color: #1D151B;
}
.AnyTagClassName
{
color: #1D151B;
}
</style>
background-color css
<style>
a { background-color: #1D151B; }
a { background-color: rgb(29,21,27); }
div.DivClassName
{
background-color: #1D151B;
}
.BgClassName
{
background-color: #1D151B;
}
</style>
border-color css
<style>
span { border-color: #1D151B; }
span { border-color: rgb(29,21,27); }
td.TdClassName
{
border-color: #1D151B;
}
.TagClassName
{
border-color: #1D151B;
}
</style>