Shades of Mardi Gras #3D1235
Tints of Mardi Gras #3D1235
RGB
CMYK
RGB Variations
Color information
#3D1235 (or 0x3D1235) is known color: Mardi Gras. HEX triplet: 3D, 12 and 35. RGB value is (61,18,53). Sum of RGB (Red+Green+Blue) = 61+18+53=132 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.21% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1235 is #C2EDCA. Grayscale: #222222. Windows color (decimal): -12774859 or 3478077. OLE color: 3478077.
HSL color Cylindrical-coordinate representation of color #3D1235: hue angle of 311.16º 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 #3D1235 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 18 | 53 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.76 |
| HSL | 311.16º | 0.54% | 0.15% | - |
| HSV(B) | 311.16º | 0.7% | 0.24% | - |
| XYZ | 2.78 | 1.68 | 3.55 | - |
| YUV | 34.85 | 138.25 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 53 | 0 | 0.70 | 0.13 | 0.76 | 311.16 | 0.54 | 0.15 |
| Hex | 3D | 12 | 35 | 0 | 46 | D | 4C | 137 | 36 | F |
| Octal | 75 | 22 | 65 | 0 | 106 | 15 | 114 | 467 | 66 | 17 |
| Binary | 111101 | 10010 | 110101 | 0 | 1000110 | 1101 | 1001100 | 100110111 | 110110 | 1111 |
Color Harmonies of #3D1235
Complementary color
Monochromatic Colors of #3D1235
Black with #3D1235
Text Example
Text Example
White with #3D1235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1235; }
p { color: rgb(61,18,53); }
H1.HeaderClassName
{
color: #3D1235;
}
.AnyTagClassName
{
color: #3D1235;
}
</style>
background-color css
<style>
a { background-color: #3D1235; }
a { background-color: rgb(61,18,53); }
div.DivClassName
{
background-color: #3D1235;
}
.BgClassName
{
background-color: #3D1235;
}
</style>
border-color css
<style>
span { border-color: #3D1235; }
span { border-color: rgb(61,18,53); }
td.TdClassName
{
border-color: #3D1235;
}
.TagClassName
{
border-color: #3D1235;
}
</style>