Shades of Mardi Gras #3D1035
Tints of Mardi Gras #3D1035
RGB
CMYK
RGB Variations
Color information
#3D1035 (or 0x3D1035) is known color: Mardi Gras. HEX triplet: 3D, 10 and 35. RGB value is (61,16,53). Sum of RGB (Red+Green+Blue) = 61+16+53=130 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.92% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1035 is #C2EFCA. Grayscale: #212121. Windows color (decimal): -12775371 or 3477565. OLE color: 3477565.
HSL color Cylindrical-coordinate representation of color #3D1035: hue angle of 310.67º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D1035 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 16 | 53 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.76 |
| HSL | 310.67º | 0.58% | 0.15% | - |
| HSV(B) | 310.67º | 0.74% | 0.24% | - |
| XYZ | 2.75 | 1.62 | 3.54 | - |
| YUV | 33.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 16 | 53 | 0 | 0.74 | 0.13 | 0.76 | 310.67 | 0.58 | 0.15 |
| Hex | 3D | 10 | 35 | 0 | 4A | D | 4C | 137 | 3A | F |
| Octal | 75 | 20 | 65 | 0 | 112 | 15 | 114 | 467 | 72 | 17 |
| Binary | 111101 | 10000 | 110101 | 0 | 1001010 | 1101 | 1001100 | 100110111 | 111010 | 1111 |
Color Harmonies of #3D1035
Complementary color
Monochromatic Colors of #3D1035
Black with #3D1035
Text Example
Text Example
White with #3D1035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1035; }
p { color: rgb(61,16,53); }
H1.HeaderClassName
{
color: #3D1035;
}
.AnyTagClassName
{
color: #3D1035;
}
</style>
background-color css
<style>
a { background-color: #3D1035; }
a { background-color: rgb(61,16,53); }
div.DivClassName
{
background-color: #3D1035;
}
.BgClassName
{
background-color: #3D1035;
}
</style>
border-color css
<style>
span { border-color: #3D1035; }
span { border-color: rgb(61,16,53); }
td.TdClassName
{
border-color: #3D1035;
}
.TagClassName
{
border-color: #3D1035;
}
</style>