Shades of Mardi Gras #3A1437
Tints of Mardi Gras #3A1437
RGB
CMYK
RGB Variations
Color information
#3A1437 (or 0x3A1437) is known color: Mardi Gras. HEX triplet: 3A, 14 and 37. RGB value is (58,20,55). Sum of RGB (Red+Green+Blue) = 58+20+55=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1437 is #C5EBC8. Grayscale: #232323. Windows color (decimal): -12970953 or 3609658. OLE color: 3609658.
HSL color Cylindrical-coordinate representation of color #3A1437: hue angle of 304.74º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A1437 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 20 | 55 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.77 |
| HSL | 304.74º | 0.49% | 0.15% | - |
| HSV(B) | 304.74º | 0.66% | 0.23% | - |
| XYZ | 2.68 | 1.68 | 3.8 | - |
| YUV | 35.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 55 | 0 | 0.66 | 0.05 | 0.77 | 304.74 | 0.49 | 0.15 |
| Hex | 3A | 14 | 37 | 0 | 42 | 5 | 4D | 131 | 31 | F |
| Octal | 72 | 24 | 67 | 0 | 102 | 5 | 115 | 461 | 61 | 17 |
| Binary | 111010 | 10100 | 110111 | 0 | 1000010 | 101 | 1001101 | 100110001 | 110001 | 1111 |
Color Harmonies of #3A1437
Complementary color
Monochromatic Colors of #3A1437
Black with #3A1437
Text Example
Text Example
White with #3A1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1437; }
p { color: rgb(58,20,55); }
H1.HeaderClassName
{
color: #3A1437;
}
.AnyTagClassName
{
color: #3A1437;
}
</style>
background-color css
<style>
a { background-color: #3A1437; }
a { background-color: rgb(58,20,55); }
div.DivClassName
{
background-color: #3A1437;
}
.BgClassName
{
background-color: #3A1437;
}
</style>
border-color css
<style>
span { border-color: #3A1437; }
span { border-color: rgb(58,20,55); }
td.TdClassName
{
border-color: #3A1437;
}
.TagClassName
{
border-color: #3A1437;
}
</style>