Shades of Mardi Gras #3C143B
Tints of Mardi Gras #3C143B
RGB
CMYK
RGB Variations
Color information
#3C143B (or 0x3C143B) is known color: Mardi Gras. HEX triplet: 3C, 14 and 3B. RGB value is (60,20,59). Sum of RGB (Red+Green+Blue) = 60+20+59=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 60 - color contains mainly: red. Hex color #3C143B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C143B is #C3EBC4. Grayscale: #242424. Windows color (decimal): -12839877 or 3871804. OLE color: 3871804.
HSL color Cylindrical-coordinate representation of color #3C143B: hue angle of 301.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C143B is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 20 | 59 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.76 |
| HSL | 301.5º | 0.5% | 0.16% | - |
| HSV(B) | 301.5º | 0.67% | 0.24% | - |
| XYZ | 2.9 | 1.78 | 4.33 | - |
| YUV | 36.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 59 | 0 | 0.67 | 0.02 | 0.76 | 301.5 | 0.5 | 0.16 |
| Hex | 3C | 14 | 3B | 0 | 43 | 2 | 4C | 12E | 32 | 10 |
| Octal | 74 | 24 | 73 | 0 | 103 | 2 | 114 | 456 | 62 | 20 |
| Binary | 111100 | 10100 | 111011 | 0 | 1000011 | 10 | 1001100 | 100101110 | 110010 | 10000 |
Color Harmonies of #3C143B
Complementary color
Monochromatic Colors of #3C143B
Black with #3C143B
Text Example
Text Example
White with #3C143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C143B; }
p { color: rgb(60,20,59); }
H1.HeaderClassName
{
color: #3C143B;
}
.AnyTagClassName
{
color: #3C143B;
}
</style>
background-color css
<style>
a { background-color: #3C143B; }
a { background-color: rgb(60,20,59); }
div.DivClassName
{
background-color: #3C143B;
}
.BgClassName
{
background-color: #3C143B;
}
</style>
border-color css
<style>
span { border-color: #3C143B; }
span { border-color: rgb(60,20,59); }
td.TdClassName
{
border-color: #3C143B;
}
.TagClassName
{
border-color: #3C143B;
}
</style>