Shades of Mardi Gras #3D223D
Tints of Mardi Gras #3D223D
RGB
CMYK
RGB Variations
Color information
#3D223D (or 0x3D223D) is known color: Mardi Gras. HEX triplet: 3D, 22 and 3D. RGB value is (61,34,61). Sum of RGB (Red+Green+Blue) = 61+34+61=156 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.10% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 61 - color contains mainly: red, blue. Hex color #3D223D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D223D is #C2DDC2. Grayscale: #2D2D2D. Windows color (decimal): -12770755 or 4006461. OLE color: 4006461.
HSL color Cylindrical-coordinate representation of color #3D223D: hue angle of 300º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D223D is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 34 | 61 | - |
| CMYK | 0 | 0.44 | 0 | 0.76 |
| HSL | 300º | 0.28% | 0.19% | - |
| HSV(B) | 300º | 0.44% | 0.24% | - |
| XYZ | 3.34 | 2.47 | 4.72 | - |
| YUV | 45.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 61 | 0 | 0.44 | 0 | 0.76 | 300 | 0.28 | 0.19 |
| Hex | 3D | 22 | 3D | 0 | 2C | 0 | 4C | 12C | 1C | 13 |
| Octal | 75 | 42 | 75 | 0 | 54 | 0 | 114 | 454 | 34 | 23 |
| Binary | 111101 | 100010 | 111101 | 0 | 101100 | 0 | 1001100 | 100101100 | 11100 | 10011 |
Color Harmonies of #3D223D
Complementary color
Monochromatic Colors of #3D223D
Black with #3D223D
Text Example
Text Example
White with #3D223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D223D; }
p { color: rgb(61,34,61); }
H1.HeaderClassName
{
color: #3D223D;
}
.AnyTagClassName
{
color: #3D223D;
}
</style>
background-color css
<style>
a { background-color: #3D223D; }
a { background-color: rgb(61,34,61); }
div.DivClassName
{
background-color: #3D223D;
}
.BgClassName
{
background-color: #3D223D;
}
</style>
border-color css
<style>
span { border-color: #3D223D; }
span { border-color: rgb(61,34,61); }
td.TdClassName
{
border-color: #3D223D;
}
.TagClassName
{
border-color: #3D223D;
}
</style>