Shades of Mardi Gras #3B0C33
Tints of Mardi Gras #3B0C33
RGB
CMYK
RGB Variations
Color information
#3B0C33 (or 0x3B0C33) is known color: Mardi Gras. HEX triplet: 3B, 0C and 33. RGB value is (59,12,51). Sum of RGB (Red+Green+Blue) = 59+12+51=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0C33 is #C4F3CC. Grayscale: #1E1E1E. Windows color (decimal): -12907469 or 3345467. OLE color: 3345467.
HSL color Cylindrical-coordinate representation of color #3B0C33: hue angle of 310.21º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B0C33 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 12 | 51 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.77 |
| HSL | 310.21º | 0.66% | 0.14% | - |
| HSV(B) | 310.21º | 0.8% | 0.23% | - |
| XYZ | 2.53 | 1.43 | 3.27 | - |
| YUV | 30.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 12 | 51 | 0 | 0.80 | 0.14 | 0.77 | 310.21 | 0.66 | 0.14 |
| Hex | 3B | C | 33 | 0 | 50 | E | 4D | 136 | 42 | E |
| Octal | 73 | 14 | 63 | 0 | 120 | 16 | 115 | 466 | 102 | 16 |
| Binary | 111011 | 1100 | 110011 | 0 | 1010000 | 1110 | 1001101 | 100110110 | 1000010 | 1110 |
Color Harmonies of #3B0C33
Complementary color
Monochromatic Colors of #3B0C33
Black with #3B0C33
Text Example
Text Example
White with #3B0C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0C33; }
p { color: rgb(59,12,51); }
H1.HeaderClassName
{
color: #3B0C33;
}
.AnyTagClassName
{
color: #3B0C33;
}
</style>
background-color css
<style>
a { background-color: #3B0C33; }
a { background-color: rgb(59,12,51); }
div.DivClassName
{
background-color: #3B0C33;
}
.BgClassName
{
background-color: #3B0C33;
}
</style>
border-color css
<style>
span { border-color: #3B0C33; }
span { border-color: rgb(59,12,51); }
td.TdClassName
{
border-color: #3B0C33;
}
.TagClassName
{
border-color: #3B0C33;
}
</style>