Shades of Mardi Gras #2A1629
Tints of Mardi Gras #2A1629
RGB
CMYK
RGB Variations
Color information
#2A1629 (or 0x2A1629) is known color: Mardi Gras. HEX triplet: 2A, 16 and 29. RGB value is (42,22,41). Sum of RGB (Red+Green+Blue) = 42+22+41=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 41 (16.41% from 255 or 39.05% from 105); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1629 is #D5E9D6. Grayscale: #1E1E1E. Windows color (decimal): -14019031 or 2692650. OLE color: 2692650.
HSL color Cylindrical-coordinate representation of color #2A1629: hue angle of 303º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A1629 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 22 | 41 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.84 |
| HSL | 303º | 0.31% | 0.13% | - |
| HSV(B) | 303º | 0.48% | 0.16% | - |
| XYZ | 1.64 | 1.23 | 2.25 | - |
| YUV | 30.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 41 | 0 | 0.48 | 0.02 | 0.84 | 303 | 0.31 | 0.13 |
| Hex | 2A | 16 | 29 | 0 | 30 | 2 | 54 | 12F | 1F | D |
| Octal | 52 | 26 | 51 | 0 | 60 | 2 | 124 | 457 | 37 | 15 |
| Binary | 101010 | 10110 | 101001 | 0 | 110000 | 10 | 1010100 | 100101111 | 11111 | 1101 |
Color Harmonies of #2A1629
Complementary color
Monochromatic Colors of #2A1629
Black with #2A1629
Text Example
Text Example
White with #2A1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1629; }
p { color: rgb(42,22,41); }
H1.HeaderClassName
{
color: #2A1629;
}
.AnyTagClassName
{
color: #2A1629;
}
</style>
background-color css
<style>
a { background-color: #2A1629; }
a { background-color: rgb(42,22,41); }
div.DivClassName
{
background-color: #2A1629;
}
.BgClassName
{
background-color: #2A1629;
}
</style>
border-color css
<style>
span { border-color: #2A1629; }
span { border-color: rgb(42,22,41); }
td.TdClassName
{
border-color: #2A1629;
}
.TagClassName
{
border-color: #2A1629;
}
</style>