Shades of Mardi Gras #3C1637
Tints of Mardi Gras #3C1637
RGB
CMYK
RGB Variations
Color information
#3C1637 (or 0x3C1637) is known color: Mardi Gras. HEX triplet: 3C, 16 and 37. RGB value is (60,22,55). Sum of RGB (Red+Green+Blue) = 60+22+55=137 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.80% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1637 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1637 is #C3E9C8. Grayscale: #252525. Windows color (decimal): -12839369 or 3610172. OLE color: 3610172.
HSL color Cylindrical-coordinate representation of color #3C1637: hue angle of 307.89º 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 #3C1637 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 22 | 55 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.76 |
| HSL | 307.89º | 0.46% | 0.16% | - |
| HSV(B) | 307.89º | 0.63% | 0.24% | - |
| XYZ | 2.84 | 1.81 | 3.81 | - |
| YUV | 37.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 55 | 0 | 0.63 | 0.08 | 0.76 | 307.89 | 0.46 | 0.16 |
| Hex | 3C | 16 | 37 | 0 | 3F | 8 | 4C | 134 | 2E | 10 |
| Octal | 74 | 26 | 67 | 0 | 77 | 10 | 114 | 464 | 56 | 20 |
| Binary | 111100 | 10110 | 110111 | 0 | 111111 | 1000 | 1001100 | 100110100 | 101110 | 10000 |
Color Harmonies of #3C1637
Complementary color
Monochromatic Colors of #3C1637
Black with #3C1637
Text Example
Text Example
White with #3C1637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1637; }
p { color: rgb(60,22,55); }
H1.HeaderClassName
{
color: #3C1637;
}
.AnyTagClassName
{
color: #3C1637;
}
</style>
background-color css
<style>
a { background-color: #3C1637; }
a { background-color: rgb(60,22,55); }
div.DivClassName
{
background-color: #3C1637;
}
.BgClassName
{
background-color: #3C1637;
}
</style>
border-color css
<style>
span { border-color: #3C1637; }
span { border-color: rgb(60,22,55); }
td.TdClassName
{
border-color: #3C1637;
}
.TagClassName
{
border-color: #3C1637;
}
</style>