Shades of Mardi Gras #3A2038
Tints of Mardi Gras #3A2038
RGB
CMYK
RGB Variations
Color information
#3A2038 (or 0x3A2038) is known color: Mardi Gras. HEX triplet: 3A, 20 and 38. RGB value is (58,32,56). Sum of RGB (Red+Green+Blue) = 58+32+56=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2038 is #C5DFC7. Grayscale: #2A2A2A. Windows color (decimal): -12967880 or 3678266. OLE color: 3678266.
HSL color Cylindrical-coordinate representation of color #3A2038: hue angle of 304.62º 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 #3A2038 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 32 | 56 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.77 |
| HSL | 304.62º | 0.29% | 0.18% | - |
| HSV(B) | 304.62º | 0.45% | 0.23% | - |
| XYZ | 2.98 | 2.22 | 4.01 | - |
| YUV | 42.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 56 | 0 | 0.45 | 0.03 | 0.77 | 304.62 | 0.29 | 0.18 |
| Hex | 3A | 20 | 38 | 0 | 2D | 3 | 4D | 131 | 1D | 12 |
| Octal | 72 | 40 | 70 | 0 | 55 | 3 | 115 | 461 | 35 | 22 |
| Binary | 111010 | 100000 | 111000 | 0 | 101101 | 11 | 1001101 | 100110001 | 11101 | 10010 |
Color Harmonies of #3A2038
Complementary color
Monochromatic Colors of #3A2038
Black with #3A2038
Text Example
Text Example
White with #3A2038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2038; }
p { color: rgb(58,32,56); }
H1.HeaderClassName
{
color: #3A2038;
}
.AnyTagClassName
{
color: #3A2038;
}
</style>
background-color css
<style>
a { background-color: #3A2038; }
a { background-color: rgb(58,32,56); }
div.DivClassName
{
background-color: #3A2038;
}
.BgClassName
{
background-color: #3A2038;
}
</style>
border-color css
<style>
span { border-color: #3A2038; }
span { border-color: rgb(58,32,56); }
td.TdClassName
{
border-color: #3A2038;
}
.TagClassName
{
border-color: #3A2038;
}
</style>