Shades of Melanzane #1D141B
Tints of Melanzane #1D141B
RGB
CMYK
RGB Variations
Color information
#1D141B (or 0x1D141B) is known color: Melanzane. HEX triplet: 1D, 14 and 1B. RGB value is (29,20,27). Sum of RGB (Red+Green+Blue) = 29+20+27=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 29 - color contains mainly: red. Hex color #1D141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D141B is #E2EBE4. Grayscale: #171717. Windows color (decimal): -14871525 or 1774621. OLE color: 1774621.
HSL color Cylindrical-coordinate representation of color #1D141B: hue angle of 313.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1D141B is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 20 | 27 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.89 |
| HSL | 313.33º | 0.18% | 0.1% | - |
| HSV(B) | 313.33º | 0.31% | 0.11% | - |
| XYZ | 0.95 | 0.84 | 1.15 | - |
| YUV | 23.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 27 | 0 | 0.31 | 0.07 | 0.89 | 313.33 | 0.18 | 0.1 |
| Hex | 1D | 14 | 1B | 0 | 1F | 7 | 59 | 139 | 12 | A |
| Octal | 35 | 24 | 33 | 0 | 37 | 7 | 131 | 471 | 22 | 12 |
| Binary | 11101 | 10100 | 11011 | 0 | 11111 | 111 | 1011001 | 100111001 | 10010 | 1010 |
Color Harmonies of #1D141B
Complementary color
Monochromatic Colors of #1D141B
Black with #1D141B
Text Example
Text Example
White with #1D141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D141B; }
p { color: rgb(29,20,27); }
H1.HeaderClassName
{
color: #1D141B;
}
.AnyTagClassName
{
color: #1D141B;
}
</style>
background-color css
<style>
a { background-color: #1D141B; }
a { background-color: rgb(29,20,27); }
div.DivClassName
{
background-color: #1D141B;
}
.BgClassName
{
background-color: #1D141B;
}
</style>
border-color css
<style>
span { border-color: #1D141B; }
span { border-color: rgb(29,20,27); }
td.TdClassName
{
border-color: #1D141B;
}
.TagClassName
{
border-color: #1D141B;
}
</style>