Shades of Mardi Gras #3C213F
Tints of Mardi Gras #3C213F
RGB
CMYK
RGB Variations
Color information
#3C213F (or 0x3C213F) is known color: Mardi Gras. HEX triplet: 3C, 21 and 3F. RGB value is (60,33,63). Sum of RGB (Red+Green+Blue) = 60+33+63=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 63 - color contains mainly: blue. Hex color #3C213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C213F is #C3DEC0. Grayscale: #2C2C2C. Windows color (decimal): -12836545 or 4137276. OLE color: 4137276.
HSL color Cylindrical-coordinate representation of color #3C213F: hue angle of 294º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C213F is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 33 | 63 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.75 |
| HSL | 294º | 0.31% | 0.19% | - |
| HSV(B) | 294º | 0.48% | 0.25% | - |
| XYZ | 3.3 | 2.41 | 4.99 | - |
| YUV | 44.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 63 | 0.05 | 0.48 | 0 | 0.75 | 294 | 0.31 | 0.19 |
| Hex | 3C | 21 | 3F | 5 | 30 | 0 | 4B | 126 | 1F | 13 |
| Octal | 74 | 41 | 77 | 5 | 60 | 0 | 113 | 446 | 37 | 23 |
| Binary | 111100 | 100001 | 111111 | 101 | 110000 | 0 | 1001011 | 100100110 | 11111 | 10011 |
Color Harmonies of #3C213F
Complementary color
Monochromatic Colors of #3C213F
Black with #3C213F
Text Example
Text Example
White with #3C213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C213F; }
p { color: rgb(60,33,63); }
H1.HeaderClassName
{
color: #3C213F;
}
.AnyTagClassName
{
color: #3C213F;
}
</style>
background-color css
<style>
a { background-color: #3C213F; }
a { background-color: rgb(60,33,63); }
div.DivClassName
{
background-color: #3C213F;
}
.BgClassName
{
background-color: #3C213F;
}
</style>
border-color css
<style>
span { border-color: #3C213F; }
span { border-color: rgb(60,33,63); }
td.TdClassName
{
border-color: #3C213F;
}
.TagClassName
{
border-color: #3C213F;
}
</style>