Shades of Melanzane #1D181B
Tints of Melanzane #1D181B
RGB
CMYK
RGB Variations
Color information
#1D181B (or 0x1D181B) is known color: Melanzane. HEX triplet: 1D, 18 and 1B. RGB value is (29,24,27). Sum of RGB (Red+Green+Blue) = 29+24+27=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 29 - color contains mainly: red. Hex color #1D181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D181B is #E2E7E4. Grayscale: #191919. Windows color (decimal): -14870501 or 1775645. OLE color: 1775645.
HSL color Cylindrical-coordinate representation of color #1D181B: hue angle of 324º degrees, saturation: 0.09, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #1D181B is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 24 | 27 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.89 |
| HSL | 324º | 0.09% | 0.1% | - |
| HSV(B) | 324º | 0.17% | 0.11% | - |
| XYZ | 1.03 | 0.99 | 1.17 | - |
| YUV | 25.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 27 | 0 | 0.17 | 0.07 | 0.89 | 324 | 0.09 | 0.1 |
| Hex | 1D | 18 | 1B | 0 | 11 | 7 | 59 | 144 | 9 | A |
| Octal | 35 | 30 | 33 | 0 | 21 | 7 | 131 | 504 | 11 | 12 |
| Binary | 11101 | 11000 | 11011 | 0 | 10001 | 111 | 1011001 | 101000100 | 1001 | 1010 |
Color Harmonies of #1D181B
Complementary color
Monochromatic Colors of #1D181B
Black with #1D181B
Text Example
Text Example
White with #1D181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D181B; }
p { color: rgb(29,24,27); }
H1.HeaderClassName
{
color: #1D181B;
}
.AnyTagClassName
{
color: #1D181B;
}
</style>
background-color css
<style>
a { background-color: #1D181B; }
a { background-color: rgb(29,24,27); }
div.DivClassName
{
background-color: #1D181B;
}
.BgClassName
{
background-color: #1D181B;
}
</style>
border-color css
<style>
span { border-color: #1D181B; }
span { border-color: rgb(29,24,27); }
td.TdClassName
{
border-color: #1D181B;
}
.TagClassName
{
border-color: #1D181B;
}
</style>