Shades of Mardi Gras #290224
Tints of Mardi Gras #290224
RGB
CMYK
RGB Variations
Color information
#290224 (or 0x290224) is known color: Mardi Gras. HEX triplet: 29, 02 and 24. RGB value is (41,2,36). Sum of RGB (Red+Green+Blue) = 41+2+36=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 36 (14.45% from 255 or 45.57% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #290224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290224 is #D6FDDB. Grayscale: #111111. Windows color (decimal): -14089692 or 2359849. OLE color: 2359849.
HSL color Cylindrical-coordinate representation of color #290224: hue angle of 307.69º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290224 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 2 | 36 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.84 |
| HSL | 307.69º | 0.91% | 0.08% | - |
| HSV(B) | 307.69º | 0.95% | 0.16% | - |
| XYZ | 1.25 | 0.64 | 1.73 | - |
| YUV | 17.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 2 | 36 | 0 | 0.95 | 0.12 | 0.84 | 307.69 | 0.91 | 0.08 |
| Hex | 29 | 2 | 24 | 0 | 5F | C | 54 | 134 | 5B | 8 |
| Octal | 51 | 2 | 44 | 0 | 137 | 14 | 124 | 464 | 133 | 10 |
| Binary | 101001 | 10 | 100100 | 0 | 1011111 | 1100 | 1010100 | 100110100 | 1011011 | 1000 |
Color Harmonies of #290224
Complementary color
Monochromatic Colors of #290224
Black with #290224
Text Example
Text Example
White with #290224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290224; }
p { color: rgb(41,2,36); }
H1.HeaderClassName
{
color: #290224;
}
.AnyTagClassName
{
color: #290224;
}
</style>
background-color css
<style>
a { background-color: #290224; }
a { background-color: rgb(41,2,36); }
div.DivClassName
{
background-color: #290224;
}
.BgClassName
{
background-color: #290224;
}
</style>
border-color css
<style>
span { border-color: #290224; }
span { border-color: rgb(41,2,36); }
td.TdClassName
{
border-color: #290224;
}
.TagClassName
{
border-color: #290224;
}
</style>