Shades of Mardi Gras #291A27
Tints of Mardi Gras #291A27
RGB
CMYK
RGB Variations
Color information
#291A27 (or 0x291A27) is known color: Mardi Gras. HEX triplet: 29, 1A and 27. RGB value is (41,26,39). Sum of RGB (Red+Green+Blue) = 41+26+39=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 41 - color contains mainly: red. Hex color #291A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291A27 is #D6E5D8. Grayscale: #1F1F1F. Windows color (decimal): -14083545 or 2562601. OLE color: 2562601.
HSL color Cylindrical-coordinate representation of color #291A27: hue angle of 308º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #291A27 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 26 | 39 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.84 |
| HSL | 308º | 0.22% | 0.13% | - |
| HSV(B) | 308º | 0.37% | 0.16% | - |
| XYZ | 1.65 | 1.36 | 2.09 | - |
| YUV | 31.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 39 | 0 | 0.37 | 0.05 | 0.84 | 308 | 0.22 | 0.13 |
| Hex | 29 | 1A | 27 | 0 | 25 | 5 | 54 | 134 | 16 | D |
| Octal | 51 | 32 | 47 | 0 | 45 | 5 | 124 | 464 | 26 | 15 |
| Binary | 101001 | 11010 | 100111 | 0 | 100101 | 101 | 1010100 | 100110100 | 10110 | 1101 |
Color Harmonies of #291A27
Complementary color
Monochromatic Colors of #291A27
Black with #291A27
Text Example
Text Example
White with #291A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291A27; }
p { color: rgb(41,26,39); }
H1.HeaderClassName
{
color: #291A27;
}
.AnyTagClassName
{
color: #291A27;
}
</style>
background-color css
<style>
a { background-color: #291A27; }
a { background-color: rgb(41,26,39); }
div.DivClassName
{
background-color: #291A27;
}
.BgClassName
{
background-color: #291A27;
}
</style>
border-color css
<style>
span { border-color: #291A27; }
span { border-color: rgb(41,26,39); }
td.TdClassName
{
border-color: #291A27;
}
.TagClassName
{
border-color: #291A27;
}
</style>