Shades of Mardi Gras #3B0133
Tints of Mardi Gras #3B0133
RGB
CMYK
RGB Variations
Color information
#3B0133 (or 0x3B0133) is known color: Mardi Gras. HEX triplet: 3B, 01 and 33. RGB value is (59,1,51). Sum of RGB (Red+Green+Blue) = 59+1+51=111 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.15% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 51 (20.31% from 255 or 45.95% from 111); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0133 is #C4FECC. Grayscale: #171717. Windows color (decimal): -12910285 or 3342651. OLE color: 3342651.
HSL color Cylindrical-coordinate representation of color #3B0133: hue angle of 308.28º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B0133 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 1 | 51 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.77 |
| HSL | 308.28º | 0.97% | 0.12% | - |
| HSV(B) | 308.28º | 0.98% | 0.23% | - |
| XYZ | 2.41 | 1.19 | 3.23 | - |
| YUV | 24.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 51 | 0 | 0.98 | 0.14 | 0.77 | 308.28 | 0.97 | 0.12 |
| Hex | 3B | 1 | 33 | 0 | 62 | E | 4D | 134 | 61 | C |
| Octal | 73 | 1 | 63 | 0 | 142 | 16 | 115 | 464 | 141 | 14 |
| Binary | 111011 | 1 | 110011 | 0 | 1100010 | 1110 | 1001101 | 100110100 | 1100001 | 1100 |
Color Harmonies of #3B0133
Complementary color
Monochromatic Colors of #3B0133
Black with #3B0133
Text Example
Text Example
White with #3B0133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0133; }
p { color: rgb(59,1,51); }
H1.HeaderClassName
{
color: #3B0133;
}
.AnyTagClassName
{
color: #3B0133;
}
</style>
background-color css
<style>
a { background-color: #3B0133; }
a { background-color: rgb(59,1,51); }
div.DivClassName
{
background-color: #3B0133;
}
.BgClassName
{
background-color: #3B0133;
}
</style>
border-color css
<style>
span { border-color: #3B0133; }
span { border-color: rgb(59,1,51); }
td.TdClassName
{
border-color: #3B0133;
}
.TagClassName
{
border-color: #3B0133;
}
</style>