Shades of Mardi Gras #3F0037
Tints of Mardi Gras #3F0037
RGB
CMYK
RGB Variations
Color information
#3F0037 (or 0x3F0037) is known color: Mardi Gras. HEX triplet: 3F, 00 and 37. RGB value is (63,0,55). Sum of RGB (Red+Green+Blue) = 63+0+55=118 (15% of max value = 765). Red value is 63 (25% from 255 or 53.39% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 55 (21.88% from 255 or 46.61% from 118); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0037 is #C0FFC8. Grayscale: #181818. Windows color (decimal): -12648393 or 3604543. OLE color: 3604543.
HSL color Cylindrical-coordinate representation of color #3F0037: hue angle of 307.62º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0037 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 0 | 55 | - |
| CMYK | 0 | 1 | 0.13 | 0.75 |
| HSL | 307.62º | 1% | 0.12% | - |
| HSV(B) | 307.62º | 1% | 0.25% | - |
| XYZ | 2.74 | 1.33 | 3.73 | - |
| YUV | 25.11 | 144.87 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 55 | 0 | 1 | 0.13 | 0.75 | 307.62 | 1 | 0.12 |
| Hex | 3F | 0 | 37 | 0 | 64 | D | 4B | 134 | 64 | C |
| Octal | 77 | 0 | 67 | 0 | 144 | 15 | 113 | 464 | 144 | 14 |
| Binary | 111111 | 0 | 110111 | 0 | 1100100 | 1101 | 1001011 | 100110100 | 1100100 | 1100 |
Color Harmonies of #3F0037
Complementary color
Monochromatic Colors of #3F0037
Black with #3F0037
Text Example
Text Example
White with #3F0037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0037; }
p { color: rgb(63,0,55); }
H1.HeaderClassName
{
color: #3F0037;
}
.AnyTagClassName
{
color: #3F0037;
}
</style>
background-color css
<style>
a { background-color: #3F0037; }
a { background-color: rgb(63,0,55); }
div.DivClassName
{
background-color: #3F0037;
}
.BgClassName
{
background-color: #3F0037;
}
</style>
border-color css
<style>
span { border-color: #3F0037; }
span { border-color: rgb(63,0,55); }
td.TdClassName
{
border-color: #3F0037;
}
.TagClassName
{
border-color: #3F0037;
}
</style>