Shades of Mardi Gras #2A1129
Tints of Mardi Gras #2A1129
RGB
CMYK
RGB Variations
Color information
#2A1129 (or 0x2A1129) is known color: Mardi Gras. HEX triplet: 2A, 11 and 29. RGB value is (42,17,41). Sum of RGB (Red+Green+Blue) = 42+17+41=100 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1129 is #D5EED6. Grayscale: #1B1B1B. Windows color (decimal): -14020311 or 2691370. OLE color: 2691370.
HSL color Cylindrical-coordinate representation of color #2A1129: hue angle of 302.4º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A1129 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 17 | 41 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.84 |
| HSL | 302.4º | 0.42% | 0.12% | - |
| HSV(B) | 302.4º | 0.6% | 0.16% | - |
| XYZ | 1.56 | 1.05 | 2.22 | - |
| YUV | 27.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 41 | 0 | 0.60 | 0.02 | 0.84 | 302.4 | 0.42 | 0.12 |
| Hex | 2A | 11 | 29 | 0 | 3C | 2 | 54 | 12E | 2A | C |
| Octal | 52 | 21 | 51 | 0 | 74 | 2 | 124 | 456 | 52 | 14 |
| Binary | 101010 | 10001 | 101001 | 0 | 111100 | 10 | 1010100 | 100101110 | 101010 | 1100 |
Color Harmonies of #2A1129
Complementary color
Monochromatic Colors of #2A1129
Black with #2A1129
Text Example
Text Example
White with #2A1129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1129; }
p { color: rgb(42,17,41); }
H1.HeaderClassName
{
color: #2A1129;
}
.AnyTagClassName
{
color: #2A1129;
}
</style>
background-color css
<style>
a { background-color: #2A1129; }
a { background-color: rgb(42,17,41); }
div.DivClassName
{
background-color: #2A1129;
}
.BgClassName
{
background-color: #2A1129;
}
</style>
border-color css
<style>
span { border-color: #2A1129; }
span { border-color: rgb(42,17,41); }
td.TdClassName
{
border-color: #2A1129;
}
.TagClassName
{
border-color: #2A1129;
}
</style>