Shades of Mardi Gras #3F213C
Tints of Mardi Gras #3F213C
RGB
CMYK
RGB Variations
Color information
#3F213C (or 0x3F213C) is known color: Mardi Gras. HEX triplet: 3F, 21 and 3C. RGB value is (63,33,60). Sum of RGB (Red+Green+Blue) = 63+33+60=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 63 - color contains mainly: red. Hex color #3F213C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F213C is #C0DEC3. Grayscale: #2C2C2C. Windows color (decimal): -12639940 or 3940671. OLE color: 3940671.
HSL color Cylindrical-coordinate representation of color #3F213C: hue angle of 306º 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 #3F213C is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 33 | 60 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.75 |
| HSL | 306º | 0.31% | 0.19% | - |
| HSV(B) | 306º | 0.48% | 0.25% | - |
| XYZ | 3.41 | 2.47 | 4.57 | - |
| YUV | 45.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 60 | 0 | 0.48 | 0.05 | 0.75 | 306 | 0.31 | 0.19 |
| Hex | 3F | 21 | 3C | 0 | 30 | 5 | 4B | 132 | 1F | 13 |
| Octal | 77 | 41 | 74 | 0 | 60 | 5 | 113 | 462 | 37 | 23 |
| Binary | 111111 | 100001 | 111100 | 0 | 110000 | 101 | 1001011 | 100110010 | 11111 | 10011 |
Color Harmonies of #3F213C
Complementary color
Monochromatic Colors of #3F213C
Black with #3F213C
Text Example
Text Example
White with #3F213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F213C; }
p { color: rgb(63,33,60); }
H1.HeaderClassName
{
color: #3F213C;
}
.AnyTagClassName
{
color: #3F213C;
}
</style>
background-color css
<style>
a { background-color: #3F213C; }
a { background-color: rgb(63,33,60); }
div.DivClassName
{
background-color: #3F213C;
}
.BgClassName
{
background-color: #3F213C;
}
</style>
border-color css
<style>
span { border-color: #3F213C; }
span { border-color: rgb(63,33,60); }
td.TdClassName
{
border-color: #3F213C;
}
.TagClassName
{
border-color: #3F213C;
}
</style>