Shades of Mardi Gras #3F1237
Tints of Mardi Gras #3F1237
RGB
CMYK
RGB Variations
Color information
#3F1237 (or 0x3F1237) is known color: Mardi Gras. HEX triplet: 3F, 12 and 37. RGB value is (63,18,55). Sum of RGB (Red+Green+Blue) = 63+18+55=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1237 is #C0EDC8. Grayscale: #232323. Windows color (decimal): -12643785 or 3609151. OLE color: 3609151.
HSL color Cylindrical-coordinate representation of color #3F1237: hue angle of 310.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F1237 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 18 | 55 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.75 |
| HSL | 310.67º | 0.56% | 0.16% | - |
| HSV(B) | 310.67º | 0.71% | 0.25% | - |
| XYZ | 2.96 | 1.77 | 3.8 | - |
| YUV | 35.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 55 | 0 | 0.71 | 0.13 | 0.75 | 310.67 | 0.56 | 0.16 |
| Hex | 3F | 12 | 37 | 0 | 47 | D | 4B | 137 | 38 | 10 |
| Octal | 77 | 22 | 67 | 0 | 107 | 15 | 113 | 467 | 70 | 20 |
| Binary | 111111 | 10010 | 110111 | 0 | 1000111 | 1101 | 1001011 | 100110111 | 111000 | 10000 |
Color Harmonies of #3F1237
Complementary color
Monochromatic Colors of #3F1237
Black with #3F1237
Text Example
Text Example
White with #3F1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1237; }
p { color: rgb(63,18,55); }
H1.HeaderClassName
{
color: #3F1237;
}
.AnyTagClassName
{
color: #3F1237;
}
</style>
background-color css
<style>
a { background-color: #3F1237; }
a { background-color: rgb(63,18,55); }
div.DivClassName
{
background-color: #3F1237;
}
.BgClassName
{
background-color: #3F1237;
}
</style>
border-color css
<style>
span { border-color: #3F1237; }
span { border-color: rgb(63,18,55); }
td.TdClassName
{
border-color: #3F1237;
}
.TagClassName
{
border-color: #3F1237;
}
</style>