Shades of Mardi Gras #3C233B
Tints of Mardi Gras #3C233B
RGB
CMYK
RGB Variations
Color information
#3C233B (or 0x3C233B) is known color: Mardi Gras. HEX triplet: 3C, 23 and 3B. RGB value is (60,35,59). Sum of RGB (Red+Green+Blue) = 60+35+59=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 60 - color contains mainly: red. Hex color #3C233B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C233B is #C3DCC4. Grayscale: #2D2D2D. Windows color (decimal): -12836037 or 3875644. OLE color: 3875644.
HSL color Cylindrical-coordinate representation of color #3C233B: hue angle of 302.4º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C233B is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 35 | 59 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.76 |
| HSL | 302.4º | 0.26% | 0.19% | - |
| HSV(B) | 302.4º | 0.42% | 0.24% | - |
| XYZ | 3.25 | 2.48 | 4.44 | - |
| YUV | 45.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 59 | 0 | 0.42 | 0.02 | 0.76 | 302.4 | 0.26 | 0.19 |
| Hex | 3C | 23 | 3B | 0 | 2A | 2 | 4C | 12E | 1A | 13 |
| Octal | 74 | 43 | 73 | 0 | 52 | 2 | 114 | 456 | 32 | 23 |
| Binary | 111100 | 100011 | 111011 | 0 | 101010 | 10 | 1001100 | 100101110 | 11010 | 10011 |
Color Harmonies of #3C233B
Complementary color
Monochromatic Colors of #3C233B
Black with #3C233B
Text Example
Text Example
White with #3C233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C233B; }
p { color: rgb(60,35,59); }
H1.HeaderClassName
{
color: #3C233B;
}
.AnyTagClassName
{
color: #3C233B;
}
</style>
background-color css
<style>
a { background-color: #3C233B; }
a { background-color: rgb(60,35,59); }
div.DivClassName
{
background-color: #3C233B;
}
.BgClassName
{
background-color: #3C233B;
}
</style>
border-color css
<style>
span { border-color: #3C233B; }
span { border-color: rgb(60,35,59); }
td.TdClassName
{
border-color: #3C233B;
}
.TagClassName
{
border-color: #3C233B;
}
</style>