Shades of Mardi Gras #3B1535
Tints of Mardi Gras #3B1535
RGB
CMYK
RGB Variations
Color information
#3B1535 (or 0x3B1535) is known color: Mardi Gras. HEX triplet: 3B, 15 and 35. RGB value is (59,21,53). Sum of RGB (Red+Green+Blue) = 59+21+53=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1535 is #C4EACA. Grayscale: #232323. Windows color (decimal): -12905163 or 3478843. OLE color: 3478843.
HSL color Cylindrical-coordinate representation of color #3B1535: hue angle of 309.47º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B1535 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 21 | 53 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.77 |
| HSL | 309.47º | 0.48% | 0.16% | - |
| HSV(B) | 309.47º | 0.64% | 0.23% | - |
| XYZ | 2.71 | 1.72 | 3.56 | - |
| YUV | 36.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 21 | 53 | 0 | 0.64 | 0.10 | 0.77 | 309.47 | 0.48 | 0.16 |
| Hex | 3B | 15 | 35 | 0 | 40 | A | 4D | 135 | 30 | 10 |
| Octal | 73 | 25 | 65 | 0 | 100 | 12 | 115 | 465 | 60 | 20 |
| Binary | 111011 | 10101 | 110101 | 0 | 1000000 | 1010 | 1001101 | 100110101 | 110000 | 10000 |
Color Harmonies of #3B1535
Complementary color
Monochromatic Colors of #3B1535
Black with #3B1535
Text Example
Text Example
White with #3B1535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1535; }
p { color: rgb(59,21,53); }
H1.HeaderClassName
{
color: #3B1535;
}
.AnyTagClassName
{
color: #3B1535;
}
</style>
background-color css
<style>
a { background-color: #3B1535; }
a { background-color: rgb(59,21,53); }
div.DivClassName
{
background-color: #3B1535;
}
.BgClassName
{
background-color: #3B1535;
}
</style>
border-color css
<style>
span { border-color: #3B1535; }
span { border-color: rgb(59,21,53); }
td.TdClassName
{
border-color: #3B1535;
}
.TagClassName
{
border-color: #3B1535;
}
</style>