Shades of Mardi Gras #3B2037
Tints of Mardi Gras #3B2037
RGB
CMYK
RGB Variations
Color information
#3B2037 (or 0x3B2037) is known color: Mardi Gras. HEX triplet: 3B, 20 and 37. RGB value is (59,32,55). Sum of RGB (Red+Green+Blue) = 59+32+55=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2037 is #C4DFC8. Grayscale: #2A2A2A. Windows color (decimal): -12902345 or 3612731. OLE color: 3612731.
HSL color Cylindrical-coordinate representation of color #3B2037: hue angle of 308.89º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B2037 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 32 | 55 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.77 |
| HSL | 308.89º | 0.3% | 0.18% | - |
| HSV(B) | 308.89º | 0.46% | 0.23% | - |
| XYZ | 3.01 | 2.24 | 3.89 | - |
| YUV | 42.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 55 | 0 | 0.46 | 0.07 | 0.77 | 308.89 | 0.3 | 0.18 |
| Hex | 3B | 20 | 37 | 0 | 2E | 7 | 4D | 135 | 1E | 12 |
| Octal | 73 | 40 | 67 | 0 | 56 | 7 | 115 | 465 | 36 | 22 |
| Binary | 111011 | 100000 | 110111 | 0 | 101110 | 111 | 1001101 | 100110101 | 11110 | 10010 |
Color Harmonies of #3B2037
Complementary color
Monochromatic Colors of #3B2037
Black with #3B2037
Text Example
Text Example
White with #3B2037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2037; }
p { color: rgb(59,32,55); }
H1.HeaderClassName
{
color: #3B2037;
}
.AnyTagClassName
{
color: #3B2037;
}
</style>
background-color css
<style>
a { background-color: #3B2037; }
a { background-color: rgb(59,32,55); }
div.DivClassName
{
background-color: #3B2037;
}
.BgClassName
{
background-color: #3B2037;
}
</style>
border-color css
<style>
span { border-color: #3B2037; }
span { border-color: rgb(59,32,55); }
td.TdClassName
{
border-color: #3B2037;
}
.TagClassName
{
border-color: #3B2037;
}
</style>