Shades of Mardi Gras #3B1434
Tints of Mardi Gras #3B1434
RGB
CMYK
RGB Variations
Color information
#3B1434 (or 0x3B1434) is known color: Mardi Gras. HEX triplet: 3B, 14 and 34. RGB value is (59,20,52). Sum of RGB (Red+Green+Blue) = 59+20+52=131 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.04% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1434 is #C4EBCB. Grayscale: #232323. Windows color (decimal): -12905420 or 3413051. OLE color: 3413051.
HSL color Cylindrical-coordinate representation of color #3B1434: hue angle of 310.77º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B1434 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 20 | 52 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.77 |
| HSL | 310.77º | 0.49% | 0.15% | - |
| HSV(B) | 310.77º | 0.66% | 0.23% | - |
| XYZ | 2.67 | 1.68 | 3.43 | - |
| YUV | 35.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 52 | 0 | 0.66 | 0.12 | 0.77 | 310.77 | 0.49 | 0.15 |
| Hex | 3B | 14 | 34 | 0 | 42 | C | 4D | 137 | 31 | F |
| Octal | 73 | 24 | 64 | 0 | 102 | 14 | 115 | 467 | 61 | 17 |
| Binary | 111011 | 10100 | 110100 | 0 | 1000010 | 1100 | 1001101 | 100110111 | 110001 | 1111 |
Color Harmonies of #3B1434
Complementary color
Monochromatic Colors of #3B1434
Black with #3B1434
Text Example
Text Example
White with #3B1434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1434; }
p { color: rgb(59,20,52); }
H1.HeaderClassName
{
color: #3B1434;
}
.AnyTagClassName
{
color: #3B1434;
}
</style>
background-color css
<style>
a { background-color: #3B1434; }
a { background-color: rgb(59,20,52); }
div.DivClassName
{
background-color: #3B1434;
}
.BgClassName
{
background-color: #3B1434;
}
</style>
border-color css
<style>
span { border-color: #3B1434; }
span { border-color: rgb(59,20,52); }
td.TdClassName
{
border-color: #3B1434;
}
.TagClassName
{
border-color: #3B1434;
}
</style>