Shades of Mardi Gras #3D053B
Tints of Mardi Gras #3D053B
RGB
CMYK
RGB Variations
Color information
#3D053B (or 0x3D053B) is known color: Mardi Gras. HEX triplet: 3D, 05 and 3B. RGB value is (61,5,59). Sum of RGB (Red+Green+Blue) = 61+5+59=125 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.8% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 59 (23.44% from 255 or 47.2% from 125); Max value from RGB is 61 - color contains mainly: red. Hex color #3D053B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D053B is #C2FAC4. Grayscale: #1B1B1B. Windows color (decimal): -12778181 or 3867965. OLE color: 3867965.
HSL color Cylindrical-coordinate representation of color #3D053B: hue angle of 302.14º 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 #3D053B is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 5 | 59 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.76 |
| HSL | 302.14º | 0.85% | 0.13% | - |
| HSV(B) | 302.14º | 0.92% | 0.24% | - |
| XYZ | 2.77 | 1.42 | 4.27 | - |
| YUV | 27.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 5 | 59 | 0 | 0.92 | 0.03 | 0.76 | 302.14 | 0.85 | 0.13 |
| Hex | 3D | 5 | 3B | 0 | 5C | 3 | 4C | 12E | 55 | D |
| Octal | 75 | 5 | 73 | 0 | 134 | 3 | 114 | 456 | 125 | 15 |
| Binary | 111101 | 101 | 111011 | 0 | 1011100 | 11 | 1001100 | 100101110 | 1010101 | 1101 |
Color Harmonies of #3D053B
Complementary color
Monochromatic Colors of #3D053B
Black with #3D053B
Text Example
Text Example
White with #3D053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D053B; }
p { color: rgb(61,5,59); }
H1.HeaderClassName
{
color: #3D053B;
}
.AnyTagClassName
{
color: #3D053B;
}
</style>
background-color css
<style>
a { background-color: #3D053B; }
a { background-color: rgb(61,5,59); }
div.DivClassName
{
background-color: #3D053B;
}
.BgClassName
{
background-color: #3D053B;
}
</style>
border-color css
<style>
span { border-color: #3D053B; }
span { border-color: rgb(61,5,59); }
td.TdClassName
{
border-color: #3D053B;
}
.TagClassName
{
border-color: #3D053B;
}
</style>