Shades of Mardi Gras #3F053D
Tints of Mardi Gras #3F053D
RGB
CMYK
RGB Variations
Color information
#3F053D (or 0x3F053D) is known color: Mardi Gras. HEX triplet: 3F, 05 and 3D. RGB value is (63,5,61). Sum of RGB (Red+Green+Blue) = 63+5+61=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 63 - color contains mainly: red. Hex color #3F053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F053D is #C0FAC2. Grayscale: #1C1C1C. Windows color (decimal): -12647107 or 3999039. OLE color: 3999039.
HSL color Cylindrical-coordinate representation of color #3F053D: hue angle of 302.07º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F053D is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 5 | 61 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.75 |
| HSL | 302.07º | 0.85% | 0.13% | - |
| HSV(B) | 302.07º | 0.92% | 0.25% | - |
| XYZ | 2.95 | 1.5 | 4.55 | - |
| YUV | 28.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 61 | 0 | 0.92 | 0.03 | 0.75 | 302.07 | 0.85 | 0.13 |
| Hex | 3F | 5 | 3D | 0 | 5C | 3 | 4B | 12E | 55 | D |
| Octal | 77 | 5 | 75 | 0 | 134 | 3 | 113 | 456 | 125 | 15 |
| Binary | 111111 | 101 | 111101 | 0 | 1011100 | 11 | 1001011 | 100101110 | 1010101 | 1101 |
Color Harmonies of #3F053D
Complementary color
Monochromatic Colors of #3F053D
Black with #3F053D
Text Example
Text Example
White with #3F053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F053D; }
p { color: rgb(63,5,61); }
H1.HeaderClassName
{
color: #3F053D;
}
.AnyTagClassName
{
color: #3F053D;
}
</style>
background-color css
<style>
a { background-color: #3F053D; }
a { background-color: rgb(63,5,61); }
div.DivClassName
{
background-color: #3F053D;
}
.BgClassName
{
background-color: #3F053D;
}
</style>
border-color css
<style>
span { border-color: #3F053D; }
span { border-color: rgb(63,5,61); }
td.TdClassName
{
border-color: #3F053D;
}
.TagClassName
{
border-color: #3F053D;
}
</style>