Shades of Mardi Gras #3C0D37
Tints of Mardi Gras #3C0D37
RGB
CMYK
RGB Variations
Color information
#3C0D37 (or 0x3C0D37) is known color: Mardi Gras. HEX triplet: 3C, 0D and 37. RGB value is (60,13,55). Sum of RGB (Red+Green+Blue) = 60+13+55=128 (16% of max value = 765). Red value is 60 (23.83% from 255 or 46.88% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0D37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0D37 is #C3F2C8. Grayscale: #1F1F1F. Windows color (decimal): -12841673 or 3607868. OLE color: 3607868.
HSL color Cylindrical-coordinate representation of color #3C0D37: hue angle of 306.38º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C0D37 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 13 | 55 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.76 |
| HSL | 306.38º | 0.64% | 0.14% | - |
| HSV(B) | 306.38º | 0.78% | 0.24% | - |
| XYZ | 2.7 | 1.52 | 3.77 | - |
| YUV | 31.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 55 | 0 | 0.78 | 0.08 | 0.76 | 306.38 | 0.64 | 0.14 |
| Hex | 3C | D | 37 | 0 | 4E | 8 | 4C | 132 | 40 | E |
| Octal | 74 | 15 | 67 | 0 | 116 | 10 | 114 | 462 | 100 | 16 |
| Binary | 111100 | 1101 | 110111 | 0 | 1001110 | 1000 | 1001100 | 100110010 | 1000000 | 1110 |
Color Harmonies of #3C0D37
Complementary color
Monochromatic Colors of #3C0D37
Black with #3C0D37
Text Example
Text Example
White with #3C0D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0D37; }
p { color: rgb(60,13,55); }
H1.HeaderClassName
{
color: #3C0D37;
}
.AnyTagClassName
{
color: #3C0D37;
}
</style>
background-color css
<style>
a { background-color: #3C0D37; }
a { background-color: rgb(60,13,55); }
div.DivClassName
{
background-color: #3C0D37;
}
.BgClassName
{
background-color: #3C0D37;
}
</style>
border-color css
<style>
span { border-color: #3C0D37; }
span { border-color: rgb(60,13,55); }
td.TdClassName
{
border-color: #3C0D37;
}
.TagClassName
{
border-color: #3C0D37;
}
</style>