Shades of Mardi Gras #3D2141
Tints of Mardi Gras #3D2141
RGB
CMYK
RGB Variations
Color information
#3D2141 (or 0x3D2141) is known color: Mardi Gras. HEX triplet: 3D, 21 and 41. RGB value is (61,33,65). Sum of RGB (Red+Green+Blue) = 61+33+65=159 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.36% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: blue. Hex color #3D2141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2141 is #C2DEBE. Grayscale: #2C2C2C. Windows color (decimal): -12771007 or 4268349. OLE color: 4268349.
HSL color Cylindrical-coordinate representation of color #3D2141: hue angle of 292.5º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D2141 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 33 | 65 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.75 |
| HSL | 292.5º | 0.33% | 0.19% | - |
| HSV(B) | 292.5º | 0.49% | 0.25% | - |
| XYZ | 3.42 | 2.46 | 5.3 | - |
| YUV | 45.02 | 139.28 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 65 | 0.06 | 0.49 | 0 | 0.75 | 292.5 | 0.33 | 0.19 |
| Hex | 3D | 21 | 41 | 6 | 31 | 0 | 4B | 124 | 21 | 13 |
| Octal | 75 | 41 | 101 | 6 | 61 | 0 | 113 | 444 | 41 | 23 |
| Binary | 111101 | 100001 | 1000001 | 110 | 110001 | 0 | 1001011 | 100100100 | 100001 | 10011 |
Color Harmonies of #3D2141
Complementary color
Monochromatic Colors of #3D2141
Black with #3D2141
Text Example
Text Example
White with #3D2141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2141; }
p { color: rgb(61,33,65); }
H1.HeaderClassName
{
color: #3D2141;
}
.AnyTagClassName
{
color: #3D2141;
}
</style>
background-color css
<style>
a { background-color: #3D2141; }
a { background-color: rgb(61,33,65); }
div.DivClassName
{
background-color: #3D2141;
}
.BgClassName
{
background-color: #3D2141;
}
</style>
border-color css
<style>
span { border-color: #3D2141; }
span { border-color: rgb(61,33,65); }
td.TdClassName
{
border-color: #3D2141;
}
.TagClassName
{
border-color: #3D2141;
}
</style>