Shades of Mardi Gras #3B0C34
Tints of Mardi Gras #3B0C34
RGB
CMYK
RGB Variations
Color information
#3B0C34 (or 0x3B0C34) is known color: Mardi Gras. HEX triplet: 3B, 0C and 34. RGB value is (59,12,52). Sum of RGB (Red+Green+Blue) = 59+12+52=123 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.97% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0C34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0C34 is #C4F3CB. Grayscale: #1E1E1E. Windows color (decimal): -12907468 or 3411003. OLE color: 3411003.
HSL color Cylindrical-coordinate representation of color #3B0C34: hue angle of 308.94º 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 #3B0C34 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 12 | 52 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.77 |
| HSL | 308.94º | 0.66% | 0.14% | - |
| HSV(B) | 308.94º | 0.8% | 0.23% | - |
| XYZ | 2.55 | 1.44 | 3.39 | - |
| YUV | 30.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 12 | 52 | 0 | 0.80 | 0.12 | 0.77 | 308.94 | 0.66 | 0.14 |
| Hex | 3B | C | 34 | 0 | 50 | C | 4D | 135 | 42 | E |
| Octal | 73 | 14 | 64 | 0 | 120 | 14 | 115 | 465 | 102 | 16 |
| Binary | 111011 | 1100 | 110100 | 0 | 1010000 | 1100 | 1001101 | 100110101 | 1000010 | 1110 |
Color Harmonies of #3B0C34
Complementary color
Monochromatic Colors of #3B0C34
Black with #3B0C34
Text Example
Text Example
White with #3B0C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0C34; }
p { color: rgb(59,12,52); }
H1.HeaderClassName
{
color: #3B0C34;
}
.AnyTagClassName
{
color: #3B0C34;
}
</style>
background-color css
<style>
a { background-color: #3B0C34; }
a { background-color: rgb(59,12,52); }
div.DivClassName
{
background-color: #3B0C34;
}
.BgClassName
{
background-color: #3B0C34;
}
</style>
border-color css
<style>
span { border-color: #3B0C34; }
span { border-color: rgb(59,12,52); }
td.TdClassName
{
border-color: #3B0C34;
}
.TagClassName
{
border-color: #3B0C34;
}
</style>