Shades of Mardi Gras #3A2238
Tints of Mardi Gras #3A2238
RGB
CMYK
RGB Variations
Color information
#3A2238 (or 0x3A2238) is known color: Mardi Gras. HEX triplet: 3A, 22 and 38. RGB value is (58,34,56). Sum of RGB (Red+Green+Blue) = 58+34+56=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2238 is #C5DDC7. Grayscale: #2B2B2B. Windows color (decimal): -12967368 or 3678778. OLE color: 3678778.
HSL color Cylindrical-coordinate representation of color #3A2238: hue angle of 305º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A2238 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 34 | 56 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.77 |
| HSL | 305º | 0.26% | 0.18% | - |
| HSV(B) | 305º | 0.41% | 0.23% | - |
| XYZ | 3.03 | 2.33 | 4.03 | - |
| YUV | 43.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 34 | 56 | 0 | 0.41 | 0.03 | 0.77 | 305 | 0.26 | 0.18 |
| Hex | 3A | 22 | 38 | 0 | 29 | 3 | 4D | 131 | 1A | 12 |
| Octal | 72 | 42 | 70 | 0 | 51 | 3 | 115 | 461 | 32 | 22 |
| Binary | 111010 | 100010 | 111000 | 0 | 101001 | 11 | 1001101 | 100110001 | 11010 | 10010 |
Color Harmonies of #3A2238
Complementary color
Monochromatic Colors of #3A2238
Black with #3A2238
Text Example
Text Example
White with #3A2238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2238; }
p { color: rgb(58,34,56); }
H1.HeaderClassName
{
color: #3A2238;
}
.AnyTagClassName
{
color: #3A2238;
}
</style>
background-color css
<style>
a { background-color: #3A2238; }
a { background-color: rgb(58,34,56); }
div.DivClassName
{
background-color: #3A2238;
}
.BgClassName
{
background-color: #3A2238;
}
</style>
border-color css
<style>
span { border-color: #3A2238; }
span { border-color: rgb(58,34,56); }
td.TdClassName
{
border-color: #3A2238;
}
.TagClassName
{
border-color: #3A2238;
}
</style>