Shades of Mardi Gras #3D203D
Tints of Mardi Gras #3D203D
RGB
CMYK
RGB Variations
Color information
#3D203D (or 0x3D203D) is known color: Mardi Gras. HEX triplet: 3D, 20 and 3D. RGB value is (61,32,61). Sum of RGB (Red+Green+Blue) = 61+32+61=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 61 - color contains mainly: red, blue. Hex color #3D203D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D203D is #C2DFC2. Grayscale: #2B2B2B. Windows color (decimal): -12771267 or 4005949. OLE color: 4005949.
HSL color Cylindrical-coordinate representation of color #3D203D: hue angle of 300º 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 #3D203D is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 32 | 61 | - |
| CMYK | 0 | 0.48 | 0 | 0.76 |
| HSL | 300º | 0.31% | 0.18% | - |
| HSV(B) | 300º | 0.48% | 0.24% | - |
| XYZ | 3.28 | 2.36 | 4.7 | - |
| YUV | 43.98 | 137.61 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 32 | 61 | 0 | 0.48 | 0 | 0.76 | 300 | 0.31 | 0.18 |
| Hex | 3D | 20 | 3D | 0 | 30 | 0 | 4C | 12C | 1F | 12 |
| Octal | 75 | 40 | 75 | 0 | 60 | 0 | 114 | 454 | 37 | 22 |
| Binary | 111101 | 100000 | 111101 | 0 | 110000 | 0 | 1001100 | 100101100 | 11111 | 10010 |
Color Harmonies of #3D203D
Complementary color
Monochromatic Colors of #3D203D
Black with #3D203D
Text Example
Text Example
White with #3D203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D203D; }
p { color: rgb(61,32,61); }
H1.HeaderClassName
{
color: #3D203D;
}
.AnyTagClassName
{
color: #3D203D;
}
</style>
background-color css
<style>
a { background-color: #3D203D; }
a { background-color: rgb(61,32,61); }
div.DivClassName
{
background-color: #3D203D;
}
.BgClassName
{
background-color: #3D203D;
}
</style>
border-color css
<style>
span { border-color: #3D203D; }
span { border-color: rgb(61,32,61); }
td.TdClassName
{
border-color: #3D203D;
}
.TagClassName
{
border-color: #3D203D;
}
</style>