Shades of Mardi Gras #3D053C
Tints of Mardi Gras #3D053C
RGB
CMYK
RGB Variations
Color information
#3D053C (or 0x3D053C) is known color: Mardi Gras. HEX triplet: 3D, 05 and 3C. RGB value is (61,5,60). Sum of RGB (Red+Green+Blue) = 61+5+60=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 60 (23.83% from 255 or 47.62% from 126); Max value from RGB is 61 - color contains mainly: red. Hex color #3D053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D053C is #C2FAC3. Grayscale: #1B1B1B. Windows color (decimal): -12778180 or 3933501. OLE color: 3933501.
HSL color Cylindrical-coordinate representation of color #3D053C: hue angle of 301.07º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D053C is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 5 | 60 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.76 |
| HSL | 301.07º | 0.85% | 0.13% | - |
| HSV(B) | 301.07º | 0.92% | 0.24% | - |
| XYZ | 2.79 | 1.43 | 4.4 | - |
| YUV | 28.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 5 | 60 | 0 | 0.92 | 0.02 | 0.76 | 301.07 | 0.85 | 0.13 |
| Hex | 3D | 5 | 3C | 0 | 5C | 2 | 4C | 12D | 55 | D |
| Octal | 75 | 5 | 74 | 0 | 134 | 2 | 114 | 455 | 125 | 15 |
| Binary | 111101 | 101 | 111100 | 0 | 1011100 | 10 | 1001100 | 100101101 | 1010101 | 1101 |
Color Harmonies of #3D053C
Complementary color
Monochromatic Colors of #3D053C
Black with #3D053C
Text Example
Text Example
White with #3D053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D053C; }
p { color: rgb(61,5,60); }
H1.HeaderClassName
{
color: #3D053C;
}
.AnyTagClassName
{
color: #3D053C;
}
</style>
background-color css
<style>
a { background-color: #3D053C; }
a { background-color: rgb(61,5,60); }
div.DivClassName
{
background-color: #3D053C;
}
.BgClassName
{
background-color: #3D053C;
}
</style>
border-color css
<style>
span { border-color: #3D053C; }
span { border-color: rgb(61,5,60); }
td.TdClassName
{
border-color: #3D053C;
}
.TagClassName
{
border-color: #3D053C;
}
</style>