Shades of Mardi Gras #1D101D
Tints of Mardi Gras #1D101D
RGB
CMYK
RGB Variations
Color information
#1D101D (or 0x1D101D) is known color: Mardi Gras. HEX triplet: 1D, 10 and 1D. RGB value is (29,16,29). Sum of RGB (Red+Green+Blue) = 29+16+29=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D101D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D101D is #E2EFE2. Grayscale: #151515. Windows color (decimal): -14872547 or 1904669. OLE color: 1904669.
HSL color Cylindrical-coordinate representation of color #1D101D: hue angle of 300º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D101D is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 16 | 29 | - |
| CMYK | 0 | 0.45 | 0 | 0.89 |
| HSL | 300º | 0.29% | 0.09% | - |
| HSV(B) | 300º | 0.45% | 0.11% | - |
| XYZ | 0.91 | 0.72 | 1.25 | - |
| YUV | 21.37 | 132.31 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 29 | 0 | 0.45 | 0 | 0.89 | 300 | 0.29 | 0.09 |
| Hex | 1D | 10 | 1D | 0 | 2D | 0 | 59 | 12C | 1D | 9 |
| Octal | 35 | 20 | 35 | 0 | 55 | 0 | 131 | 454 | 35 | 11 |
| Binary | 11101 | 10000 | 11101 | 0 | 101101 | 0 | 1011001 | 100101100 | 11101 | 1001 |
Color Harmonies of #1D101D
Complementary color
Monochromatic Colors of #1D101D
Black with #1D101D
Text Example
Text Example
White with #1D101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D101D; }
p { color: rgb(29,16,29); }
H1.HeaderClassName
{
color: #1D101D;
}
.AnyTagClassName
{
color: #1D101D;
}
</style>
background-color css
<style>
a { background-color: #1D101D; }
a { background-color: rgb(29,16,29); }
div.DivClassName
{
background-color: #1D101D;
}
.BgClassName
{
background-color: #1D101D;
}
</style>
border-color css
<style>
span { border-color: #1D101D; }
span { border-color: rgb(29,16,29); }
td.TdClassName
{
border-color: #1D101D;
}
.TagClassName
{
border-color: #1D101D;
}
</style>