Shades of Mardi Gras #3B1835
Tints of Mardi Gras #3B1835
RGB
CMYK
RGB Variations
Color information
#3B1835 (or 0x3B1835) is known color: Mardi Gras. HEX triplet: 3B, 18 and 35. RGB value is (59,24,53). Sum of RGB (Red+Green+Blue) = 59+24+53=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1835 is #C4E7CA. Grayscale: #252525. Windows color (decimal): -12904395 or 3479611. OLE color: 3479611.
HSL color Cylindrical-coordinate representation of color #3B1835: hue angle of 310.29º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B1835 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 24 | 53 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.77 |
| HSL | 310.29º | 0.42% | 0.16% | - |
| HSV(B) | 310.29º | 0.59% | 0.23% | - |
| XYZ | 2.77 | 1.84 | 3.58 | - |
| YUV | 37.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 53 | 0 | 0.59 | 0.10 | 0.77 | 310.29 | 0.42 | 0.16 |
| Hex | 3B | 18 | 35 | 0 | 3B | A | 4D | 136 | 2A | 10 |
| Octal | 73 | 30 | 65 | 0 | 73 | 12 | 115 | 466 | 52 | 20 |
| Binary | 111011 | 11000 | 110101 | 0 | 111011 | 1010 | 1001101 | 100110110 | 101010 | 10000 |
Color Harmonies of #3B1835
Complementary color
Monochromatic Colors of #3B1835
Black with #3B1835
Text Example
Text Example
White with #3B1835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1835; }
p { color: rgb(59,24,53); }
H1.HeaderClassName
{
color: #3B1835;
}
.AnyTagClassName
{
color: #3B1835;
}
</style>
background-color css
<style>
a { background-color: #3B1835; }
a { background-color: rgb(59,24,53); }
div.DivClassName
{
background-color: #3B1835;
}
.BgClassName
{
background-color: #3B1835;
}
</style>
border-color css
<style>
span { border-color: #3B1835; }
span { border-color: rgb(59,24,53); }
td.TdClassName
{
border-color: #3B1835;
}
.TagClassName
{
border-color: #3B1835;
}
</style>