Shades of Mardi Gras #3C2138
Tints of Mardi Gras #3C2138
RGB
CMYK
RGB Variations
Color information
#3C2138 (or 0x3C2138) is known color: Mardi Gras. HEX triplet: 3C, 21 and 38. RGB value is (60,33,56). Sum of RGB (Red+Green+Blue) = 60+33+56=149 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.27% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2138 is #C3DEC7. Grayscale: #2B2B2B. Windows color (decimal): -12836552 or 3678524. OLE color: 3678524.
HSL color Cylindrical-coordinate representation of color #3C2138: hue angle of 308.89º 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 #3C2138 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 33 | 56 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.76 |
| HSL | 308.89º | 0.29% | 0.18% | - |
| HSV(B) | 308.89º | 0.45% | 0.24% | - |
| XYZ | 3.12 | 2.33 | 4.03 | - |
| YUV | 43.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 56 | 0 | 0.45 | 0.07 | 0.76 | 308.89 | 0.29 | 0.18 |
| Hex | 3C | 21 | 38 | 0 | 2D | 7 | 4C | 135 | 1D | 12 |
| Octal | 74 | 41 | 70 | 0 | 55 | 7 | 114 | 465 | 35 | 22 |
| Binary | 111100 | 100001 | 111000 | 0 | 101101 | 111 | 1001100 | 100110101 | 11101 | 10010 |
Color Harmonies of #3C2138
Complementary color
Monochromatic Colors of #3C2138
Black with #3C2138
Text Example
Text Example
White with #3C2138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2138; }
p { color: rgb(60,33,56); }
H1.HeaderClassName
{
color: #3C2138;
}
.AnyTagClassName
{
color: #3C2138;
}
</style>
background-color css
<style>
a { background-color: #3C2138; }
a { background-color: rgb(60,33,56); }
div.DivClassName
{
background-color: #3C2138;
}
.BgClassName
{
background-color: #3C2138;
}
</style>
border-color css
<style>
span { border-color: #3C2138; }
span { border-color: rgb(60,33,56); }
td.TdClassName
{
border-color: #3C2138;
}
.TagClassName
{
border-color: #3C2138;
}
</style>