Shades of Mardi Gras #3A1032
Tints of Mardi Gras #3A1032
RGB
CMYK
RGB Variations
Color information
#3A1032 (or 0x3A1032) is known color: Mardi Gras. HEX triplet: 3A, 10 and 32. RGB value is (58,16,50). Sum of RGB (Red+Green+Blue) = 58+16+50=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1032 is #C5EFCD. Grayscale: #202020. Windows color (decimal): -12971982 or 3280954. OLE color: 3280954.
HSL color Cylindrical-coordinate representation of color #3A1032: hue angle of 311.43º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A1032 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 16 | 50 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.77 |
| HSL | 311.43º | 0.57% | 0.15% | - |
| HSV(B) | 311.43º | 0.72% | 0.23% | - |
| XYZ | 2.51 | 1.5 | 3.18 | - |
| YUV | 32.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 50 | 0 | 0.72 | 0.14 | 0.77 | 311.43 | 0.57 | 0.15 |
| Hex | 3A | 10 | 32 | 0 | 48 | E | 4D | 137 | 39 | F |
| Octal | 72 | 20 | 62 | 0 | 110 | 16 | 115 | 467 | 71 | 17 |
| Binary | 111010 | 10000 | 110010 | 0 | 1001000 | 1110 | 1001101 | 100110111 | 111001 | 1111 |
Color Harmonies of #3A1032
Complementary color
Monochromatic Colors of #3A1032
Black with #3A1032
Text Example
Text Example
White with #3A1032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1032; }
p { color: rgb(58,16,50); }
H1.HeaderClassName
{
color: #3A1032;
}
.AnyTagClassName
{
color: #3A1032;
}
</style>
background-color css
<style>
a { background-color: #3A1032; }
a { background-color: rgb(58,16,50); }
div.DivClassName
{
background-color: #3A1032;
}
.BgClassName
{
background-color: #3A1032;
}
</style>
border-color css
<style>
span { border-color: #3A1032; }
span { border-color: rgb(58,16,50); }
td.TdClassName
{
border-color: #3A1032;
}
.TagClassName
{
border-color: #3A1032;
}
</style>