Shades of Mardi Gras #3D1F39
Tints of Mardi Gras #3D1F39
RGB
CMYK
RGB Variations
Color information
#3D1F39 (or 0x3D1F39) is known color: Mardi Gras. HEX triplet: 3D, 1F and 39. RGB value is (61,31,57). Sum of RGB (Red+Green+Blue) = 61+31+57=149 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.94% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1F39 is #C2E0C6. Grayscale: #2A2A2A. Windows color (decimal): -12771527 or 3743549. OLE color: 3743549.
HSL color Cylindrical-coordinate representation of color #3D1F39: hue angle of 308º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D1F39 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 31 | 57 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.76 |
| HSL | 308º | 0.33% | 0.18% | - |
| HSV(B) | 308º | 0.49% | 0.24% | - |
| XYZ | 3.15 | 2.27 | 4.14 | - |
| YUV | 42.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 31 | 57 | 0 | 0.49 | 0.07 | 0.76 | 308 | 0.33 | 0.18 |
| Hex | 3D | 1F | 39 | 0 | 31 | 7 | 4C | 134 | 21 | 12 |
| Octal | 75 | 37 | 71 | 0 | 61 | 7 | 114 | 464 | 41 | 22 |
| Binary | 111101 | 11111 | 111001 | 0 | 110001 | 111 | 1001100 | 100110100 | 100001 | 10010 |
Color Harmonies of #3D1F39
Complementary color
Monochromatic Colors of #3D1F39
Black with #3D1F39
Text Example
Text Example
White with #3D1F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1F39; }
p { color: rgb(61,31,57); }
H1.HeaderClassName
{
color: #3D1F39;
}
.AnyTagClassName
{
color: #3D1F39;
}
</style>
background-color css
<style>
a { background-color: #3D1F39; }
a { background-color: rgb(61,31,57); }
div.DivClassName
{
background-color: #3D1F39;
}
.BgClassName
{
background-color: #3D1F39;
}
</style>
border-color css
<style>
span { border-color: #3D1F39; }
span { border-color: rgb(61,31,57); }
td.TdClassName
{
border-color: #3D1F39;
}
.TagClassName
{
border-color: #3D1F39;
}
</style>