Shades of Mardi Gras #290E28
Tints of Mardi Gras #290E28
RGB
CMYK
RGB Variations
Color information
#290E28 (or 0x290E28) is known color: Mardi Gras. HEX triplet: 29, 0E and 28. RGB value is (41,14,40). Sum of RGB (Red+Green+Blue) = 41+14+40=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 41 - color contains mainly: red. Hex color #290E28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290E28 is #D6F1D7. Grayscale: #181818. Windows color (decimal): -14086616 or 2625065. OLE color: 2625065.
HSL color Cylindrical-coordinate representation of color #290E28: hue angle of 302.22º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #290E28 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 14 | 40 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.84 |
| HSL | 302.22º | 0.49% | 0.11% | - |
| HSV(B) | 302.22º | 0.66% | 0.16% | - |
| XYZ | 1.45 | 0.94 | 2.11 | - |
| YUV | 25.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 40 | 0 | 0.66 | 0.02 | 0.84 | 302.22 | 0.49 | 0.11 |
| Hex | 29 | E | 28 | 0 | 42 | 2 | 54 | 12E | 31 | B |
| Octal | 51 | 16 | 50 | 0 | 102 | 2 | 124 | 456 | 61 | 13 |
| Binary | 101001 | 1110 | 101000 | 0 | 1000010 | 10 | 1010100 | 100101110 | 110001 | 1011 |
Color Harmonies of #290E28
Complementary color
Monochromatic Colors of #290E28
Black with #290E28
Text Example
Text Example
White with #290E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290E28; }
p { color: rgb(41,14,40); }
H1.HeaderClassName
{
color: #290E28;
}
.AnyTagClassName
{
color: #290E28;
}
</style>
background-color css
<style>
a { background-color: #290E28; }
a { background-color: rgb(41,14,40); }
div.DivClassName
{
background-color: #290E28;
}
.BgClassName
{
background-color: #290E28;
}
</style>
border-color css
<style>
span { border-color: #290E28; }
span { border-color: rgb(41,14,40); }
td.TdClassName
{
border-color: #290E28;
}
.TagClassName
{
border-color: #290E28;
}
</style>