Shades of Mardi Gras #3A2538
Tints of Mardi Gras #3A2538
RGB
CMYK
RGB Variations
Color information
#3A2538 (or 0x3A2538) is known color: Mardi Gras. HEX triplet: 3A, 25 and 38. RGB value is (58,37,56). Sum of RGB (Red+Green+Blue) = 58+37+56=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2538 is #C5DAC7. Grayscale: #2D2D2D. Windows color (decimal): -12966600 or 3679546. OLE color: 3679546.
HSL color Cylindrical-coordinate representation of color #3A2538: hue angle of 305.71º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A2538 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 37 | 56 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.77 |
| HSL | 305.71º | 0.22% | 0.19% | - |
| HSV(B) | 305.71º | 0.36% | 0.23% | - |
| XYZ | 3.12 | 2.51 | 4.06 | - |
| YUV | 45.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 56 | 0 | 0.36 | 0.03 | 0.77 | 305.71 | 0.22 | 0.19 |
| Hex | 3A | 25 | 38 | 0 | 24 | 3 | 4D | 132 | 16 | 13 |
| Octal | 72 | 45 | 70 | 0 | 44 | 3 | 115 | 462 | 26 | 23 |
| Binary | 111010 | 100101 | 111000 | 0 | 100100 | 11 | 1001101 | 100110010 | 10110 | 10011 |
Color Harmonies of #3A2538
Complementary color
Monochromatic Colors of #3A2538
Black with #3A2538
Text Example
Text Example
White with #3A2538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2538; }
p { color: rgb(58,37,56); }
H1.HeaderClassName
{
color: #3A2538;
}
.AnyTagClassName
{
color: #3A2538;
}
</style>
background-color css
<style>
a { background-color: #3A2538; }
a { background-color: rgb(58,37,56); }
div.DivClassName
{
background-color: #3A2538;
}
.BgClassName
{
background-color: #3A2538;
}
</style>
border-color css
<style>
span { border-color: #3A2538; }
span { border-color: rgb(58,37,56); }
td.TdClassName
{
border-color: #3A2538;
}
.TagClassName
{
border-color: #3A2538;
}
</style>