Shades of Mardi Gras #3C153A
Tints of Mardi Gras #3C153A
RGB
CMYK
RGB Variations
Color information
#3C153A (or 0x3C153A) is known color: Mardi Gras. HEX triplet: 3C, 15 and 3A. RGB value is (60,21,58). Sum of RGB (Red+Green+Blue) = 60+21+58=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 60 - color contains mainly: red. Hex color #3C153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C153A is #C3EAC5. Grayscale: #242424. Windows color (decimal): -12839622 or 3806524. OLE color: 3806524.
HSL color Cylindrical-coordinate representation of color #3C153A: hue angle of 303.08º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C153A is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 21 | 58 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.76 |
| HSL | 303.08º | 0.48% | 0.16% | - |
| HSV(B) | 303.08º | 0.65% | 0.24% | - |
| XYZ | 2.9 | 1.8 | 4.2 | - |
| YUV | 36.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 58 | 0 | 0.65 | 0.03 | 0.76 | 303.08 | 0.48 | 0.16 |
| Hex | 3C | 15 | 3A | 0 | 41 | 3 | 4C | 12F | 30 | 10 |
| Octal | 74 | 25 | 72 | 0 | 101 | 3 | 114 | 457 | 60 | 20 |
| Binary | 111100 | 10101 | 111010 | 0 | 1000001 | 11 | 1001100 | 100101111 | 110000 | 10000 |
Color Harmonies of #3C153A
Complementary color
Monochromatic Colors of #3C153A
Black with #3C153A
Text Example
Text Example
White with #3C153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C153A; }
p { color: rgb(60,21,58); }
H1.HeaderClassName
{
color: #3C153A;
}
.AnyTagClassName
{
color: #3C153A;
}
</style>
background-color css
<style>
a { background-color: #3C153A; }
a { background-color: rgb(60,21,58); }
div.DivClassName
{
background-color: #3C153A;
}
.BgClassName
{
background-color: #3C153A;
}
</style>
border-color css
<style>
span { border-color: #3C153A; }
span { border-color: rgb(60,21,58); }
td.TdClassName
{
border-color: #3C153A;
}
.TagClassName
{
border-color: #3C153A;
}
</style>