Shades of Mardi Gras #3F0E45
Tints of Mardi Gras #3F0E45
RGB
CMYK
RGB Variations
Color information
#3F0E45 (or 0x3F0E45) is known color: Mardi Gras. HEX triplet: 3F, 0E and 45. RGB value is (63,14,69). Sum of RGB (Red+Green+Blue) = 63+14+69=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 69 - color contains mainly: blue. Hex color #3F0E45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0E45 is #C0F1BA. Grayscale: #222222. Windows color (decimal): -12644795 or 4525631. OLE color: 4525631.
HSL color Cylindrical-coordinate representation of color #3F0E45: hue angle of 293.45º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F0E45 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 14 | 69 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.73 |
| HSL | 293.45º | 0.66% | 0.16% | - |
| HSV(B) | 293.45º | 0.8% | 0.27% | - |
| XYZ | 3.28 | 1.8 | 5.8 | - |
| YUV | 34.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 14 | 69 | 0.09 | 0.80 | 0 | 0.73 | 293.45 | 0.66 | 0.16 |
| Hex | 3F | E | 45 | 9 | 50 | 0 | 49 | 125 | 42 | 10 |
| Octal | 77 | 16 | 105 | 11 | 120 | 0 | 111 | 445 | 102 | 20 |
| Binary | 111111 | 1110 | 1000101 | 1001 | 1010000 | 0 | 1001001 | 100100101 | 1000010 | 10000 |
Color Harmonies of #3F0E45
Complementary color
Monochromatic Colors of #3F0E45
Black with #3F0E45
Text Example
Text Example
White with #3F0E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0E45; }
p { color: rgb(63,14,69); }
H1.HeaderClassName
{
color: #3F0E45;
}
.AnyTagClassName
{
color: #3F0E45;
}
</style>
background-color css
<style>
a { background-color: #3F0E45; }
a { background-color: rgb(63,14,69); }
div.DivClassName
{
background-color: #3F0E45;
}
.BgClassName
{
background-color: #3F0E45;
}
</style>
border-color css
<style>
span { border-color: #3F0E45; }
span { border-color: rgb(63,14,69); }
td.TdClassName
{
border-color: #3F0E45;
}
.TagClassName
{
border-color: #3F0E45;
}
</style>