Shades of Mardi Gras #3C223D
Tints of Mardi Gras #3C223D
RGB
CMYK
RGB Variations
Color information
#3C223D (or 0x3C223D) is known color: Mardi Gras. HEX triplet: 3C, 22 and 3D. RGB value is (60,34,61). Sum of RGB (Red+Green+Blue) = 60+34+61=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C223D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C223D is #C3DDC2. Grayscale: #2C2C2C. Windows color (decimal): -12836291 or 4006460. OLE color: 4006460.
HSL color Cylindrical-coordinate representation of color #3C223D: hue angle of 297.78º 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 #3C223D is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 34 | 61 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.76 |
| HSL | 297.78º | 0.28% | 0.19% | - |
| HSV(B) | 297.78º | 0.44% | 0.24% | - |
| XYZ | 3.28 | 2.44 | 4.71 | - |
| YUV | 44.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 61 | 0.02 | 0.44 | 0 | 0.76 | 297.78 | 0.28 | 0.19 |
| Hex | 3C | 22 | 3D | 2 | 2C | 0 | 4C | 12A | 1C | 13 |
| Octal | 74 | 42 | 75 | 2 | 54 | 0 | 114 | 452 | 34 | 23 |
| Binary | 111100 | 100010 | 111101 | 10 | 101100 | 0 | 1001100 | 100101010 | 11100 | 10011 |
Color Harmonies of #3C223D
Complementary color
Monochromatic Colors of #3C223D
Black with #3C223D
Text Example
Text Example
White with #3C223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C223D; }
p { color: rgb(60,34,61); }
H1.HeaderClassName
{
color: #3C223D;
}
.AnyTagClassName
{
color: #3C223D;
}
</style>
background-color css
<style>
a { background-color: #3C223D; }
a { background-color: rgb(60,34,61); }
div.DivClassName
{
background-color: #3C223D;
}
.BgClassName
{
background-color: #3C223D;
}
</style>
border-color css
<style>
span { border-color: #3C223D; }
span { border-color: rgb(60,34,61); }
td.TdClassName
{
border-color: #3C223D;
}
.TagClassName
{
border-color: #3C223D;
}
</style>