Shades of Mardi Gras #2A1529
Tints of Mardi Gras #2A1529
RGB
CMYK
RGB Variations
Color information
#2A1529 (or 0x2A1529) is known color: Mardi Gras. HEX triplet: 2A, 15 and 29. RGB value is (42,21,41). Sum of RGB (Red+Green+Blue) = 42+21+41=104 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.38% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1529 is #D5EAD6. Grayscale: #1D1D1D. Windows color (decimal): -14019287 or 2692394. OLE color: 2692394.
HSL color Cylindrical-coordinate representation of color #2A1529: hue angle of 302.86º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A1529 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 21 | 41 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.84 |
| HSL | 302.86º | 0.33% | 0.12% | - |
| HSV(B) | 302.86º | 0.5% | 0.16% | - |
| XYZ | 1.62 | 1.19 | 2.24 | - |
| YUV | 29.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 41 | 0 | 0.50 | 0.02 | 0.84 | 302.86 | 0.33 | 0.12 |
| Hex | 2A | 15 | 29 | 0 | 32 | 2 | 54 | 12F | 21 | C |
| Octal | 52 | 25 | 51 | 0 | 62 | 2 | 124 | 457 | 41 | 14 |
| Binary | 101010 | 10101 | 101001 | 0 | 110010 | 10 | 1010100 | 100101111 | 100001 | 1100 |
Color Harmonies of #2A1529
Complementary color
Monochromatic Colors of #2A1529
Black with #2A1529
Text Example
Text Example
White with #2A1529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1529; }
p { color: rgb(42,21,41); }
H1.HeaderClassName
{
color: #2A1529;
}
.AnyTagClassName
{
color: #2A1529;
}
</style>
background-color css
<style>
a { background-color: #2A1529; }
a { background-color: rgb(42,21,41); }
div.DivClassName
{
background-color: #2A1529;
}
.BgClassName
{
background-color: #2A1529;
}
</style>
border-color css
<style>
span { border-color: #2A1529; }
span { border-color: rgb(42,21,41); }
td.TdClassName
{
border-color: #2A1529;
}
.TagClassName
{
border-color: #2A1529;
}
</style>