Shades of Mardi Gras #2A0429
Tints of Mardi Gras #2A0429
RGB
CMYK
RGB Variations
Color information
#2A0429 (or 0x2A0429) is known color: Mardi Gras. HEX triplet: 2A, 04 and 29. RGB value is (42,4,41). Sum of RGB (Red+Green+Blue) = 42+4+41=87 (11% of max value = 765). Red value is 42 (16.80% from 255 or 48.28% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 41 (16.41% from 255 or 47.13% from 87); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0429 is #D5FBD6. Grayscale: #131313. Windows color (decimal): -14023639 or 2688042. OLE color: 2688042.
HSL color Cylindrical-coordinate representation of color #2A0429: hue angle of 301.58º 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 #2A0429 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 4 | 41 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.84 |
| HSL | 301.58º | 0.83% | 0.09% | - |
| HSV(B) | 301.58º | 0.9% | 0.16% | - |
| XYZ | 1.4 | 0.74 | 2.17 | - |
| YUV | 19.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 41 | 0 | 0.90 | 0.02 | 0.84 | 301.58 | 0.83 | 0.09 |
| Hex | 2A | 4 | 29 | 0 | 5A | 2 | 54 | 12E | 53 | 9 |
| Octal | 52 | 4 | 51 | 0 | 132 | 2 | 124 | 456 | 123 | 11 |
| Binary | 101010 | 100 | 101001 | 0 | 1011010 | 10 | 1010100 | 100101110 | 1010011 | 1001 |
Color Harmonies of #2A0429
Complementary color
Monochromatic Colors of #2A0429
Black with #2A0429
Text Example
Text Example
White with #2A0429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0429; }
p { color: rgb(42,4,41); }
H1.HeaderClassName
{
color: #2A0429;
}
.AnyTagClassName
{
color: #2A0429;
}
</style>
background-color css
<style>
a { background-color: #2A0429; }
a { background-color: rgb(42,4,41); }
div.DivClassName
{
background-color: #2A0429;
}
.BgClassName
{
background-color: #2A0429;
}
</style>
border-color css
<style>
span { border-color: #2A0429; }
span { border-color: rgb(42,4,41); }
td.TdClassName
{
border-color: #2A0429;
}
.TagClassName
{
border-color: #2A0429;
}
</style>