Shades of Mardi Gras #2A0E29
Tints of Mardi Gras #2A0E29
RGB
CMYK
RGB Variations
Color information
#2A0E29 (or 0x2A0E29) is known color: Mardi Gras. HEX triplet: 2A, 0E and 29. RGB value is (42,14,41). Sum of RGB (Red+Green+Blue) = 42+14+41=97 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.30% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0E29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0E29 is #D5F1D6. Grayscale: #191919. Windows color (decimal): -14021079 or 2690602. OLE color: 2690602.
HSL color Cylindrical-coordinate representation of color #2A0E29: hue angle of 302.14º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A0E29 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 14 | 41 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.84 |
| HSL | 302.14º | 0.5% | 0.11% | - |
| HSV(B) | 302.14º | 0.67% | 0.16% | - |
| XYZ | 1.51 | 0.97 | 2.2 | - |
| YUV | 25.45 | 136.78 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 14 | 41 | 0 | 0.67 | 0.02 | 0.84 | 302.14 | 0.5 | 0.11 |
| Hex | 2A | E | 29 | 0 | 43 | 2 | 54 | 12E | 32 | B |
| Octal | 52 | 16 | 51 | 0 | 103 | 2 | 124 | 456 | 62 | 13 |
| Binary | 101010 | 1110 | 101001 | 0 | 1000011 | 10 | 1010100 | 100101110 | 110010 | 1011 |
Color Harmonies of #2A0E29
Complementary color
Monochromatic Colors of #2A0E29
Black with #2A0E29
Text Example
Text Example
White with #2A0E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0E29; }
p { color: rgb(42,14,41); }
H1.HeaderClassName
{
color: #2A0E29;
}
.AnyTagClassName
{
color: #2A0E29;
}
</style>
background-color css
<style>
a { background-color: #2A0E29; }
a { background-color: rgb(42,14,41); }
div.DivClassName
{
background-color: #2A0E29;
}
.BgClassName
{
background-color: #2A0E29;
}
</style>
border-color css
<style>
span { border-color: #2A0E29; }
span { border-color: rgb(42,14,41); }
td.TdClassName
{
border-color: #2A0E29;
}
.TagClassName
{
border-color: #2A0E29;
}
</style>