Shades of Mardi Gras #3B053F
Tints of Mardi Gras #3B053F
RGB
CMYK
RGB Variations
Color information
#3B053F (or 0x3B053F) is known color: Mardi Gras. HEX triplet: 3B, 05 and 3F. RGB value is (59,5,63). Sum of RGB (Red+Green+Blue) = 59+5+63=127 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.46% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #3B053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B053F is #C4FAC0. Grayscale: #1B1B1B. Windows color (decimal): -12909249 or 4130107. OLE color: 4130107.
HSL color Cylindrical-coordinate representation of color #3B053F: hue angle of 295.86º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B053F is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 5 | 63 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.75 |
| HSL | 295.86º | 0.85% | 0.13% | - |
| HSV(B) | 295.86º | 0.92% | 0.25% | - |
| XYZ | 2.76 | 1.4 | 4.83 | - |
| YUV | 27.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 63 | 0.06 | 0.92 | 0 | 0.75 | 295.86 | 0.85 | 0.13 |
| Hex | 3B | 5 | 3F | 6 | 5C | 0 | 4B | 128 | 55 | D |
| Octal | 73 | 5 | 77 | 6 | 134 | 0 | 113 | 450 | 125 | 15 |
| Binary | 111011 | 101 | 111111 | 110 | 1011100 | 0 | 1001011 | 100101000 | 1010101 | 1101 |
Color Harmonies of #3B053F
Complementary color
Monochromatic Colors of #3B053F
Black with #3B053F
Text Example
Text Example
White with #3B053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B053F; }
p { color: rgb(59,5,63); }
H1.HeaderClassName
{
color: #3B053F;
}
.AnyTagClassName
{
color: #3B053F;
}
</style>
background-color css
<style>
a { background-color: #3B053F; }
a { background-color: rgb(59,5,63); }
div.DivClassName
{
background-color: #3B053F;
}
.BgClassName
{
background-color: #3B053F;
}
</style>
border-color css
<style>
span { border-color: #3B053F; }
span { border-color: rgb(59,5,63); }
td.TdClassName
{
border-color: #3B053F;
}
.TagClassName
{
border-color: #3B053F;
}
</style>