Shades of Mardi Gras #3A2039
Tints of Mardi Gras #3A2039
RGB
CMYK
RGB Variations
Color information
#3A2039 (or 0x3A2039) is known color: Mardi Gras. HEX triplet: 3A, 20 and 39. RGB value is (58,32,57). Sum of RGB (Red+Green+Blue) = 58+32+57=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2039 is #C5DFC6. Grayscale: #2A2A2A. Windows color (decimal): -12967879 or 3743802. OLE color: 3743802.
HSL color Cylindrical-coordinate representation of color #3A2039: hue angle of 302.31º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A2039 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 32 | 57 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.77 |
| HSL | 302.31º | 0.29% | 0.18% | - |
| HSV(B) | 302.31º | 0.45% | 0.23% | - |
| XYZ | 3 | 2.23 | 4.14 | - |
| YUV | 42.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 57 | 0 | 0.45 | 0.02 | 0.77 | 302.31 | 0.29 | 0.18 |
| Hex | 3A | 20 | 39 | 0 | 2D | 2 | 4D | 12E | 1D | 12 |
| Octal | 72 | 40 | 71 | 0 | 55 | 2 | 115 | 456 | 35 | 22 |
| Binary | 111010 | 100000 | 111001 | 0 | 101101 | 10 | 1001101 | 100101110 | 11101 | 10010 |
Color Harmonies of #3A2039
Complementary color
Monochromatic Colors of #3A2039
Black with #3A2039
Text Example
Text Example
White with #3A2039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2039; }
p { color: rgb(58,32,57); }
H1.HeaderClassName
{
color: #3A2039;
}
.AnyTagClassName
{
color: #3A2039;
}
</style>
background-color css
<style>
a { background-color: #3A2039; }
a { background-color: rgb(58,32,57); }
div.DivClassName
{
background-color: #3A2039;
}
.BgClassName
{
background-color: #3A2039;
}
</style>
border-color css
<style>
span { border-color: #3A2039; }
span { border-color: rgb(58,32,57); }
td.TdClassName
{
border-color: #3A2039;
}
.TagClassName
{
border-color: #3A2039;
}
</style>