Shades of Mardi Gras #3C233E
Tints of Mardi Gras #3C233E
RGB
CMYK
RGB Variations
Color information
#3C233E (or 0x3C233E) is known color: Mardi Gras. HEX triplet: 3C, 23 and 3E. RGB value is (60,35,62). Sum of RGB (Red+Green+Blue) = 60+35+62=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 62 - color contains mainly: blue. Hex color #3C233E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C233E is #C3DCC1. Grayscale: #2D2D2D. Windows color (decimal): -12836034 or 4072252. OLE color: 4072252.
HSL color Cylindrical-coordinate representation of color #3C233E: 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 #3C233E is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 35 | 62 | - |
| 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.33 | 2.51 | 4.87 | - |
| YUV | 45.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 62 | 0.03 | 0.44 | 0 | 0.76 | 295.56 | 0.28 | 0.19 |
| Hex | 3C | 23 | 3E | 3 | 2C | 0 | 4C | 128 | 1C | 13 |
| Octal | 74 | 43 | 76 | 3 | 54 | 0 | 114 | 450 | 34 | 23 |
| Binary | 111100 | 100011 | 111110 | 11 | 101100 | 0 | 1001100 | 100101000 | 11100 | 10011 |
Color Harmonies of #3C233E
Complementary color
Monochromatic Colors of #3C233E
Black with #3C233E
Text Example
Text Example
White with #3C233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C233E; }
p { color: rgb(60,35,62); }
H1.HeaderClassName
{
color: #3C233E;
}
.AnyTagClassName
{
color: #3C233E;
}
</style>
background-color css
<style>
a { background-color: #3C233E; }
a { background-color: rgb(60,35,62); }
div.DivClassName
{
background-color: #3C233E;
}
.BgClassName
{
background-color: #3C233E;
}
</style>
border-color css
<style>
span { border-color: #3C233E; }
span { border-color: rgb(60,35,62); }
td.TdClassName
{
border-color: #3C233E;
}
.TagClassName
{
border-color: #3C233E;
}
</style>