Shades of Mardi Gras #3B1938
Tints of Mardi Gras #3B1938
RGB
CMYK
RGB Variations
Color information
#3B1938 (or 0x3B1938) is known color: Mardi Gras. HEX triplet: 3B, 19 and 38. RGB value is (59,25,56). Sum of RGB (Red+Green+Blue) = 59+25+56=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1938 is #C4E6C7. Grayscale: #262626. Windows color (decimal): -12904136 or 3676475. OLE color: 3676475.
HSL color Cylindrical-coordinate representation of color #3B1938: hue angle of 305.29º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B1938 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 25 | 56 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.77 |
| HSL | 305.29º | 0.4% | 0.16% | - |
| HSV(B) | 305.29º | 0.58% | 0.23% | - |
| XYZ | 2.87 | 1.91 | 3.96 | - |
| YUV | 38.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 56 | 0 | 0.58 | 0.05 | 0.77 | 305.29 | 0.4 | 0.16 |
| Hex | 3B | 19 | 38 | 0 | 3A | 5 | 4D | 131 | 28 | 10 |
| Octal | 73 | 31 | 70 | 0 | 72 | 5 | 115 | 461 | 50 | 20 |
| Binary | 111011 | 11001 | 111000 | 0 | 111010 | 101 | 1001101 | 100110001 | 101000 | 10000 |
Color Harmonies of #3B1938
Complementary color
Monochromatic Colors of #3B1938
Black with #3B1938
Text Example
Text Example
White with #3B1938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1938; }
p { color: rgb(59,25,56); }
H1.HeaderClassName
{
color: #3B1938;
}
.AnyTagClassName
{
color: #3B1938;
}
</style>
background-color css
<style>
a { background-color: #3B1938; }
a { background-color: rgb(59,25,56); }
div.DivClassName
{
background-color: #3B1938;
}
.BgClassName
{
background-color: #3B1938;
}
</style>
border-color css
<style>
span { border-color: #3B1938; }
span { border-color: rgb(59,25,56); }
td.TdClassName
{
border-color: #3B1938;
}
.TagClassName
{
border-color: #3B1938;
}
</style>