Shades of Mardi Gras #3B213D
Tints of Mardi Gras #3B213D
RGB
CMYK
RGB Variations
Color information
#3B213D (or 0x3B213D) is known color: Mardi Gras. HEX triplet: 3B, 21 and 3D. RGB value is (59,33,61). Sum of RGB (Red+Green+Blue) = 59+33+61=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B213D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B213D is #C4DEC2. Grayscale: #2B2B2B. Windows color (decimal): -12902083 or 4006203. OLE color: 4006203.
HSL color Cylindrical-coordinate representation of color #3B213D: hue angle of 295.71º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B213D is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 33 | 61 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.76 |
| HSL | 295.71º | 0.3% | 0.18% | - |
| HSV(B) | 295.71º | 0.46% | 0.24% | - |
| XYZ | 3.19 | 2.35 | 4.7 | - |
| YUV | 43.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 33 | 61 | 0.03 | 0.46 | 0 | 0.76 | 295.71 | 0.3 | 0.18 |
| Hex | 3B | 21 | 3D | 3 | 2E | 0 | 4C | 128 | 1E | 12 |
| Octal | 73 | 41 | 75 | 3 | 56 | 0 | 114 | 450 | 36 | 22 |
| Binary | 111011 | 100001 | 111101 | 11 | 101110 | 0 | 1001100 | 100101000 | 11110 | 10010 |
Color Harmonies of #3B213D
Complementary color
Monochromatic Colors of #3B213D
Black with #3B213D
Text Example
Text Example
White with #3B213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B213D; }
p { color: rgb(59,33,61); }
H1.HeaderClassName
{
color: #3B213D;
}
.AnyTagClassName
{
color: #3B213D;
}
</style>
background-color css
<style>
a { background-color: #3B213D; }
a { background-color: rgb(59,33,61); }
div.DivClassName
{
background-color: #3B213D;
}
.BgClassName
{
background-color: #3B213D;
}
</style>
border-color css
<style>
span { border-color: #3B213D; }
span { border-color: rgb(59,33,61); }
td.TdClassName
{
border-color: #3B213D;
}
.TagClassName
{
border-color: #3B213D;
}
</style>