Shades of Mardi Gras #3B1635
Tints of Mardi Gras #3B1635
RGB
CMYK
RGB Variations
Color information
#3B1635 (or 0x3B1635) is known color: Mardi Gras. HEX triplet: 3B, 16 and 35. RGB value is (59,22,53). Sum of RGB (Red+Green+Blue) = 59+22+53=134 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.03% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1635 is #C4E9CA. Grayscale: #242424. Windows color (decimal): -12904907 or 3479099. OLE color: 3479099.
HSL color Cylindrical-coordinate representation of color #3B1635: hue angle of 309.73º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B1635 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 22 | 53 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.77 |
| HSL | 309.73º | 0.46% | 0.16% | - |
| HSV(B) | 309.73º | 0.63% | 0.23% | - |
| XYZ | 2.73 | 1.76 | 3.56 | - |
| YUV | 36.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 53 | 0 | 0.63 | 0.10 | 0.77 | 309.73 | 0.46 | 0.16 |
| Hex | 3B | 16 | 35 | 0 | 3F | A | 4D | 136 | 2E | 10 |
| Octal | 73 | 26 | 65 | 0 | 77 | 12 | 115 | 466 | 56 | 20 |
| Binary | 111011 | 10110 | 110101 | 0 | 111111 | 1010 | 1001101 | 100110110 | 101110 | 10000 |
Color Harmonies of #3B1635
Complementary color
Monochromatic Colors of #3B1635
Black with #3B1635
Text Example
Text Example
White with #3B1635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1635; }
p { color: rgb(59,22,53); }
H1.HeaderClassName
{
color: #3B1635;
}
.AnyTagClassName
{
color: #3B1635;
}
</style>
background-color css
<style>
a { background-color: #3B1635; }
a { background-color: rgb(59,22,53); }
div.DivClassName
{
background-color: #3B1635;
}
.BgClassName
{
background-color: #3B1635;
}
</style>
border-color css
<style>
span { border-color: #3B1635; }
span { border-color: rgb(59,22,53); }
td.TdClassName
{
border-color: #3B1635;
}
.TagClassName
{
border-color: #3B1635;
}
</style>