Shades of Melanzane #1D1B1C
Tints of Melanzane #1D1B1C
RGB
CMYK
RGB Variations
Color information
#1D1B1C (or 0x1D1B1C) is known color: Melanzane. HEX triplet: 1D, 1B and 1C. RGB value is (29,27,28). Sum of RGB (Red+Green+Blue) = 29+27+28=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1B1C is #E2E4E3. Grayscale: #1B1B1B. Windows color (decimal): -14869732 or 1841949. OLE color: 1841949.
HSL color Cylindrical-coordinate representation of color #1D1B1C: hue angle of 330º degrees, saturation: 0.04, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #1D1B1C is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 27 | 28 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.89 |
| HSL | 330º | 0.04% | 0.11% | - |
| HSV(B) | 330º | 0.07% | 0.11% | - |
| XYZ | 1.11 | 1.13 | 1.26 | - |
| YUV | 27.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 27 | 28 | 0 | 0.07 | 0.03 | 0.89 | 330 | 0.04 | 0.11 |
| Hex | 1D | 1B | 1C | 0 | 7 | 3 | 59 | 14A | 4 | B |
| Octal | 35 | 33 | 34 | 0 | 7 | 3 | 131 | 512 | 4 | 13 |
| Binary | 11101 | 11011 | 11100 | 0 | 111 | 11 | 1011001 | 101001010 | 100 | 1011 |
Color Harmonies of #1D1B1C
Complementary color
Monochromatic Colors of #1D1B1C
Black with #1D1B1C
Text Example
Text Example
White with #1D1B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1B1C; }
p { color: rgb(29,27,28); }
H1.HeaderClassName
{
color: #1D1B1C;
}
.AnyTagClassName
{
color: #1D1B1C;
}
</style>
background-color css
<style>
a { background-color: #1D1B1C; }
a { background-color: rgb(29,27,28); }
div.DivClassName
{
background-color: #1D1B1C;
}
.BgClassName
{
background-color: #1D1B1C;
}
</style>
border-color css
<style>
span { border-color: #1D1B1C; }
span { border-color: rgb(29,27,28); }
td.TdClassName
{
border-color: #1D1B1C;
}
.TagClassName
{
border-color: #1D1B1C;
}
</style>