Shades of Mardi Gras #3F013E
Tints of Mardi Gras #3F013E
RGB
CMYK
RGB Variations
Color information
#3F013E (or 0x3F013E) is known color: Mardi Gras. HEX triplet: 3F, 01 and 3E. RGB value is (63,1,62). Sum of RGB (Red+Green+Blue) = 63+1+62=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F013E is #C0FEC1. Grayscale: #1A1A1A. Windows color (decimal): -12648130 or 4063551. OLE color: 4063551.
HSL color Cylindrical-coordinate representation of color #3F013E: hue angle of 300.97º 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 #3F013E is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 1 | 62 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.75 |
| HSL | 300.97º | 0.97% | 0.13% | - |
| HSV(B) | 300.97º | 0.98% | 0.25% | - |
| XYZ | 2.93 | 1.43 | 4.68 | - |
| YUV | 26.49 | 148.04 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 62 | 0 | 0.98 | 0.02 | 0.75 | 300.97 | 0.97 | 0.13 |
| Hex | 3F | 1 | 3E | 0 | 62 | 2 | 4B | 12D | 61 | D |
| Octal | 77 | 1 | 76 | 0 | 142 | 2 | 113 | 455 | 141 | 15 |
| Binary | 111111 | 1 | 111110 | 0 | 1100010 | 10 | 1001011 | 100101101 | 1100001 | 1101 |
Color Harmonies of #3F013E
Complementary color
Monochromatic Colors of #3F013E
Black with #3F013E
Text Example
Text Example
White with #3F013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F013E; }
p { color: rgb(63,1,62); }
H1.HeaderClassName
{
color: #3F013E;
}
.AnyTagClassName
{
color: #3F013E;
}
</style>
background-color css
<style>
a { background-color: #3F013E; }
a { background-color: rgb(63,1,62); }
div.DivClassName
{
background-color: #3F013E;
}
.BgClassName
{
background-color: #3F013E;
}
</style>
border-color css
<style>
span { border-color: #3F013E; }
span { border-color: rgb(63,1,62); }
td.TdClassName
{
border-color: #3F013E;
}
.TagClassName
{
border-color: #3F013E;
}
</style>