Shades of Mardi Gras #3D1837
Tints of Mardi Gras #3D1837
RGB
CMYK
RGB Variations
Color information
#3D1837 (or 0x3D1837) is known color: Mardi Gras. HEX triplet: 3D, 18 and 37. RGB value is (61,24,55). Sum of RGB (Red+Green+Blue) = 61+24+55=140 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.57% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1837 is #C2E7C8. Grayscale: #262626. Windows color (decimal): -12773321 or 3610685. OLE color: 3610685.
HSL color Cylindrical-coordinate representation of color #3D1837: hue angle of 309.73º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D1837 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 24 | 55 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.76 |
| HSL | 309.73º | 0.44% | 0.17% | - |
| HSV(B) | 309.73º | 0.61% | 0.24% | - |
| XYZ | 2.94 | 1.92 | 3.83 | - |
| YUV | 38.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 55 | 0 | 0.61 | 0.10 | 0.76 | 309.73 | 0.44 | 0.17 |
| Hex | 3D | 18 | 37 | 0 | 3D | A | 4C | 136 | 2C | 11 |
| Octal | 75 | 30 | 67 | 0 | 75 | 12 | 114 | 466 | 54 | 21 |
| Binary | 111101 | 11000 | 110111 | 0 | 111101 | 1010 | 1001100 | 100110110 | 101100 | 10001 |
Color Harmonies of #3D1837
Complementary color
Monochromatic Colors of #3D1837
Black with #3D1837
Text Example
Text Example
White with #3D1837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1837; }
p { color: rgb(61,24,55); }
H1.HeaderClassName
{
color: #3D1837;
}
.AnyTagClassName
{
color: #3D1837;
}
</style>
background-color css
<style>
a { background-color: #3D1837; }
a { background-color: rgb(61,24,55); }
div.DivClassName
{
background-color: #3D1837;
}
.BgClassName
{
background-color: #3D1837;
}
</style>
border-color css
<style>
span { border-color: #3D1837; }
span { border-color: rgb(61,24,55); }
td.TdClassName
{
border-color: #3D1837;
}
.TagClassName
{
border-color: #3D1837;
}
</style>