Shades of Mardi Gras #3F153F
Tints of Mardi Gras #3F153F
RGB
CMYK
RGB Variations
Color information
#3F153F (or 0x3F153F) is known color: Mardi Gras. HEX triplet: 3F, 15 and 3F. RGB value is (63,21,63). Sum of RGB (Red+Green+Blue) = 63+21+63=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 63 - color contains mainly: red, blue. Hex color #3F153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F153F is #C0EAC0. Grayscale: #262626. Windows color (decimal): -12643009 or 4134207. OLE color: 4134207.
HSL color Cylindrical-coordinate representation of color #3F153F: hue angle of 300º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F153F is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 21 | 63 | - |
| CMYK | 0 | 0.67 | 0 | 0.75 |
| HSL | 300º | 0.5% | 0.16% | - |
| HSV(B) | 300º | 0.67% | 0.25% | - |
| XYZ | 3.22 | 1.95 | 4.91 | - |
| YUV | 38.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 63 | 0 | 0.67 | 0 | 0.75 | 300 | 0.5 | 0.16 |
| Hex | 3F | 15 | 3F | 0 | 43 | 0 | 4B | 12C | 32 | 10 |
| Octal | 77 | 25 | 77 | 0 | 103 | 0 | 113 | 454 | 62 | 20 |
| Binary | 111111 | 10101 | 111111 | 0 | 1000011 | 0 | 1001011 | 100101100 | 110010 | 10000 |
Color Harmonies of #3F153F
Complementary color
Monochromatic Colors of #3F153F
Black with #3F153F
Text Example
Text Example
White with #3F153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F153F; }
p { color: rgb(63,21,63); }
H1.HeaderClassName
{
color: #3F153F;
}
.AnyTagClassName
{
color: #3F153F;
}
</style>
background-color css
<style>
a { background-color: #3F153F; }
a { background-color: rgb(63,21,63); }
div.DivClassName
{
background-color: #3F153F;
}
.BgClassName
{
background-color: #3F153F;
}
</style>
border-color css
<style>
span { border-color: #3F153F; }
span { border-color: rgb(63,21,63); }
td.TdClassName
{
border-color: #3F153F;
}
.TagClassName
{
border-color: #3F153F;
}
</style>