Shades of Mardi Gras #1D171D
Tints of Mardi Gras #1D171D
RGB
CMYK
RGB Variations
Color information
#1D171D (or 0x1D171D) is known color: Mardi Gras. HEX triplet: 1D, 17 and 1D. RGB value is (29,23,29). Sum of RGB (Red+Green+Blue) = 29+23+29=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D171D is #E2E8E2. Grayscale: #191919. Windows color (decimal): -14870755 or 1906461. OLE color: 1906461.
HSL color Cylindrical-coordinate representation of color #1D171D: hue angle of 300º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1D171D is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 23 | 29 | - |
| CMYK | 0 | 0.21 | 0 | 0.89 |
| HSL | 300º | 0.12% | 0.1% | - |
| HSV(B) | 300º | 0.21% | 0.11% | - |
| XYZ | 1.03 | 0.96 | 1.29 | - |
| YUV | 25.48 | 129.99 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 29 | 0 | 0.21 | 0 | 0.89 | 300 | 0.12 | 0.1 |
| Hex | 1D | 17 | 1D | 0 | 15 | 0 | 59 | 12C | C | A |
| Octal | 35 | 27 | 35 | 0 | 25 | 0 | 131 | 454 | 14 | 12 |
| Binary | 11101 | 10111 | 11101 | 0 | 10101 | 0 | 1011001 | 100101100 | 1100 | 1010 |
Color Harmonies of #1D171D
Complementary color
Monochromatic Colors of #1D171D
Black with #1D171D
Text Example
Text Example
White with #1D171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D171D; }
p { color: rgb(29,23,29); }
H1.HeaderClassName
{
color: #1D171D;
}
.AnyTagClassName
{
color: #1D171D;
}
</style>
background-color css
<style>
a { background-color: #1D171D; }
a { background-color: rgb(29,23,29); }
div.DivClassName
{
background-color: #1D171D;
}
.BgClassName
{
background-color: #1D171D;
}
</style>
border-color css
<style>
span { border-color: #1D171D; }
span { border-color: rgb(29,23,29); }
td.TdClassName
{
border-color: #1D171D;
}
.TagClassName
{
border-color: #1D171D;
}
</style>