Shades of Mardi Gras #3B1234
Tints of Mardi Gras #3B1234
RGB
CMYK
RGB Variations
Color information
#3B1234 (or 0x3B1234) is known color: Mardi Gras. HEX triplet: 3B, 12 and 34. RGB value is (59,18,52). Sum of RGB (Red+Green+Blue) = 59+18+52=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1234 is #C4EDCB. Grayscale: #222222. Windows color (decimal): -12905932 or 3412539. OLE color: 3412539.
HSL color Cylindrical-coordinate representation of color #3B1234: hue angle of 310.24º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B1234 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 18 | 52 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.77 |
| HSL | 310.24º | 0.53% | 0.15% | - |
| HSV(B) | 310.24º | 0.69% | 0.23% | - |
| XYZ | 2.64 | 1.61 | 3.42 | - |
| YUV | 34.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 18 | 52 | 0 | 0.69 | 0.12 | 0.77 | 310.24 | 0.53 | 0.15 |
| Hex | 3B | 12 | 34 | 0 | 45 | C | 4D | 136 | 35 | F |
| Octal | 73 | 22 | 64 | 0 | 105 | 14 | 115 | 466 | 65 | 17 |
| Binary | 111011 | 10010 | 110100 | 0 | 1000101 | 1100 | 1001101 | 100110110 | 110101 | 1111 |
Color Harmonies of #3B1234
Complementary color
Monochromatic Colors of #3B1234
Black with #3B1234
Text Example
Text Example
White with #3B1234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1234; }
p { color: rgb(59,18,52); }
H1.HeaderClassName
{
color: #3B1234;
}
.AnyTagClassName
{
color: #3B1234;
}
</style>
background-color css
<style>
a { background-color: #3B1234; }
a { background-color: rgb(59,18,52); }
div.DivClassName
{
background-color: #3B1234;
}
.BgClassName
{
background-color: #3B1234;
}
</style>
border-color css
<style>
span { border-color: #3B1234; }
span { border-color: rgb(59,18,52); }
td.TdClassName
{
border-color: #3B1234;
}
.TagClassName
{
border-color: #3B1234;
}
</style>