Shades of Mardi Gras #1D121D
Tints of Mardi Gras #1D121D
RGB
CMYK
RGB Variations
Color information
#1D121D (or 0x1D121D) is known color: Mardi Gras. HEX triplet: 1D, 12 and 1D. RGB value is (29,18,29). Sum of RGB (Red+Green+Blue) = 29+18+29=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D121D is #E2EDE2. Grayscale: #161616. Windows color (decimal): -14872035 or 1905181. OLE color: 1905181.
HSL color Cylindrical-coordinate representation of color #1D121D: hue angle of 300º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1D121D is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 18 | 29 | - |
| CMYK | 0 | 0.38 | 0 | 0.89 |
| HSL | 300º | 0.23% | 0.09% | - |
| HSV(B) | 300º | 0.38% | 0.11% | - |
| XYZ | 0.94 | 0.78 | 1.26 | - |
| YUV | 22.54 | 131.64 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 29 | 0 | 0.38 | 0 | 0.89 | 300 | 0.23 | 0.09 |
| Hex | 1D | 12 | 1D | 0 | 26 | 0 | 59 | 12C | 17 | 9 |
| Octal | 35 | 22 | 35 | 0 | 46 | 0 | 131 | 454 | 27 | 11 |
| Binary | 11101 | 10010 | 11101 | 0 | 100110 | 0 | 1011001 | 100101100 | 10111 | 1001 |
Color Harmonies of #1D121D
Complementary color
Monochromatic Colors of #1D121D
Black with #1D121D
Text Example
Text Example
White with #1D121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D121D; }
p { color: rgb(29,18,29); }
H1.HeaderClassName
{
color: #1D121D;
}
.AnyTagClassName
{
color: #1D121D;
}
</style>
background-color css
<style>
a { background-color: #1D121D; }
a { background-color: rgb(29,18,29); }
div.DivClassName
{
background-color: #1D121D;
}
.BgClassName
{
background-color: #1D121D;
}
</style>
border-color css
<style>
span { border-color: #1D121D; }
span { border-color: rgb(29,18,29); }
td.TdClassName
{
border-color: #1D121D;
}
.TagClassName
{
border-color: #1D121D;
}
</style>