Shades of Mardi Gras #3D1337
Tints of Mardi Gras #3D1337
RGB
CMYK
RGB Variations
Color information
#3D1337 (or 0x3D1337) is known color: Mardi Gras. HEX triplet: 3D, 13 and 37. RGB value is (61,19,55). Sum of RGB (Red+Green+Blue) = 61+19+55=135 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.19% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1337 is #C2ECC8. Grayscale: #232323. Windows color (decimal): -12774601 or 3609405. OLE color: 3609405.
HSL color Cylindrical-coordinate representation of color #3D1337: hue angle of 308.57º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D1337 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 19 | 55 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.76 |
| HSL | 308.57º | 0.53% | 0.16% | - |
| HSV(B) | 308.57º | 0.69% | 0.24% | - |
| XYZ | 2.85 | 1.73 | 3.8 | - |
| YUV | 35.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 55 | 0 | 0.69 | 0.10 | 0.76 | 308.57 | 0.53 | 0.16 |
| Hex | 3D | 13 | 37 | 0 | 45 | A | 4C | 135 | 34 | 10 |
| Octal | 75 | 23 | 67 | 0 | 105 | 12 | 114 | 465 | 64 | 20 |
| Binary | 111101 | 10011 | 110111 | 0 | 1000101 | 1010 | 1001100 | 100110101 | 110100 | 10000 |
Color Harmonies of #3D1337
Complementary color
Monochromatic Colors of #3D1337
Black with #3D1337
Text Example
Text Example
White with #3D1337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1337; }
p { color: rgb(61,19,55); }
H1.HeaderClassName
{
color: #3D1337;
}
.AnyTagClassName
{
color: #3D1337;
}
</style>
background-color css
<style>
a { background-color: #3D1337; }
a { background-color: rgb(61,19,55); }
div.DivClassName
{
background-color: #3D1337;
}
.BgClassName
{
background-color: #3D1337;
}
</style>
border-color css
<style>
span { border-color: #3D1337; }
span { border-color: rgb(61,19,55); }
td.TdClassName
{
border-color: #3D1337;
}
.TagClassName
{
border-color: #3D1337;
}
</style>