Shades of Mardi Gras #3B1836
Tints of Mardi Gras #3B1836
RGB
CMYK
RGB Variations
Color information
#3B1836 (or 0x3B1836) is known color: Mardi Gras. HEX triplet: 3B, 18 and 36. RGB value is (59,24,54). Sum of RGB (Red+Green+Blue) = 59+24+54=137 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.07% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1836 is #C4E7C9. Grayscale: #252525. Windows color (decimal): -12904394 or 3545147. OLE color: 3545147.
HSL color Cylindrical-coordinate representation of color #3B1836: hue angle of 308.57º 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 #3B1836 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 24 | 54 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.77 |
| HSL | 308.57º | 0.42% | 0.16% | - |
| HSV(B) | 308.57º | 0.59% | 0.23% | - |
| XYZ | 2.8 | 1.85 | 3.7 | - |
| YUV | 37.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 54 | 0 | 0.59 | 0.08 | 0.77 | 308.57 | 0.42 | 0.16 |
| Hex | 3B | 18 | 36 | 0 | 3B | 8 | 4D | 135 | 2A | 10 |
| Octal | 73 | 30 | 66 | 0 | 73 | 10 | 115 | 465 | 52 | 20 |
| Binary | 111011 | 11000 | 110110 | 0 | 111011 | 1000 | 1001101 | 100110101 | 101010 | 10000 |
Color Harmonies of #3B1836
Complementary color
Monochromatic Colors of #3B1836
Black with #3B1836
Text Example
Text Example
White with #3B1836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1836; }
p { color: rgb(59,24,54); }
H1.HeaderClassName
{
color: #3B1836;
}
.AnyTagClassName
{
color: #3B1836;
}
</style>
background-color css
<style>
a { background-color: #3B1836; }
a { background-color: rgb(59,24,54); }
div.DivClassName
{
background-color: #3B1836;
}
.BgClassName
{
background-color: #3B1836;
}
</style>
border-color css
<style>
span { border-color: #3B1836; }
span { border-color: rgb(59,24,54); }
td.TdClassName
{
border-color: #3B1836;
}
.TagClassName
{
border-color: #3B1836;
}
</style>