Shades of Mardi Gras #3B223D
Tints of Mardi Gras #3B223D
RGB
CMYK
RGB Variations
Color information
#3B223D (or 0x3B223D) is known color: Mardi Gras. HEX triplet: 3B, 22 and 3D. RGB value is (59,34,61). Sum of RGB (Red+Green+Blue) = 59+34+61=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B223D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B223D is #C4DDC2. Grayscale: #2C2C2C. Windows color (decimal): -12901827 or 4006459. OLE color: 4006459.
HSL color Cylindrical-coordinate representation of color #3B223D: hue angle of 295.56º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B223D is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 34 | 61 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.76 |
| HSL | 295.56º | 0.28% | 0.19% | - |
| HSV(B) | 295.56º | 0.44% | 0.24% | - |
| XYZ | 3.22 | 2.41 | 4.71 | - |
| YUV | 44.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 34 | 61 | 0.03 | 0.44 | 0 | 0.76 | 295.56 | 0.28 | 0.19 |
| Hex | 3B | 22 | 3D | 3 | 2C | 0 | 4C | 128 | 1C | 13 |
| Octal | 73 | 42 | 75 | 3 | 54 | 0 | 114 | 450 | 34 | 23 |
| Binary | 111011 | 100010 | 111101 | 11 | 101100 | 0 | 1001100 | 100101000 | 11100 | 10011 |
Color Harmonies of #3B223D
Complementary color
Monochromatic Colors of #3B223D
Black with #3B223D
Text Example
Text Example
White with #3B223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B223D; }
p { color: rgb(59,34,61); }
H1.HeaderClassName
{
color: #3B223D;
}
.AnyTagClassName
{
color: #3B223D;
}
</style>
background-color css
<style>
a { background-color: #3B223D; }
a { background-color: rgb(59,34,61); }
div.DivClassName
{
background-color: #3B223D;
}
.BgClassName
{
background-color: #3B223D;
}
</style>
border-color css
<style>
span { border-color: #3B223D; }
span { border-color: rgb(59,34,61); }
td.TdClassName
{
border-color: #3B223D;
}
.TagClassName
{
border-color: #3B223D;
}
</style>