Shades of Mardi Gras #3F0A40
Tints of Mardi Gras #3F0A40
RGB
CMYK
RGB Variations
Color information
#3F0A40 (or 0x3F0A40) is known color: Mardi Gras. HEX triplet: 3F, 0A and 40. RGB value is (63,10,64). Sum of RGB (Red+Green+Blue) = 63+10+64=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #3F0A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0A40 is #C0F5BF. Grayscale: #1F1F1F. Windows color (decimal): -12645824 or 4196927. OLE color: 4196927.
HSL color Cylindrical-coordinate representation of color #3F0A40: hue angle of 298.89º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F0A40 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 10 | 64 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.75 |
| HSL | 298.89º | 0.73% | 0.15% | - |
| HSV(B) | 298.89º | 0.84% | 0.25% | - |
| XYZ | 3.08 | 1.64 | 5.01 | - |
| YUV | 32 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 64 | 0.02 | 0.84 | 0 | 0.75 | 298.89 | 0.73 | 0.15 |
| Hex | 3F | A | 40 | 2 | 54 | 0 | 4B | 12B | 49 | F |
| Octal | 77 | 12 | 100 | 2 | 124 | 0 | 113 | 453 | 111 | 17 |
| Binary | 111111 | 1010 | 1000000 | 10 | 1010100 | 0 | 1001011 | 100101011 | 1001001 | 1111 |
Color Harmonies of #3F0A40
Complementary color
Monochromatic Colors of #3F0A40
Black with #3F0A40
Text Example
Text Example
White with #3F0A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0A40; }
p { color: rgb(63,10,64); }
H1.HeaderClassName
{
color: #3F0A40;
}
.AnyTagClassName
{
color: #3F0A40;
}
</style>
background-color css
<style>
a { background-color: #3F0A40; }
a { background-color: rgb(63,10,64); }
div.DivClassName
{
background-color: #3F0A40;
}
.BgClassName
{
background-color: #3F0A40;
}
</style>
border-color css
<style>
span { border-color: #3F0A40; }
span { border-color: rgb(63,10,64); }
td.TdClassName
{
border-color: #3F0A40;
}
.TagClassName
{
border-color: #3F0A40;
}
</style>