Shades of Mardi Gras #3C213C
Tints of Mardi Gras #3C213C
RGB
CMYK
RGB Variations
Color information
#3C213C (or 0x3C213C) is known color: Mardi Gras. HEX triplet: 3C, 21 and 3C. RGB value is (60,33,60). Sum of RGB (Red+Green+Blue) = 60+33+60=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 60 - color contains mainly: red, blue. Hex color #3C213C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C213C is #C3DEC3. Grayscale: #2C2C2C. Windows color (decimal): -12836548 or 3940668. OLE color: 3940668.
HSL color Cylindrical-coordinate representation of color #3C213C: hue angle of 300º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C213C is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 33 | 60 | - |
| CMYK | 0 | 0.45 | 0 | 0.76 |
| HSL | 300º | 0.29% | 0.18% | - |
| HSV(B) | 300º | 0.45% | 0.24% | - |
| XYZ | 3.22 | 2.37 | 4.56 | - |
| YUV | 44.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 60 | 0 | 0.45 | 0 | 0.76 | 300 | 0.29 | 0.18 |
| Hex | 3C | 21 | 3C | 0 | 2D | 0 | 4C | 12C | 1D | 12 |
| Octal | 74 | 41 | 74 | 0 | 55 | 0 | 114 | 454 | 35 | 22 |
| Binary | 111100 | 100001 | 111100 | 0 | 101101 | 0 | 1001100 | 100101100 | 11101 | 10010 |
Color Harmonies of #3C213C
Complementary color
Monochromatic Colors of #3C213C
Black with #3C213C
Text Example
Text Example
White with #3C213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C213C; }
p { color: rgb(60,33,60); }
H1.HeaderClassName
{
color: #3C213C;
}
.AnyTagClassName
{
color: #3C213C;
}
</style>
background-color css
<style>
a { background-color: #3C213C; }
a { background-color: rgb(60,33,60); }
div.DivClassName
{
background-color: #3C213C;
}
.BgClassName
{
background-color: #3C213C;
}
</style>
border-color css
<style>
span { border-color: #3C213C; }
span { border-color: rgb(60,33,60); }
td.TdClassName
{
border-color: #3C213C;
}
.TagClassName
{
border-color: #3C213C;
}
</style>