Shades of Mardi Gras #3C1336
Tints of Mardi Gras #3C1336
RGB
CMYK
RGB Variations
Color information
#3C1336 (or 0x3C1336) is known color: Mardi Gras. HEX triplet: 3C, 13 and 36. RGB value is (60,19,54). Sum of RGB (Red+Green+Blue) = 60+19+54=133 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.11% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1336 is #C3ECC9. Grayscale: #232323. Windows color (decimal): -12840138 or 3543868. OLE color: 3543868.
HSL color Cylindrical-coordinate representation of color #3C1336: hue angle of 308.78º 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 #3C1336 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 19 | 54 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.76 |
| HSL | 308.78º | 0.52% | 0.15% | - |
| HSV(B) | 308.78º | 0.68% | 0.24% | - |
| XYZ | 2.76 | 1.69 | 3.67 | - |
| YUV | 35.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 54 | 0 | 0.68 | 0.10 | 0.76 | 308.78 | 0.52 | 0.15 |
| Hex | 3C | 13 | 36 | 0 | 44 | A | 4C | 135 | 34 | F |
| Octal | 74 | 23 | 66 | 0 | 104 | 12 | 114 | 465 | 64 | 17 |
| Binary | 111100 | 10011 | 110110 | 0 | 1000100 | 1010 | 1001100 | 100110101 | 110100 | 1111 |
Color Harmonies of #3C1336
Complementary color
Monochromatic Colors of #3C1336
Black with #3C1336
Text Example
Text Example
White with #3C1336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1336; }
p { color: rgb(60,19,54); }
H1.HeaderClassName
{
color: #3C1336;
}
.AnyTagClassName
{
color: #3C1336;
}
</style>
background-color css
<style>
a { background-color: #3C1336; }
a { background-color: rgb(60,19,54); }
div.DivClassName
{
background-color: #3C1336;
}
.BgClassName
{
background-color: #3C1336;
}
</style>
border-color css
<style>
span { border-color: #3C1336; }
span { border-color: rgb(60,19,54); }
td.TdClassName
{
border-color: #3C1336;
}
.TagClassName
{
border-color: #3C1336;
}
</style>