Shades of Mardi Gras #3C1636
Tints of Mardi Gras #3C1636
RGB
CMYK
RGB Variations
Color information
#3C1636 (or 0x3C1636) is known color: Mardi Gras. HEX triplet: 3C, 16 and 36. RGB value is (60,22,54). Sum of RGB (Red+Green+Blue) = 60+22+54=136 (18% of max value = 765). Red value is 60 (23.83% from 255 or 44.12% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 54 (21.48% from 255 or 39.71% from 136); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1636 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1636 is #C3E9C9. Grayscale: #242424. Windows color (decimal): -12839370 or 3544636. OLE color: 3544636.
HSL color Cylindrical-coordinate representation of color #3C1636: hue angle of 309.47º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C1636 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 22 | 54 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.76 |
| HSL | 309.47º | 0.46% | 0.16% | - |
| HSV(B) | 309.47º | 0.63% | 0.24% | - |
| XYZ | 2.82 | 1.8 | 3.69 | - |
| YUV | 37.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 54 | 0 | 0.63 | 0.10 | 0.76 | 309.47 | 0.46 | 0.16 |
| Hex | 3C | 16 | 36 | 0 | 3F | A | 4C | 135 | 2E | 10 |
| Octal | 74 | 26 | 66 | 0 | 77 | 12 | 114 | 465 | 56 | 20 |
| Binary | 111100 | 10110 | 110110 | 0 | 111111 | 1010 | 1001100 | 100110101 | 101110 | 10000 |
Color Harmonies of #3C1636
Complementary color
Monochromatic Colors of #3C1636
Black with #3C1636
Text Example
Text Example
White with #3C1636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1636; }
p { color: rgb(60,22,54); }
H1.HeaderClassName
{
color: #3C1636;
}
.AnyTagClassName
{
color: #3C1636;
}
</style>
background-color css
<style>
a { background-color: #3C1636; }
a { background-color: rgb(60,22,54); }
div.DivClassName
{
background-color: #3C1636;
}
.BgClassName
{
background-color: #3C1636;
}
</style>
border-color css
<style>
span { border-color: #3C1636; }
span { border-color: rgb(60,22,54); }
td.TdClassName
{
border-color: #3C1636;
}
.TagClassName
{
border-color: #3C1636;
}
</style>