Shades of Mardi Gras #3C1337
Tints of Mardi Gras #3C1337
RGB
CMYK
RGB Variations
Color information
#3C1337 (or 0x3C1337) is known color: Mardi Gras. HEX triplet: 3C, 13 and 37. RGB value is (60,19,55). Sum of RGB (Red+Green+Blue) = 60+19+55=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1337 is #C3ECC8. Grayscale: #232323. Windows color (decimal): -12840137 or 3609404. OLE color: 3609404.
HSL color Cylindrical-coordinate representation of color #3C1337: hue angle of 307.32º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C1337 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 19 | 55 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.76 |
| HSL | 307.32º | 0.52% | 0.15% | - |
| HSV(B) | 307.32º | 0.68% | 0.24% | - |
| XYZ | 2.79 | 1.7 | 3.8 | - |
| YUV | 35.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 55 | 0 | 0.68 | 0.08 | 0.76 | 307.32 | 0.52 | 0.15 |
| Hex | 3C | 13 | 37 | 0 | 44 | 8 | 4C | 133 | 34 | F |
| Octal | 74 | 23 | 67 | 0 | 104 | 10 | 114 | 463 | 64 | 17 |
| Binary | 111100 | 10011 | 110111 | 0 | 1000100 | 1000 | 1001100 | 100110011 | 110100 | 1111 |
Color Harmonies of #3C1337
Complementary color
Monochromatic Colors of #3C1337
Black with #3C1337
Text Example
Text Example
White with #3C1337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1337; }
p { color: rgb(60,19,55); }
H1.HeaderClassName
{
color: #3C1337;
}
.AnyTagClassName
{
color: #3C1337;
}
</style>
background-color css
<style>
a { background-color: #3C1337; }
a { background-color: rgb(60,19,55); }
div.DivClassName
{
background-color: #3C1337;
}
.BgClassName
{
background-color: #3C1337;
}
</style>
border-color css
<style>
span { border-color: #3C1337; }
span { border-color: rgb(60,19,55); }
td.TdClassName
{
border-color: #3C1337;
}
.TagClassName
{
border-color: #3C1337;
}
</style>