Shades of Mardi Gras #3C1436
Tints of Mardi Gras #3C1436
RGB
CMYK
RGB Variations
Color information
#3C1436 (or 0x3C1436) is known color: Mardi Gras. HEX triplet: 3C, 14 and 36. RGB value is (60,20,54). Sum of RGB (Red+Green+Blue) = 60+20+54=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1436 is #C3EBC9. Grayscale: #232323. Windows color (decimal): -12839882 or 3544124. OLE color: 3544124.
HSL color Cylindrical-coordinate representation of color #3C1436: hue angle of 309º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C1436 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 20 | 54 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.76 |
| HSL | 309º | 0.5% | 0.16% | - |
| HSV(B) | 309º | 0.67% | 0.24% | - |
| XYZ | 2.78 | 1.73 | 3.68 | - |
| YUV | 35.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 54 | 0 | 0.67 | 0.10 | 0.76 | 309 | 0.5 | 0.16 |
| Hex | 3C | 14 | 36 | 0 | 43 | A | 4C | 135 | 32 | 10 |
| Octal | 74 | 24 | 66 | 0 | 103 | 12 | 114 | 465 | 62 | 20 |
| Binary | 111100 | 10100 | 110110 | 0 | 1000011 | 1010 | 1001100 | 100110101 | 110010 | 10000 |
Color Harmonies of #3C1436
Complementary color
Monochromatic Colors of #3C1436
Black with #3C1436
Text Example
Text Example
White with #3C1436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1436; }
p { color: rgb(60,20,54); }
H1.HeaderClassName
{
color: #3C1436;
}
.AnyTagClassName
{
color: #3C1436;
}
</style>
background-color css
<style>
a { background-color: #3C1436; }
a { background-color: rgb(60,20,54); }
div.DivClassName
{
background-color: #3C1436;
}
.BgClassName
{
background-color: #3C1436;
}
</style>
border-color css
<style>
span { border-color: #3C1436; }
span { border-color: rgb(60,20,54); }
td.TdClassName
{
border-color: #3C1436;
}
.TagClassName
{
border-color: #3C1436;
}
</style>