Shades of Mardi Gras #3F2142
Tints of Mardi Gras #3F2142
RGB
CMYK
RGB Variations
Color information
#3F2142 (or 0x3F2142) is known color: Mardi Gras. HEX triplet: 3F, 21 and 42. RGB value is (63,33,66). Sum of RGB (Red+Green+Blue) = 63+33+66=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 66 - color contains mainly: blue. Hex color #3F2142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2142 is #C0DEBD. Grayscale: #2D2D2D. Windows color (decimal): -12639934 or 4333887. OLE color: 4333887.
HSL color Cylindrical-coordinate representation of color #3F2142: hue angle of 294.55º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F2142 is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 33 | 66 | - |
| CMYK | 0.05 | 0.5 | 0 | 0.74 |
| HSL | 294.55º | 0.33% | 0.19% | - |
| HSV(B) | 294.55º | 0.5% | 0.26% | - |
| XYZ | 3.58 | 2.54 | 5.46 | - |
| YUV | 45.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 66 | 0.05 | 0.5 | 0 | 0.74 | 294.55 | 0.33 | 0.19 |
| Hex | 3F | 21 | 42 | 5 | 32 | 0 | 4A | 127 | 21 | 13 |
| Octal | 77 | 41 | 102 | 5 | 62 | 0 | 112 | 447 | 41 | 23 |
| Binary | 111111 | 100001 | 1000010 | 101 | 110010 | 0 | 1001010 | 100100111 | 100001 | 10011 |
Color Harmonies of #3F2142
Complementary color
Monochromatic Colors of #3F2142
Black with #3F2142
Text Example
Text Example
White with #3F2142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2142; }
p { color: rgb(63,33,66); }
H1.HeaderClassName
{
color: #3F2142;
}
.AnyTagClassName
{
color: #3F2142;
}
</style>
background-color css
<style>
a { background-color: #3F2142; }
a { background-color: rgb(63,33,66); }
div.DivClassName
{
background-color: #3F2142;
}
.BgClassName
{
background-color: #3F2142;
}
</style>
border-color css
<style>
span { border-color: #3F2142; }
span { border-color: rgb(63,33,66); }
td.TdClassName
{
border-color: #3F2142;
}
.TagClassName
{
border-color: #3F2142;
}
</style>