Shades of Mardi Gras #3F1638
Tints of Mardi Gras #3F1638
RGB
CMYK
RGB Variations
Color information
#3F1638 (or 0x3F1638) is known color: Mardi Gras. HEX triplet: 3F, 16 and 38. RGB value is (63,22,56). Sum of RGB (Red+Green+Blue) = 63+22+56=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1638 is #C0E9C7. Grayscale: #262626. Windows color (decimal): -12642760 or 3675711. OLE color: 3675711.
HSL color Cylindrical-coordinate representation of color #3F1638: hue angle of 310.24º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F1638 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 22 | 56 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.75 |
| HSL | 310.24º | 0.48% | 0.17% | - |
| HSV(B) | 310.24º | 0.65% | 0.25% | - |
| XYZ | 3.05 | 1.92 | 3.95 | - |
| YUV | 38.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 56 | 0 | 0.65 | 0.11 | 0.75 | 310.24 | 0.48 | 0.17 |
| Hex | 3F | 16 | 38 | 0 | 41 | B | 4B | 136 | 30 | 11 |
| Octal | 77 | 26 | 70 | 0 | 101 | 13 | 113 | 466 | 60 | 21 |
| Binary | 111111 | 10110 | 111000 | 0 | 1000001 | 1011 | 1001011 | 100110110 | 110000 | 10001 |
Color Harmonies of #3F1638
Complementary color
Monochromatic Colors of #3F1638
Black with #3F1638
Text Example
Text Example
White with #3F1638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1638; }
p { color: rgb(63,22,56); }
H1.HeaderClassName
{
color: #3F1638;
}
.AnyTagClassName
{
color: #3F1638;
}
</style>
background-color css
<style>
a { background-color: #3F1638; }
a { background-color: rgb(63,22,56); }
div.DivClassName
{
background-color: #3F1638;
}
.BgClassName
{
background-color: #3F1638;
}
</style>
border-color css
<style>
span { border-color: #3F1638; }
span { border-color: rgb(63,22,56); }
td.TdClassName
{
border-color: #3F1638;
}
.TagClassName
{
border-color: #3F1638;
}
</style>