Shades of Mardi Gras #3A2437
Tints of Mardi Gras #3A2437
RGB
CMYK
RGB Variations
Color information
#3A2437 (or 0x3A2437) is known color: Mardi Gras. HEX triplet: 3A, 24 and 37. RGB value is (58,36,55). Sum of RGB (Red+Green+Blue) = 58+36+55=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 55 (21.88% from 255 or 36.91% from 149); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2437 is #C5DBC8. Grayscale: #2C2C2C. Windows color (decimal): -12966857 or 3613754. OLE color: 3613754.
HSL color Cylindrical-coordinate representation of color #3A2437: hue angle of 308.18º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A2437 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 36 | 55 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.77 |
| HSL | 308.18º | 0.23% | 0.18% | - |
| HSV(B) | 308.18º | 0.38% | 0.23% | - |
| XYZ | 3.07 | 2.44 | 3.92 | - |
| YUV | 44.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 55 | 0 | 0.38 | 0.05 | 0.77 | 308.18 | 0.23 | 0.18 |
| Hex | 3A | 24 | 37 | 0 | 26 | 5 | 4D | 134 | 17 | 12 |
| Octal | 72 | 44 | 67 | 0 | 46 | 5 | 115 | 464 | 27 | 22 |
| Binary | 111010 | 100100 | 110111 | 0 | 100110 | 101 | 1001101 | 100110100 | 10111 | 10010 |
Color Harmonies of #3A2437
Complementary color
Monochromatic Colors of #3A2437
Black with #3A2437
Text Example
Text Example
White with #3A2437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2437; }
p { color: rgb(58,36,55); }
H1.HeaderClassName
{
color: #3A2437;
}
.AnyTagClassName
{
color: #3A2437;
}
</style>
background-color css
<style>
a { background-color: #3A2437; }
a { background-color: rgb(58,36,55); }
div.DivClassName
{
background-color: #3A2437;
}
.BgClassName
{
background-color: #3A2437;
}
</style>
border-color css
<style>
span { border-color: #3A2437; }
span { border-color: rgb(58,36,55); }
td.TdClassName
{
border-color: #3A2437;
}
.TagClassName
{
border-color: #3A2437;
}
</style>