Shades of Mardi Gras #1D151D
Tints of Mardi Gras #1D151D
RGB
CMYK
RGB Variations
Color information
#1D151D (or 0x1D151D) is known color: Mardi Gras. HEX triplet: 1D, 15 and 1D. RGB value is (29,21,29). Sum of RGB (Red+Green+Blue) = 29+21+29=79 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.71% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D151D is #E2EAE2. Grayscale: #181818. Windows color (decimal): -14871267 or 1905949. OLE color: 1905949.
HSL color Cylindrical-coordinate representation of color #1D151D: hue angle of 300º degrees, saturation: 0.16, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1D151D is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 21 | 29 | - |
| CMYK | 0 | 0.28 | 0 | 0.89 |
| HSL | 300º | 0.16% | 0.1% | - |
| HSV(B) | 300º | 0.28% | 0.11% | - |
| XYZ | 1 | 0.89 | 1.28 | - |
| YUV | 24.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 29 | 0 | 0.28 | 0 | 0.89 | 300 | 0.16 | 0.1 |
| Hex | 1D | 15 | 1D | 0 | 1C | 0 | 59 | 12C | 10 | A |
| Octal | 35 | 25 | 35 | 0 | 34 | 0 | 131 | 454 | 20 | 12 |
| Binary | 11101 | 10101 | 11101 | 0 | 11100 | 0 | 1011001 | 100101100 | 10000 | 1010 |
Color Harmonies of #1D151D
Complementary color
Monochromatic Colors of #1D151D
Black with #1D151D
Text Example
Text Example
White with #1D151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D151D; }
p { color: rgb(29,21,29); }
H1.HeaderClassName
{
color: #1D151D;
}
.AnyTagClassName
{
color: #1D151D;
}
</style>
background-color css
<style>
a { background-color: #1D151D; }
a { background-color: rgb(29,21,29); }
div.DivClassName
{
background-color: #1D151D;
}
.BgClassName
{
background-color: #1D151D;
}
</style>
border-color css
<style>
span { border-color: #1D151D; }
span { border-color: rgb(29,21,29); }
td.TdClassName
{
border-color: #1D151D;
}
.TagClassName
{
border-color: #1D151D;
}
</style>