Shades of Mardi Gras #3A0337
Tints of Mardi Gras #3A0337
RGB
CMYK
RGB Variations
Color information
#3A0337 (or 0x3A0337) is known color: Mardi Gras. HEX triplet: 3A, 03 and 37. RGB value is (58,3,55). Sum of RGB (Red+Green+Blue) = 58+3+55=116 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 55 (21.88% from 255 or 47.41% from 116); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0337 is #C5FCC8. Grayscale: #191919. Windows color (decimal): -12975305 or 3605306. OLE color: 3605306.
HSL color Cylindrical-coordinate representation of color #3A0337: hue angle of 303.27º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0337 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 3 | 55 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.77 |
| HSL | 303.27º | 0.9% | 0.12% | - |
| HSV(B) | 303.27º | 0.95% | 0.23% | - |
| XYZ | 2.47 | 1.24 | 3.72 | - |
| YUV | 25.37 | 144.72 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 55 | 0 | 0.95 | 0.05 | 0.77 | 303.27 | 0.9 | 0.12 |
| Hex | 3A | 3 | 37 | 0 | 5F | 5 | 4D | 12F | 5A | C |
| Octal | 72 | 3 | 67 | 0 | 137 | 5 | 115 | 457 | 132 | 14 |
| Binary | 111010 | 11 | 110111 | 0 | 1011111 | 101 | 1001101 | 100101111 | 1011010 | 1100 |
Color Harmonies of #3A0337
Complementary color
Monochromatic Colors of #3A0337
Black with #3A0337
Text Example
Text Example
White with #3A0337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0337; }
p { color: rgb(58,3,55); }
H1.HeaderClassName
{
color: #3A0337;
}
.AnyTagClassName
{
color: #3A0337;
}
</style>
background-color css
<style>
a { background-color: #3A0337; }
a { background-color: rgb(58,3,55); }
div.DivClassName
{
background-color: #3A0337;
}
.BgClassName
{
background-color: #3A0337;
}
</style>
border-color css
<style>
span { border-color: #3A0337; }
span { border-color: rgb(58,3,55); }
td.TdClassName
{
border-color: #3A0337;
}
.TagClassName
{
border-color: #3A0337;
}
</style>