Shades of Mardi Gras #3C233C
Tints of Mardi Gras #3C233C
RGB
CMYK
RGB Variations
Color information
#3C233C (or 0x3C233C) is known color: Mardi Gras. HEX triplet: 3C, 23 and 3C. RGB value is (60,35,60). Sum of RGB (Red+Green+Blue) = 60+35+60=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 60 - color contains mainly: red, blue. Hex color #3C233C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C233C is #C3DCC3. Grayscale: #2D2D2D. Windows color (decimal): -12836036 or 3941180. OLE color: 3941180.
HSL color Cylindrical-coordinate representation of color #3C233C: hue angle of 300º 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 #3C233C is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 35 | 60 | - |
CMYK | 0 | 0.42 | 0 | 0.76 |
HSL | 300º | 0.26% | 0.19% | - |
HSV(B) | 300º | 0.42% | 0.24% | - |
XYZ | 3.28 | 2.49 | 4.58 | - |
YUV | 45.33 | 136.28 | 138.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 35 | 60 | 0 | 0.42 | 0 | 0.76 | 300 | 0.26 | 0.19 |
Hex | 3C | 23 | 3C | 0 | 2A | 0 | 4C | 12C | 1A | 13 |
Octal | 74 | 43 | 74 | 0 | 52 | 0 | 114 | 454 | 32 | 23 |
Binary | 111100 | 100011 | 111100 | 0 | 101010 | 0 | 1001100 | 100101100 | 11010 | 10011 |
Color Harmonies of #3C233C
Complementary color
Monochromatic Colors of #3C233C
Black with #3C233C
Text Example
Text Example
White with #3C233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C233C; }
p { color: rgb(60,35,60); }
H1.HeaderClassName
{
color: #3C233C;
}
.AnyTagClassName
{
color: #3C233C;
}
</style>
background-color css
<style>
a { background-color: #3C233C; }
a { background-color: rgb(60,35,60); }
div.DivClassName
{
background-color: #3C233C;
}
.BgClassName
{
background-color: #3C233C;
}
</style>
border-color css
<style>
span { border-color: #3C233C; }
span { border-color: rgb(60,35,60); }
td.TdClassName
{
border-color: #3C233C;
}
.TagClassName
{
border-color: #3C233C;
}
</style>