Shades of Mardi Gras #3F043E
Tints of Mardi Gras #3F043E
RGB
CMYK
RGB Variations
Color information
#3F043E (or 0x3F043E) is known color: Mardi Gras. HEX triplet: 3F, 04 and 3E. RGB value is (63,4,62). Sum of RGB (Red+Green+Blue) = 63+4+62=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 62 (24.61% from 255 or 48.06% from 129); Max value from RGB is 63 - color contains mainly: red. Hex color #3F043E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F043E is #C0FBC1. Grayscale: #1C1C1C. Windows color (decimal): -12647362 or 4064319. OLE color: 4064319.
HSL color Cylindrical-coordinate representation of color #3F043E: hue angle of 301.02º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F043E is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 4 | 62 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.75 |
| HSL | 301.02º | 0.88% | 0.13% | - |
| HSV(B) | 301.02º | 0.94% | 0.25% | - |
| XYZ | 2.96 | 1.49 | 4.69 | - |
| YUV | 28.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 62 | 0 | 0.94 | 0.02 | 0.75 | 301.02 | 0.88 | 0.13 |
| Hex | 3F | 4 | 3E | 0 | 5E | 2 | 4B | 12D | 58 | D |
| Octal | 77 | 4 | 76 | 0 | 136 | 2 | 113 | 455 | 130 | 15 |
| Binary | 111111 | 100 | 111110 | 0 | 1011110 | 10 | 1001011 | 100101101 | 1011000 | 1101 |
Color Harmonies of #3F043E
Complementary color
Monochromatic Colors of #3F043E
Black with #3F043E
Text Example
Text Example
White with #3F043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F043E; }
p { color: rgb(63,4,62); }
H1.HeaderClassName
{
color: #3F043E;
}
.AnyTagClassName
{
color: #3F043E;
}
</style>
background-color css
<style>
a { background-color: #3F043E; }
a { background-color: rgb(63,4,62); }
div.DivClassName
{
background-color: #3F043E;
}
.BgClassName
{
background-color: #3F043E;
}
</style>
border-color css
<style>
span { border-color: #3F043E; }
span { border-color: rgb(63,4,62); }
td.TdClassName
{
border-color: #3F043E;
}
.TagClassName
{
border-color: #3F043E;
}
</style>