Shades of Mardi Gras #3F0A3E
Tints of Mardi Gras #3F0A3E
RGB
CMYK
RGB Variations
Color information
#3F0A3E (or 0x3F0A3E) is known color: Mardi Gras. HEX triplet: 3F, 0A and 3E. RGB value is (63,10,62). Sum of RGB (Red+Green+Blue) = 63+10+62=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0A3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0A3E is #C0F5C1. Grayscale: #1F1F1F. Windows color (decimal): -12645826 or 4065855. OLE color: 4065855.
HSL color Cylindrical-coordinate representation of color #3F0A3E: hue angle of 301.13º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F0A3E is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 10 | 62 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.75 |
| HSL | 301.13º | 0.73% | 0.14% | - |
| HSV(B) | 301.13º | 0.84% | 0.25% | - |
| XYZ | 3.03 | 1.62 | 4.71 | - |
| YUV | 31.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 62 | 0 | 0.84 | 0.02 | 0.75 | 301.13 | 0.73 | 0.14 |
| Hex | 3F | A | 3E | 0 | 54 | 2 | 4B | 12D | 49 | E |
| Octal | 77 | 12 | 76 | 0 | 124 | 2 | 113 | 455 | 111 | 16 |
| Binary | 111111 | 1010 | 111110 | 0 | 1010100 | 10 | 1001011 | 100101101 | 1001001 | 1110 |
Color Harmonies of #3F0A3E
Complementary color
Monochromatic Colors of #3F0A3E
Black with #3F0A3E
Text Example
Text Example
White with #3F0A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0A3E; }
p { color: rgb(63,10,62); }
H1.HeaderClassName
{
color: #3F0A3E;
}
.AnyTagClassName
{
color: #3F0A3E;
}
</style>
background-color css
<style>
a { background-color: #3F0A3E; }
a { background-color: rgb(63,10,62); }
div.DivClassName
{
background-color: #3F0A3E;
}
.BgClassName
{
background-color: #3F0A3E;
}
</style>
border-color css
<style>
span { border-color: #3F0A3E; }
span { border-color: rgb(63,10,62); }
td.TdClassName
{
border-color: #3F0A3E;
}
.TagClassName
{
border-color: #3F0A3E;
}
</style>