Shades of Mardi Gras #3F173E
Tints of Mardi Gras #3F173E
RGB
CMYK
RGB Variations
Color information
#3F173E (or 0x3F173E) is known color: Mardi Gras. HEX triplet: 3F, 17 and 3E. RGB value is (63,23,62). Sum of RGB (Red+Green+Blue) = 63+23+62=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 63 - color contains mainly: red. Hex color #3F173E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F173E is #C0E8C1. Grayscale: #272727. Windows color (decimal): -12642498 or 4069183. OLE color: 4069183.
HSL color Cylindrical-coordinate representation of color #3F173E: hue angle of 301.5º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F173E is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 23 | 62 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.75 |
| HSL | 301.5º | 0.47% | 0.17% | - |
| HSV(B) | 301.5º | 0.63% | 0.25% | - |
| XYZ | 3.23 | 2.02 | 4.78 | - |
| YUV | 39.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 62 | 0 | 0.63 | 0.02 | 0.75 | 301.5 | 0.47 | 0.17 |
| Hex | 3F | 17 | 3E | 0 | 3F | 2 | 4B | 12E | 2F | 11 |
| Octal | 77 | 27 | 76 | 0 | 77 | 2 | 113 | 456 | 57 | 21 |
| Binary | 111111 | 10111 | 111110 | 0 | 111111 | 10 | 1001011 | 100101110 | 101111 | 10001 |
Color Harmonies of #3F173E
Complementary color
Monochromatic Colors of #3F173E
Black with #3F173E
Text Example
Text Example
White with #3F173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F173E; }
p { color: rgb(63,23,62); }
H1.HeaderClassName
{
color: #3F173E;
}
.AnyTagClassName
{
color: #3F173E;
}
</style>
background-color css
<style>
a { background-color: #3F173E; }
a { background-color: rgb(63,23,62); }
div.DivClassName
{
background-color: #3F173E;
}
.BgClassName
{
background-color: #3F173E;
}
</style>
border-color css
<style>
span { border-color: #3F173E; }
span { border-color: rgb(63,23,62); }
td.TdClassName
{
border-color: #3F173E;
}
.TagClassName
{
border-color: #3F173E;
}
</style>