Shades of Mardi Gras #3B0B34
Tints of Mardi Gras #3B0B34
RGB
CMYK
RGB Variations
Color information
#3B0B34 (or 0x3B0B34) is known color: Mardi Gras. HEX triplet: 3B, 0B and 34. RGB value is (59,11,52). Sum of RGB (Red+Green+Blue) = 59+11+52=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0B34 is #C4F4CB. Grayscale: #1D1D1D. Windows color (decimal): -12907724 or 3410747. OLE color: 3410747.
HSL color Cylindrical-coordinate representation of color #3B0B34: hue angle of 308.75º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B0B34 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 11 | 52 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.77 |
| HSL | 308.75º | 0.69% | 0.14% | - |
| HSV(B) | 308.75º | 0.81% | 0.23% | - |
| XYZ | 2.54 | 1.42 | 3.39 | - |
| YUV | 30.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 11 | 52 | 0 | 0.81 | 0.12 | 0.77 | 308.75 | 0.69 | 0.14 |
| Hex | 3B | B | 34 | 0 | 51 | C | 4D | 135 | 45 | E |
| Octal | 73 | 13 | 64 | 0 | 121 | 14 | 115 | 465 | 105 | 16 |
| Binary | 111011 | 1011 | 110100 | 0 | 1010001 | 1100 | 1001101 | 100110101 | 1000101 | 1110 |
Color Harmonies of #3B0B34
Complementary color
Monochromatic Colors of #3B0B34
Black with #3B0B34
Text Example
Text Example
White with #3B0B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0B34; }
p { color: rgb(59,11,52); }
H1.HeaderClassName
{
color: #3B0B34;
}
.AnyTagClassName
{
color: #3B0B34;
}
</style>
background-color css
<style>
a { background-color: #3B0B34; }
a { background-color: rgb(59,11,52); }
div.DivClassName
{
background-color: #3B0B34;
}
.BgClassName
{
background-color: #3B0B34;
}
</style>
border-color css
<style>
span { border-color: #3B0B34; }
span { border-color: rgb(59,11,52); }
td.TdClassName
{
border-color: #3B0B34;
}
.TagClassName
{
border-color: #3B0B34;
}
</style>