Shades of Mardi Gras #3D2140
Tints of Mardi Gras #3D2140
RGB
CMYK
RGB Variations
Color information
#3D2140 (or 0x3D2140) is known color: Mardi Gras. HEX triplet: 3D, 21 and 40. RGB value is (61,33,64). Sum of RGB (Red+Green+Blue) = 61+33+64=158 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.61% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #3D2140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2140 is #C2DEBF. Grayscale: #2C2C2C. Windows color (decimal): -12771008 or 4202813. OLE color: 4202813.
HSL color Cylindrical-coordinate representation of color #3D2140: hue angle of 294.19º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D2140 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 33 | 64 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.75 |
| HSL | 294.19º | 0.32% | 0.19% | - |
| HSV(B) | 294.19º | 0.48% | 0.25% | - |
| XYZ | 3.39 | 2.45 | 5.14 | - |
| YUV | 44.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 64 | 0.05 | 0.48 | 0 | 0.75 | 294.19 | 0.32 | 0.19 |
| Hex | 3D | 21 | 40 | 5 | 30 | 0 | 4B | 126 | 20 | 13 |
| Octal | 75 | 41 | 100 | 5 | 60 | 0 | 113 | 446 | 40 | 23 |
| Binary | 111101 | 100001 | 1000000 | 101 | 110000 | 0 | 1001011 | 100100110 | 100000 | 10011 |
Color Harmonies of #3D2140
Complementary color
Monochromatic Colors of #3D2140
Black with #3D2140
Text Example
Text Example
White with #3D2140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2140; }
p { color: rgb(61,33,64); }
H1.HeaderClassName
{
color: #3D2140;
}
.AnyTagClassName
{
color: #3D2140;
}
</style>
background-color css
<style>
a { background-color: #3D2140; }
a { background-color: rgb(61,33,64); }
div.DivClassName
{
background-color: #3D2140;
}
.BgClassName
{
background-color: #3D2140;
}
</style>
border-color css
<style>
span { border-color: #3D2140; }
span { border-color: rgb(61,33,64); }
td.TdClassName
{
border-color: #3D2140;
}
.TagClassName
{
border-color: #3D2140;
}
</style>