Shades of Mardi Gras #3C183A
Tints of Mardi Gras #3C183A
RGB
CMYK
RGB Variations
Color information
#3C183A (or 0x3C183A) is known color: Mardi Gras. HEX triplet: 3C, 18 and 3A. RGB value is (60,24,58). Sum of RGB (Red+Green+Blue) = 60+24+58=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 60 - color contains mainly: red. Hex color #3C183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C183A is #C3E7C5. Grayscale: #262626. Windows color (decimal): -12838854 or 3807292. OLE color: 3807292.
HSL color Cylindrical-coordinate representation of color #3C183A: hue angle of 303.33º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C183A is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 24 | 58 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.76 |
| HSL | 303.33º | 0.43% | 0.16% | - |
| HSV(B) | 303.33º | 0.6% | 0.24% | - |
| XYZ | 2.95 | 1.92 | 4.22 | - |
| YUV | 38.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 58 | 0 | 0.60 | 0.03 | 0.76 | 303.33 | 0.43 | 0.16 |
| Hex | 3C | 18 | 3A | 0 | 3C | 3 | 4C | 12F | 2B | 10 |
| Octal | 74 | 30 | 72 | 0 | 74 | 3 | 114 | 457 | 53 | 20 |
| Binary | 111100 | 11000 | 111010 | 0 | 111100 | 11 | 1001100 | 100101111 | 101011 | 10000 |
Color Harmonies of #3C183A
Complementary color
Monochromatic Colors of #3C183A
Black with #3C183A
Text Example
Text Example
White with #3C183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C183A; }
p { color: rgb(60,24,58); }
H1.HeaderClassName
{
color: #3C183A;
}
.AnyTagClassName
{
color: #3C183A;
}
</style>
background-color css
<style>
a { background-color: #3C183A; }
a { background-color: rgb(60,24,58); }
div.DivClassName
{
background-color: #3C183A;
}
.BgClassName
{
background-color: #3C183A;
}
</style>
border-color css
<style>
span { border-color: #3C183A; }
span { border-color: rgb(60,24,58); }
td.TdClassName
{
border-color: #3C183A;
}
.TagClassName
{
border-color: #3C183A;
}
</style>