Shades of Mardi Gras #3B1534
Tints of Mardi Gras #3B1534
RGB
CMYK
RGB Variations
Color information
#3B1534 (or 0x3B1534) is known color: Mardi Gras. HEX triplet: 3B, 15 and 34. RGB value is (59,21,52). Sum of RGB (Red+Green+Blue) = 59+21+52=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1534 is #C4EACB. Grayscale: #232323. Windows color (decimal): -12905164 or 3413307. OLE color: 3413307.
HSL color Cylindrical-coordinate representation of color #3B1534: hue angle of 311.05º 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 #3B1534 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 21 | 52 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.77 |
| HSL | 311.05º | 0.48% | 0.16% | - |
| HSV(B) | 311.05º | 0.64% | 0.23% | - |
| XYZ | 2.69 | 1.71 | 3.44 | - |
| YUV | 35.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 21 | 52 | 0 | 0.64 | 0.12 | 0.77 | 311.05 | 0.48 | 0.16 |
| Hex | 3B | 15 | 34 | 0 | 40 | C | 4D | 137 | 30 | 10 |
| Octal | 73 | 25 | 64 | 0 | 100 | 14 | 115 | 467 | 60 | 20 |
| Binary | 111011 | 10101 | 110100 | 0 | 1000000 | 1100 | 1001101 | 100110111 | 110000 | 10000 |
Color Harmonies of #3B1534
Complementary color
Monochromatic Colors of #3B1534
Black with #3B1534
Text Example
Text Example
White with #3B1534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1534; }
p { color: rgb(59,21,52); }
H1.HeaderClassName
{
color: #3B1534;
}
.AnyTagClassName
{
color: #3B1534;
}
</style>
background-color css
<style>
a { background-color: #3B1534; }
a { background-color: rgb(59,21,52); }
div.DivClassName
{
background-color: #3B1534;
}
.BgClassName
{
background-color: #3B1534;
}
</style>
border-color css
<style>
span { border-color: #3B1534; }
span { border-color: rgb(59,21,52); }
td.TdClassName
{
border-color: #3B1534;
}
.TagClassName
{
border-color: #3B1534;
}
</style>