Shades of Mardi Gras #3D2039
Tints of Mardi Gras #3D2039
RGB
CMYK
RGB Variations
Color information
#3D2039 (or 0x3D2039) is known color: Mardi Gras. HEX triplet: 3D, 20 and 39. RGB value is (61,32,57). Sum of RGB (Red+Green+Blue) = 61+32+57=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2039 is #C2DFC6. Grayscale: #2B2B2B. Windows color (decimal): -12771271 or 3743805. OLE color: 3743805.
HSL color Cylindrical-coordinate representation of color #3D2039: hue angle of 308.28º 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 #3D2039 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 32 | 57 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.76 |
| HSL | 308.28º | 0.31% | 0.18% | - |
| HSV(B) | 308.28º | 0.48% | 0.24% | - |
| XYZ | 3.18 | 2.32 | 4.15 | - |
| YUV | 43.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 32 | 57 | 0 | 0.48 | 0.07 | 0.76 | 308.28 | 0.31 | 0.18 |
| Hex | 3D | 20 | 39 | 0 | 30 | 7 | 4C | 134 | 1F | 12 |
| Octal | 75 | 40 | 71 | 0 | 60 | 7 | 114 | 464 | 37 | 22 |
| Binary | 111101 | 100000 | 111001 | 0 | 110000 | 111 | 1001100 | 100110100 | 11111 | 10010 |
Color Harmonies of #3D2039
Complementary color
Monochromatic Colors of #3D2039
Black with #3D2039
Text Example
Text Example
White with #3D2039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2039; }
p { color: rgb(61,32,57); }
H1.HeaderClassName
{
color: #3D2039;
}
.AnyTagClassName
{
color: #3D2039;
}
</style>
background-color css
<style>
a { background-color: #3D2039; }
a { background-color: rgb(61,32,57); }
div.DivClassName
{
background-color: #3D2039;
}
.BgClassName
{
background-color: #3D2039;
}
</style>
border-color css
<style>
span { border-color: #3D2039; }
span { border-color: rgb(61,32,57); }
td.TdClassName
{
border-color: #3D2039;
}
.TagClassName
{
border-color: #3D2039;
}
</style>