Shades of Mardi Gras #2A0424
Tints of Mardi Gras #2A0424
RGB
CMYK
RGB Variations
Color information
#2A0424 (or 0x2A0424) is known color: Mardi Gras. HEX triplet: 2A, 04 and 24. RGB value is (42,4,36). Sum of RGB (Red+Green+Blue) = 42+4+36=82 (10% of max value = 765). Red value is 42 (16.80% from 255 or 51.22% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 36 (14.45% from 255 or 43.90% from 82); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0424 is #D5FBDB. Grayscale: #121212. Windows color (decimal): -14023644 or 2360362. OLE color: 2360362.
HSL color Cylindrical-coordinate representation of color #2A0424: hue angle of 309.47º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A0424 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 4 | 36 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.84 |
| HSL | 309.47º | 0.83% | 0.09% | - |
| HSV(B) | 309.47º | 0.9% | 0.16% | - |
| XYZ | 1.32 | 0.71 | 1.74 | - |
| YUV | 19.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 36 | 0 | 0.90 | 0.14 | 0.84 | 309.47 | 0.83 | 0.09 |
| Hex | 2A | 4 | 24 | 0 | 5A | E | 54 | 135 | 53 | 9 |
| Octal | 52 | 4 | 44 | 0 | 132 | 16 | 124 | 465 | 123 | 11 |
| Binary | 101010 | 100 | 100100 | 0 | 1011010 | 1110 | 1010100 | 100110101 | 1010011 | 1001 |
Color Harmonies of #2A0424
Complementary color
Monochromatic Colors of #2A0424
Black with #2A0424
Text Example
Text Example
White with #2A0424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0424; }
p { color: rgb(42,4,36); }
H1.HeaderClassName
{
color: #2A0424;
}
.AnyTagClassName
{
color: #2A0424;
}
</style>
background-color css
<style>
a { background-color: #2A0424; }
a { background-color: rgb(42,4,36); }
div.DivClassName
{
background-color: #2A0424;
}
.BgClassName
{
background-color: #2A0424;
}
</style>
border-color css
<style>
span { border-color: #2A0424; }
span { border-color: rgb(42,4,36); }
td.TdClassName
{
border-color: #2A0424;
}
.TagClassName
{
border-color: #2A0424;
}
</style>