Shades of Mardi Gras #3F0E44
Tints of Mardi Gras #3F0E44
RGB
CMYK
RGB Variations
Color information
#3F0E44 (or 0x3F0E44) is known color: Mardi Gras. HEX triplet: 3F, 0E and 44. RGB value is (63,14,68). Sum of RGB (Red+Green+Blue) = 63+14+68=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 68 (26.95% from 255 or 46.90% from 145); Max value from RGB is 68 - color contains mainly: blue. Hex color #3F0E44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0E44 is #C0F1BB. Grayscale: #222222. Windows color (decimal): -12644796 or 4460095. OLE color: 4460095.
HSL color Cylindrical-coordinate representation of color #3F0E44: hue angle of 294.44º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F0E44 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 14 | 68 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.73 |
| HSL | 294.44º | 0.66% | 0.16% | - |
| HSV(B) | 294.44º | 0.79% | 0.27% | - |
| XYZ | 3.25 | 1.79 | 5.64 | - |
| YUV | 34.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 14 | 68 | 0.07 | 0.79 | 0 | 0.73 | 294.44 | 0.66 | 0.16 |
| Hex | 3F | E | 44 | 7 | 4F | 0 | 49 | 126 | 42 | 10 |
| Octal | 77 | 16 | 104 | 7 | 117 | 0 | 111 | 446 | 102 | 20 |
| Binary | 111111 | 1110 | 1000100 | 111 | 1001111 | 0 | 1001001 | 100100110 | 1000010 | 10000 |
Color Harmonies of #3F0E44
Complementary color
Monochromatic Colors of #3F0E44
Black with #3F0E44
Text Example
Text Example
White with #3F0E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0E44; }
p { color: rgb(63,14,68); }
H1.HeaderClassName
{
color: #3F0E44;
}
.AnyTagClassName
{
color: #3F0E44;
}
</style>
background-color css
<style>
a { background-color: #3F0E44; }
a { background-color: rgb(63,14,68); }
div.DivClassName
{
background-color: #3F0E44;
}
.BgClassName
{
background-color: #3F0E44;
}
</style>
border-color css
<style>
span { border-color: #3F0E44; }
span { border-color: rgb(63,14,68); }
td.TdClassName
{
border-color: #3F0E44;
}
.TagClassName
{
border-color: #3F0E44;
}
</style>