Shades of Mardi Gras #3D1236
Tints of Mardi Gras #3D1236
RGB
CMYK
RGB Variations
Color information
#3D1236 (or 0x3D1236) is known color: Mardi Gras. HEX triplet: 3D, 12 and 36. RGB value is (61,18,54). Sum of RGB (Red+Green+Blue) = 61+18+54=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1236 is #C2EDC9. Grayscale: #222222. Windows color (decimal): -12774858 or 3543613. OLE color: 3543613.
HSL color Cylindrical-coordinate representation of color #3D1236: hue angle of 309.77º 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 #3D1236 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 18 | 54 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.76 |
| HSL | 309.77º | 0.54% | 0.15% | - |
| HSV(B) | 309.77º | 0.7% | 0.24% | - |
| XYZ | 2.81 | 1.69 | 3.67 | - |
| YUV | 34.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 54 | 0 | 0.70 | 0.11 | 0.76 | 309.77 | 0.54 | 0.15 |
| Hex | 3D | 12 | 36 | 0 | 46 | B | 4C | 136 | 36 | F |
| Octal | 75 | 22 | 66 | 0 | 106 | 13 | 114 | 466 | 66 | 17 |
| Binary | 111101 | 10010 | 110110 | 0 | 1000110 | 1011 | 1001100 | 100110110 | 110110 | 1111 |
Color Harmonies of #3D1236
Complementary color
Monochromatic Colors of #3D1236
Black with #3D1236
Text Example
Text Example
White with #3D1236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1236; }
p { color: rgb(61,18,54); }
H1.HeaderClassName
{
color: #3D1236;
}
.AnyTagClassName
{
color: #3D1236;
}
</style>
background-color css
<style>
a { background-color: #3D1236; }
a { background-color: rgb(61,18,54); }
div.DivClassName
{
background-color: #3D1236;
}
.BgClassName
{
background-color: #3D1236;
}
</style>
border-color css
<style>
span { border-color: #3D1236; }
span { border-color: rgb(61,18,54); }
td.TdClassName
{
border-color: #3D1236;
}
.TagClassName
{
border-color: #3D1236;
}
</style>