Shades of Mardi Gras #3A2138
Tints of Mardi Gras #3A2138
RGB
CMYK
RGB Variations
Color information
#3A2138 (or 0x3A2138) is known color: Mardi Gras. HEX triplet: 3A, 21 and 38. RGB value is (58,33,56). Sum of RGB (Red+Green+Blue) = 58+33+56=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2138 is #C5DEC7. Grayscale: #2B2B2B. Windows color (decimal): -12967624 or 3678522. OLE color: 3678522.
HSL color Cylindrical-coordinate representation of color #3A2138: hue angle of 304.8º 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 #3A2138 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 33 | 56 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.77 |
| HSL | 304.8º | 0.27% | 0.18% | - |
| HSV(B) | 304.8º | 0.43% | 0.23% | - |
| XYZ | 3 | 2.27 | 4.02 | - |
| YUV | 43.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 33 | 56 | 0 | 0.43 | 0.03 | 0.77 | 304.8 | 0.27 | 0.18 |
| Hex | 3A | 21 | 38 | 0 | 2B | 3 | 4D | 131 | 1B | 12 |
| Octal | 72 | 41 | 70 | 0 | 53 | 3 | 115 | 461 | 33 | 22 |
| Binary | 111010 | 100001 | 111000 | 0 | 101011 | 11 | 1001101 | 100110001 | 11011 | 10010 |
Color Harmonies of #3A2138
Complementary color
Monochromatic Colors of #3A2138
Black with #3A2138
Text Example
Text Example
White with #3A2138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2138; }
p { color: rgb(58,33,56); }
H1.HeaderClassName
{
color: #3A2138;
}
.AnyTagClassName
{
color: #3A2138;
}
</style>
background-color css
<style>
a { background-color: #3A2138; }
a { background-color: rgb(58,33,56); }
div.DivClassName
{
background-color: #3A2138;
}
.BgClassName
{
background-color: #3A2138;
}
</style>
border-color css
<style>
span { border-color: #3A2138; }
span { border-color: rgb(58,33,56); }
td.TdClassName
{
border-color: #3A2138;
}
.TagClassName
{
border-color: #3A2138;
}
</style>