Shades of Mardi Gras #3F1240
Tints of Mardi Gras #3F1240
RGB
CMYK
RGB Variations
Color information
#3F1240 (or 0x3F1240) is known color: Mardi Gras. HEX triplet: 3F, 12 and 40. RGB value is (63,18,64). Sum of RGB (Red+Green+Blue) = 63+18+64=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #3F1240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1240 is #C0EDBF. Grayscale: #242424. Windows color (decimal): -12643776 or 4198975. OLE color: 4198975.
HSL color Cylindrical-coordinate representation of color #3F1240: hue angle of 298.7º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F1240 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 18 | 64 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.75 |
| HSL | 298.7º | 0.56% | 0.16% | - |
| HSV(B) | 298.7º | 0.72% | 0.25% | - |
| XYZ | 3.19 | 1.86 | 5.04 | - |
| YUV | 36.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 64 | 0.02 | 0.72 | 0 | 0.75 | 298.7 | 0.56 | 0.16 |
| Hex | 3F | 12 | 40 | 2 | 48 | 0 | 4B | 12B | 38 | 10 |
| Octal | 77 | 22 | 100 | 2 | 110 | 0 | 113 | 453 | 70 | 20 |
| Binary | 111111 | 10010 | 1000000 | 10 | 1001000 | 0 | 1001011 | 100101011 | 111000 | 10000 |
Color Harmonies of #3F1240
Complementary color
Monochromatic Colors of #3F1240
Black with #3F1240
Text Example
Text Example
White with #3F1240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1240; }
p { color: rgb(63,18,64); }
H1.HeaderClassName
{
color: #3F1240;
}
.AnyTagClassName
{
color: #3F1240;
}
</style>
background-color css
<style>
a { background-color: #3F1240; }
a { background-color: rgb(63,18,64); }
div.DivClassName
{
background-color: #3F1240;
}
.BgClassName
{
background-color: #3F1240;
}
</style>
border-color css
<style>
span { border-color: #3F1240; }
span { border-color: rgb(63,18,64); }
td.TdClassName
{
border-color: #3F1240;
}
.TagClassName
{
border-color: #3F1240;
}
</style>