Shades of Mardi Gras #3D203C
Tints of Mardi Gras #3D203C
RGB
CMYK
RGB Variations
Color information
#3D203C (or 0x3D203C) is known color: Mardi Gras. HEX triplet: 3D, 20 and 3C. RGB value is (61,32,60). Sum of RGB (Red+Green+Blue) = 61+32+60=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 61 - color contains mainly: red. Hex color #3D203C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D203C is #C2DFC3. Grayscale: #2B2B2B. Windows color (decimal): -12771268 or 3940413. OLE color: 3940413.
HSL color Cylindrical-coordinate representation of color #3D203C: hue angle of 302.07º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D203C is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 32 | 60 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.76 |
| HSL | 302.07º | 0.31% | 0.18% | - |
| HSV(B) | 302.07º | 0.48% | 0.24% | - |
| XYZ | 3.26 | 2.35 | 4.56 | - |
| YUV | 43.86 | 137.11 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 32 | 60 | 0 | 0.48 | 0.02 | 0.76 | 302.07 | 0.31 | 0.18 |
| Hex | 3D | 20 | 3C | 0 | 30 | 2 | 4C | 12E | 1F | 12 |
| Octal | 75 | 40 | 74 | 0 | 60 | 2 | 114 | 456 | 37 | 22 |
| Binary | 111101 | 100000 | 111100 | 0 | 110000 | 10 | 1001100 | 100101110 | 11111 | 10010 |
Color Harmonies of #3D203C
Complementary color
Monochromatic Colors of #3D203C
Black with #3D203C
Text Example
Text Example
White with #3D203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D203C; }
p { color: rgb(61,32,60); }
H1.HeaderClassName
{
color: #3D203C;
}
.AnyTagClassName
{
color: #3D203C;
}
</style>
background-color css
<style>
a { background-color: #3D203C; }
a { background-color: rgb(61,32,60); }
div.DivClassName
{
background-color: #3D203C;
}
.BgClassName
{
background-color: #3D203C;
}
</style>
border-color css
<style>
span { border-color: #3D203C; }
span { border-color: rgb(61,32,60); }
td.TdClassName
{
border-color: #3D203C;
}
.TagClassName
{
border-color: #3D203C;
}
</style>