Shades of Mardi Gras #1D161D
Tints of Mardi Gras #1D161D
RGB
CMYK
RGB Variations
Color information
#1D161D (or 0x1D161D) is known color: Mardi Gras. HEX triplet: 1D, 16 and 1D. RGB value is (29,22,29). Sum of RGB (Red+Green+Blue) = 29+22+29=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D161D is #E2E9E2. Grayscale: #181818. Windows color (decimal): -14871011 or 1906205. OLE color: 1906205.
HSL color Cylindrical-coordinate representation of color #1D161D: hue angle of 300º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1D161D is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 22 | 29 | - |
| CMYK | 0 | 0.24 | 0 | 0.89 |
| HSL | 300º | 0.14% | 0.1% | - |
| HSV(B) | 300º | 0.24% | 0.11% | - |
| XYZ | 1.02 | 0.92 | 1.29 | - |
| YUV | 24.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 29 | 0 | 0.24 | 0 | 0.89 | 300 | 0.14 | 0.1 |
| Hex | 1D | 16 | 1D | 0 | 18 | 0 | 59 | 12C | E | A |
| Octal | 35 | 26 | 35 | 0 | 30 | 0 | 131 | 454 | 16 | 12 |
| Binary | 11101 | 10110 | 11101 | 0 | 11000 | 0 | 1011001 | 100101100 | 1110 | 1010 |
Color Harmonies of #1D161D
Complementary color
Monochromatic Colors of #1D161D
Black with #1D161D
Text Example
Text Example
White with #1D161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D161D; }
p { color: rgb(29,22,29); }
H1.HeaderClassName
{
color: #1D161D;
}
.AnyTagClassName
{
color: #1D161D;
}
</style>
background-color css
<style>
a { background-color: #1D161D; }
a { background-color: rgb(29,22,29); }
div.DivClassName
{
background-color: #1D161D;
}
.BgClassName
{
background-color: #1D161D;
}
</style>
border-color css
<style>
span { border-color: #1D161D; }
span { border-color: rgb(29,22,29); }
td.TdClassName
{
border-color: #1D161D;
}
.TagClassName
{
border-color: #1D161D;
}
</style>