Shades of Mardi Gras #3F213F
Tints of Mardi Gras #3F213F
RGB
CMYK
RGB Variations
Color information
#3F213F (or 0x3F213F) is known color: Mardi Gras. HEX triplet: 3F, 21 and 3F. RGB value is (63,33,63). Sum of RGB (Red+Green+Blue) = 63+33+63=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 63 - color contains mainly: red, blue. Hex color #3F213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F213F is #C0DEC0. Grayscale: #2D2D2D. Windows color (decimal): -12639937 or 4137279. OLE color: 4137279.
HSL color Cylindrical-coordinate representation of color #3F213F: hue angle of 300º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F213F is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 33 | 63 | - |
| CMYK | 0 | 0.48 | 0 | 0.75 |
| HSL | 300º | 0.31% | 0.19% | - |
| HSV(B) | 300º | 0.48% | 0.25% | - |
| XYZ | 3.49 | 2.5 | 5 | - |
| YUV | 45.39 | 137.94 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 63 | 0 | 0.48 | 0 | 0.75 | 300 | 0.31 | 0.19 |
| Hex | 3F | 21 | 3F | 0 | 30 | 0 | 4B | 12C | 1F | 13 |
| Octal | 77 | 41 | 77 | 0 | 60 | 0 | 113 | 454 | 37 | 23 |
| Binary | 111111 | 100001 | 111111 | 0 | 110000 | 0 | 1001011 | 100101100 | 11111 | 10011 |
Color Harmonies of #3F213F
Complementary color
Monochromatic Colors of #3F213F
Black with #3F213F
Text Example
Text Example
White with #3F213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F213F; }
p { color: rgb(63,33,63); }
H1.HeaderClassName
{
color: #3F213F;
}
.AnyTagClassName
{
color: #3F213F;
}
</style>
background-color css
<style>
a { background-color: #3F213F; }
a { background-color: rgb(63,33,63); }
div.DivClassName
{
background-color: #3F213F;
}
.BgClassName
{
background-color: #3F213F;
}
</style>
border-color css
<style>
span { border-color: #3F213F; }
span { border-color: rgb(63,33,63); }
td.TdClassName
{
border-color: #3F213F;
}
.TagClassName
{
border-color: #3F213F;
}
</style>