Shades of Mardi Gras #3B1F38
Tints of Mardi Gras #3B1F38
RGB
CMYK
RGB Variations
Color information
#3B1F38 (or 0x3B1F38) is known color: Mardi Gras. HEX triplet: 3B, 1F and 38. RGB value is (59,31,56). Sum of RGB (Red+Green+Blue) = 59+31+56=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1F38 is #C4E0C7. Grayscale: #2A2A2A. Windows color (decimal): -12902600 or 3678011. OLE color: 3678011.
HSL color Cylindrical-coordinate representation of color #3B1F38: hue angle of 306.43º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B1F38 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 31 | 56 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.77 |
| HSL | 306.43º | 0.31% | 0.18% | - |
| HSV(B) | 306.43º | 0.47% | 0.23% | - |
| XYZ | 3.01 | 2.2 | 4.01 | - |
| YUV | 42.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 56 | 0 | 0.47 | 0.05 | 0.77 | 306.43 | 0.31 | 0.18 |
| Hex | 3B | 1F | 38 | 0 | 2F | 5 | 4D | 132 | 1F | 12 |
| Octal | 73 | 37 | 70 | 0 | 57 | 5 | 115 | 462 | 37 | 22 |
| Binary | 111011 | 11111 | 111000 | 0 | 101111 | 101 | 1001101 | 100110010 | 11111 | 10010 |
Color Harmonies of #3B1F38
Complementary color
Monochromatic Colors of #3B1F38
Black with #3B1F38
Text Example
Text Example
White with #3B1F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1F38; }
p { color: rgb(59,31,56); }
H1.HeaderClassName
{
color: #3B1F38;
}
.AnyTagClassName
{
color: #3B1F38;
}
</style>
background-color css
<style>
a { background-color: #3B1F38; }
a { background-color: rgb(59,31,56); }
div.DivClassName
{
background-color: #3B1F38;
}
.BgClassName
{
background-color: #3B1F38;
}
</style>
border-color css
<style>
span { border-color: #3B1F38; }
span { border-color: rgb(59,31,56); }
td.TdClassName
{
border-color: #3B1F38;
}
.TagClassName
{
border-color: #3B1F38;
}
</style>