Shades of Mardi Gras #3C213A
Tints of Mardi Gras #3C213A
RGB
CMYK
RGB Variations
Color information
#3C213A (or 0x3C213A) is known color: Mardi Gras. HEX triplet: 3C, 21 and 3A. RGB value is (60,33,58). Sum of RGB (Red+Green+Blue) = 60+33+58=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 60 - color contains mainly: red. Hex color #3C213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C213A is #C3DEC5. Grayscale: #2B2B2B. Windows color (decimal): -12836550 or 3809596. OLE color: 3809596.
HSL color Cylindrical-coordinate representation of color #3C213A: hue angle of 304.44º 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 #3C213A is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 33 | 58 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.76 |
| HSL | 304.44º | 0.29% | 0.18% | - |
| HSV(B) | 304.44º | 0.45% | 0.24% | - |
| XYZ | 3.17 | 2.35 | 4.29 | - |
| YUV | 43.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 58 | 0 | 0.45 | 0.03 | 0.76 | 304.44 | 0.29 | 0.18 |
| Hex | 3C | 21 | 3A | 0 | 2D | 3 | 4C | 130 | 1D | 12 |
| Octal | 74 | 41 | 72 | 0 | 55 | 3 | 114 | 460 | 35 | 22 |
| Binary | 111100 | 100001 | 111010 | 0 | 101101 | 11 | 1001100 | 100110000 | 11101 | 10010 |
Color Harmonies of #3C213A
Complementary color
Monochromatic Colors of #3C213A
Black with #3C213A
Text Example
Text Example
White with #3C213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C213A; }
p { color: rgb(60,33,58); }
H1.HeaderClassName
{
color: #3C213A;
}
.AnyTagClassName
{
color: #3C213A;
}
</style>
background-color css
<style>
a { background-color: #3C213A; }
a { background-color: rgb(60,33,58); }
div.DivClassName
{
background-color: #3C213A;
}
.BgClassName
{
background-color: #3C213A;
}
</style>
border-color css
<style>
span { border-color: #3C213A; }
span { border-color: rgb(60,33,58); }
td.TdClassName
{
border-color: #3C213A;
}
.TagClassName
{
border-color: #3C213A;
}
</style>