Shades of Mardi Gras #290D29
Tints of Mardi Gras #290D29
RGB
CMYK
RGB Variations
Color information
#290D29 (or 0x290D29) is known color: Mardi Gras. HEX triplet: 29, 0D and 29. RGB value is (41,13,41). Sum of RGB (Red+Green+Blue) = 41+13+41=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 41 - color contains mainly: red, blue. Hex color #290D29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290D29 is #D6F2D6. Grayscale: #181818. Windows color (decimal): -14086871 or 2690345. OLE color: 2690345.
HSL color Cylindrical-coordinate representation of color #290D29: hue angle of 300º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #290D29 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 13 | 41 | - |
| CMYK | 0 | 0.68 | 0 | 0.84 |
| HSL | 300º | 0.52% | 0.11% | - |
| HSV(B) | 300º | 0.68% | 0.16% | - |
| XYZ | 1.46 | 0.92 | 2.2 | - |
| YUV | 24.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 41 | 0 | 0.68 | 0 | 0.84 | 300 | 0.52 | 0.11 |
| Hex | 29 | D | 29 | 0 | 44 | 0 | 54 | 12C | 34 | B |
| Octal | 51 | 15 | 51 | 0 | 104 | 0 | 124 | 454 | 64 | 13 |
| Binary | 101001 | 1101 | 101001 | 0 | 1000100 | 0 | 1010100 | 100101100 | 110100 | 1011 |
Color Harmonies of #290D29
Complementary color
Monochromatic Colors of #290D29
Black with #290D29
Text Example
Text Example
White with #290D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290D29; }
p { color: rgb(41,13,41); }
H1.HeaderClassName
{
color: #290D29;
}
.AnyTagClassName
{
color: #290D29;
}
</style>
background-color css
<style>
a { background-color: #290D29; }
a { background-color: rgb(41,13,41); }
div.DivClassName
{
background-color: #290D29;
}
.BgClassName
{
background-color: #290D29;
}
</style>
border-color css
<style>
span { border-color: #290D29; }
span { border-color: rgb(41,13,41); }
td.TdClassName
{
border-color: #290D29;
}
.TagClassName
{
border-color: #290D29;
}
</style>