Shades of Mardi Gras #3D213C
Tints of Mardi Gras #3D213C
RGB
CMYK
RGB Variations
Color information
#3D213C (or 0x3D213C) is known color: Mardi Gras. HEX triplet: 3D, 21 and 3C. RGB value is (61,33,60). Sum of RGB (Red+Green+Blue) = 61+33+60=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 61 - color contains mainly: red. Hex color #3D213C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D213C is #C2DEC3. Grayscale: #2C2C2C. Windows color (decimal): -12771012 or 3940669. OLE color: 3940669.
HSL color Cylindrical-coordinate representation of color #3D213C: hue angle of 302.14º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D213C is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 33 | 60 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.76 |
| HSL | 302.14º | 0.3% | 0.18% | - |
| HSV(B) | 302.14º | 0.46% | 0.24% | - |
| XYZ | 3.28 | 2.41 | 4.57 | - |
| YUV | 44.45 | 136.78 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 60 | 0 | 0.46 | 0.02 | 0.76 | 302.14 | 0.3 | 0.18 |
| Hex | 3D | 21 | 3C | 0 | 2E | 2 | 4C | 12E | 1E | 12 |
| Octal | 75 | 41 | 74 | 0 | 56 | 2 | 114 | 456 | 36 | 22 |
| Binary | 111101 | 100001 | 111100 | 0 | 101110 | 10 | 1001100 | 100101110 | 11110 | 10010 |
Color Harmonies of #3D213C
Complementary color
Monochromatic Colors of #3D213C
Black with #3D213C
Text Example
Text Example
White with #3D213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D213C; }
p { color: rgb(61,33,60); }
H1.HeaderClassName
{
color: #3D213C;
}
.AnyTagClassName
{
color: #3D213C;
}
</style>
background-color css
<style>
a { background-color: #3D213C; }
a { background-color: rgb(61,33,60); }
div.DivClassName
{
background-color: #3D213C;
}
.BgClassName
{
background-color: #3D213C;
}
</style>
border-color css
<style>
span { border-color: #3D213C; }
span { border-color: rgb(61,33,60); }
td.TdClassName
{
border-color: #3D213C;
}
.TagClassName
{
border-color: #3D213C;
}
</style>