Shades of Mardi Gras #3D1237
Tints of Mardi Gras #3D1237
RGB
CMYK
RGB Variations
Color information
#3D1237 (or 0x3D1237) is known color: Mardi Gras. HEX triplet: 3D, 12 and 37. RGB value is (61,18,55). Sum of RGB (Red+Green+Blue) = 61+18+55=134 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.52% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1237 is #C2EDC8. Grayscale: #222222. Windows color (decimal): -12774857 or 3609149. OLE color: 3609149.
HSL color Cylindrical-coordinate representation of color #3D1237: hue angle of 308.37º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D1237 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 18 | 55 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.76 |
| HSL | 308.37º | 0.54% | 0.15% | - |
| HSV(B) | 308.37º | 0.7% | 0.24% | - |
| XYZ | 2.83 | 1.7 | 3.79 | - |
| YUV | 35.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 55 | 0 | 0.70 | 0.10 | 0.76 | 308.37 | 0.54 | 0.15 |
| Hex | 3D | 12 | 37 | 0 | 46 | A | 4C | 134 | 36 | F |
| Octal | 75 | 22 | 67 | 0 | 106 | 12 | 114 | 464 | 66 | 17 |
| Binary | 111101 | 10010 | 110111 | 0 | 1000110 | 1010 | 1001100 | 100110100 | 110110 | 1111 |
Color Harmonies of #3D1237
Complementary color
Monochromatic Colors of #3D1237
Black with #3D1237
Text Example
Text Example
White with #3D1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1237; }
p { color: rgb(61,18,55); }
H1.HeaderClassName
{
color: #3D1237;
}
.AnyTagClassName
{
color: #3D1237;
}
</style>
background-color css
<style>
a { background-color: #3D1237; }
a { background-color: rgb(61,18,55); }
div.DivClassName
{
background-color: #3D1237;
}
.BgClassName
{
background-color: #3D1237;
}
</style>
border-color css
<style>
span { border-color: #3D1237; }
span { border-color: rgb(61,18,55); }
td.TdClassName
{
border-color: #3D1237;
}
.TagClassName
{
border-color: #3D1237;
}
</style>