Shades of Mardi Gras #3A2137
Tints of Mardi Gras #3A2137
RGB
CMYK
RGB Variations
Color information
#3A2137 (or 0x3A2137) is known color: Mardi Gras. HEX triplet: 3A, 21 and 37. RGB value is (58,33,55). Sum of RGB (Red+Green+Blue) = 58+33+55=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2137 is #C5DEC8. Grayscale: #2A2A2A. Windows color (decimal): -12967625 or 3612986. OLE color: 3612986.
HSL color Cylindrical-coordinate representation of color #3A2137: hue angle of 307.2º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A2137 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 33 | 55 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.77 |
| HSL | 307.2º | 0.27% | 0.18% | - |
| HSV(B) | 307.2º | 0.43% | 0.23% | - |
| XYZ | 2.98 | 2.26 | 3.89 | - |
| YUV | 42.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 33 | 55 | 0 | 0.43 | 0.05 | 0.77 | 307.2 | 0.27 | 0.18 |
| Hex | 3A | 21 | 37 | 0 | 2B | 5 | 4D | 133 | 1B | 12 |
| Octal | 72 | 41 | 67 | 0 | 53 | 5 | 115 | 463 | 33 | 22 |
| Binary | 111010 | 100001 | 110111 | 0 | 101011 | 101 | 1001101 | 100110011 | 11011 | 10010 |
Color Harmonies of #3A2137
Complementary color
Monochromatic Colors of #3A2137
Black with #3A2137
Text Example
Text Example
White with #3A2137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2137; }
p { color: rgb(58,33,55); }
H1.HeaderClassName
{
color: #3A2137;
}
.AnyTagClassName
{
color: #3A2137;
}
</style>
background-color css
<style>
a { background-color: #3A2137; }
a { background-color: rgb(58,33,55); }
div.DivClassName
{
background-color: #3A2137;
}
.BgClassName
{
background-color: #3A2137;
}
</style>
border-color css
<style>
span { border-color: #3A2137; }
span { border-color: rgb(58,33,55); }
td.TdClassName
{
border-color: #3A2137;
}
.TagClassName
{
border-color: #3A2137;
}
</style>