Shades of Mardi Gras #290D26
Tints of Mardi Gras #290D26
RGB
CMYK
RGB Variations
Color information
#290D26 (or 0x290D26) is known color: Mardi Gras. HEX triplet: 29, 0D and 26. RGB value is (41,13,38). Sum of RGB (Red+Green+Blue) = 41+13+38=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 41 - color contains mainly: red. Hex color #290D26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290D26 is #D6F2D9. Grayscale: #181818. Windows color (decimal): -14086874 or 2493737. OLE color: 2493737.
HSL color Cylindrical-coordinate representation of color #290D26: hue angle of 306.43º 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 #290D26 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 13 | 38 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.84 |
| HSL | 306.43º | 0.52% | 0.11% | - |
| HSV(B) | 306.43º | 0.68% | 0.16% | - |
| XYZ | 1.41 | 0.9 | 1.93 | - |
| YUV | 24.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 38 | 0 | 0.68 | 0.07 | 0.84 | 306.43 | 0.52 | 0.11 |
| Hex | 29 | D | 26 | 0 | 44 | 7 | 54 | 132 | 34 | B |
| Octal | 51 | 15 | 46 | 0 | 104 | 7 | 124 | 462 | 64 | 13 |
| Binary | 101001 | 1101 | 100110 | 0 | 1000100 | 111 | 1010100 | 100110010 | 110100 | 1011 |
Color Harmonies of #290D26
Complementary color
Monochromatic Colors of #290D26
Black with #290D26
Text Example
Text Example
White with #290D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290D26; }
p { color: rgb(41,13,38); }
H1.HeaderClassName
{
color: #290D26;
}
.AnyTagClassName
{
color: #290D26;
}
</style>
background-color css
<style>
a { background-color: #290D26; }
a { background-color: rgb(41,13,38); }
div.DivClassName
{
background-color: #290D26;
}
.BgClassName
{
background-color: #290D26;
}
</style>
border-color css
<style>
span { border-color: #290D26; }
span { border-color: rgb(41,13,38); }
td.TdClassName
{
border-color: #290D26;
}
.TagClassName
{
border-color: #290D26;
}
</style>