Shades of Mardi Gras #3F013D
Tints of Mardi Gras #3F013D
RGB
CMYK
RGB Variations
Color information
#3F013D (or 0x3F013D) is known color: Mardi Gras. HEX triplet: 3F, 01 and 3D. RGB value is (63,1,61). Sum of RGB (Red+Green+Blue) = 63+1+61=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F013D is #C0FEC2. Grayscale: #1A1A1A. Windows color (decimal): -12648131 or 3998015. OLE color: 3998015.
HSL color Cylindrical-coordinate representation of color #3F013D: hue angle of 301.94º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F013D is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 1 | 61 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.75 |
| HSL | 301.94º | 0.97% | 0.13% | - |
| HSV(B) | 301.94º | 0.98% | 0.25% | - |
| XYZ | 2.9 | 1.42 | 4.54 | - |
| YUV | 26.38 | 147.54 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 61 | 0 | 0.98 | 0.03 | 0.75 | 301.94 | 0.97 | 0.13 |
| Hex | 3F | 1 | 3D | 0 | 62 | 3 | 4B | 12E | 61 | D |
| Octal | 77 | 1 | 75 | 0 | 142 | 3 | 113 | 456 | 141 | 15 |
| Binary | 111111 | 1 | 111101 | 0 | 1100010 | 11 | 1001011 | 100101110 | 1100001 | 1101 |
Color Harmonies of #3F013D
Complementary color
Monochromatic Colors of #3F013D
Black with #3F013D
Text Example
Text Example
White with #3F013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F013D; }
p { color: rgb(63,1,61); }
H1.HeaderClassName
{
color: #3F013D;
}
.AnyTagClassName
{
color: #3F013D;
}
</style>
background-color css
<style>
a { background-color: #3F013D; }
a { background-color: rgb(63,1,61); }
div.DivClassName
{
background-color: #3F013D;
}
.BgClassName
{
background-color: #3F013D;
}
</style>
border-color css
<style>
span { border-color: #3F013D; }
span { border-color: rgb(63,1,61); }
td.TdClassName
{
border-color: #3F013D;
}
.TagClassName
{
border-color: #3F013D;
}
</style>