Shades of Mardi Gras #3A1635
Tints of Mardi Gras #3A1635
RGB
CMYK
RGB Variations
Color information
#3A1635 (or 0x3A1635) is known color: Mardi Gras. HEX triplet: 3A, 16 and 35. RGB value is (58,22,53). Sum of RGB (Red+Green+Blue) = 58+22+53=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1635 is #C5E9CA. Grayscale: #242424. Windows color (decimal): -12970443 or 3479098. OLE color: 3479098.
HSL color Cylindrical-coordinate representation of color #3A1635: hue angle of 308.33º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A1635 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 22 | 53 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.77 |
| HSL | 308.33º | 0.45% | 0.16% | - |
| HSV(B) | 308.33º | 0.62% | 0.23% | - |
| XYZ | 2.67 | 1.73 | 3.56 | - |
| YUV | 36.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 53 | 0 | 0.62 | 0.09 | 0.77 | 308.33 | 0.45 | 0.16 |
| Hex | 3A | 16 | 35 | 0 | 3E | 9 | 4D | 134 | 2D | 10 |
| Octal | 72 | 26 | 65 | 0 | 76 | 11 | 115 | 464 | 55 | 20 |
| Binary | 111010 | 10110 | 110101 | 0 | 111110 | 1001 | 1001101 | 100110100 | 101101 | 10000 |
Color Harmonies of #3A1635
Complementary color
Monochromatic Colors of #3A1635
Black with #3A1635
Text Example
Text Example
White with #3A1635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1635; }
p { color: rgb(58,22,53); }
H1.HeaderClassName
{
color: #3A1635;
}
.AnyTagClassName
{
color: #3A1635;
}
</style>
background-color css
<style>
a { background-color: #3A1635; }
a { background-color: rgb(58,22,53); }
div.DivClassName
{
background-color: #3A1635;
}
.BgClassName
{
background-color: #3A1635;
}
</style>
border-color css
<style>
span { border-color: #3A1635; }
span { border-color: rgb(58,22,53); }
td.TdClassName
{
border-color: #3A1635;
}
.TagClassName
{
border-color: #3A1635;
}
</style>