Shades of Mardi Gras #3B1D3B
Tints of Mardi Gras #3B1D3B
RGB
CMYK
RGB Variations
Color information
#3B1D3B (or 0x3B1D3B) is known color: Mardi Gras. HEX triplet: 3B, 1D and 3B. RGB value is (59,29,59). Sum of RGB (Red+Green+Blue) = 59+29+59=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 59 - color contains mainly: red, blue. Hex color #3B1D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1D3B is #C4E2C4. Grayscale: #292929. Windows color (decimal): -12903109 or 3874107. OLE color: 3874107.
HSL color Cylindrical-coordinate representation of color #3B1D3B: hue angle of 300º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B1D3B is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 29 | 59 | - |
| CMYK | 0 | 0.51 | 0 | 0.77 |
| HSL | 300º | 0.34% | 0.17% | - |
| HSV(B) | 300º | 0.51% | 0.23% | - |
| XYZ | 3.03 | 2.12 | 4.39 | - |
| YUV | 41.39 | 137.94 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 59 | 0 | 0.51 | 0 | 0.77 | 300 | 0.34 | 0.17 |
| Hex | 3B | 1D | 3B | 0 | 33 | 0 | 4D | 12C | 22 | 11 |
| Octal | 73 | 35 | 73 | 0 | 63 | 0 | 115 | 454 | 42 | 21 |
| Binary | 111011 | 11101 | 111011 | 0 | 110011 | 0 | 1001101 | 100101100 | 100010 | 10001 |
Color Harmonies of #3B1D3B
Complementary color
Monochromatic Colors of #3B1D3B
Black with #3B1D3B
Text Example
Text Example
White with #3B1D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D3B; }
p { color: rgb(59,29,59); }
H1.HeaderClassName
{
color: #3B1D3B;
}
.AnyTagClassName
{
color: #3B1D3B;
}
</style>
background-color css
<style>
a { background-color: #3B1D3B; }
a { background-color: rgb(59,29,59); }
div.DivClassName
{
background-color: #3B1D3B;
}
.BgClassName
{
background-color: #3B1D3B;
}
</style>
border-color css
<style>
span { border-color: #3B1D3B; }
span { border-color: rgb(59,29,59); }
td.TdClassName
{
border-color: #3B1D3B;
}
.TagClassName
{
border-color: #3B1D3B;
}
</style>