Shades of Mardi Gras #3D213B
Tints of Mardi Gras #3D213B
RGB
CMYK
RGB Variations
Color information
#3D213B (or 0x3D213B) is known color: Mardi Gras. HEX triplet: 3D, 21 and 3B. RGB value is (61,33,59). Sum of RGB (Red+Green+Blue) = 61+33+59=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 61 - color contains mainly: red. Hex color #3D213B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D213B is #C2DEC4. Grayscale: #2C2C2C. Windows color (decimal): -12771013 or 3875133. OLE color: 3875133.
HSL color Cylindrical-coordinate representation of color #3D213B: hue angle of 304.29º 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 #3D213B is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 33 | 59 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.76 |
| HSL | 304.29º | 0.3% | 0.18% | - |
| HSV(B) | 304.29º | 0.46% | 0.24% | - |
| XYZ | 3.26 | 2.4 | 4.43 | - |
| YUV | 44.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 59 | 0 | 0.46 | 0.03 | 0.76 | 304.29 | 0.3 | 0.18 |
| Hex | 3D | 21 | 3B | 0 | 2E | 3 | 4C | 130 | 1E | 12 |
| Octal | 75 | 41 | 73 | 0 | 56 | 3 | 114 | 460 | 36 | 22 |
| Binary | 111101 | 100001 | 111011 | 0 | 101110 | 11 | 1001100 | 100110000 | 11110 | 10010 |
Color Harmonies of #3D213B
Complementary color
Monochromatic Colors of #3D213B
Black with #3D213B
Text Example
Text Example
White with #3D213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D213B; }
p { color: rgb(61,33,59); }
H1.HeaderClassName
{
color: #3D213B;
}
.AnyTagClassName
{
color: #3D213B;
}
</style>
background-color css
<style>
a { background-color: #3D213B; }
a { background-color: rgb(61,33,59); }
div.DivClassName
{
background-color: #3D213B;
}
.BgClassName
{
background-color: #3D213B;
}
</style>
border-color css
<style>
span { border-color: #3D213B; }
span { border-color: rgb(61,33,59); }
td.TdClassName
{
border-color: #3D213B;
}
.TagClassName
{
border-color: #3D213B;
}
</style>