Shades of Mardi Gras #3C173D
Tints of Mardi Gras #3C173D
RGB
CMYK
RGB Variations
Color information
#3C173D (or 0x3C173D) is known color: Mardi Gras. HEX triplet: 3C, 17 and 3D. RGB value is (60,23,61). Sum of RGB (Red+Green+Blue) = 60+23+61=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C173D is #C3E8C2. Grayscale: #262626. Windows color (decimal): -12839107 or 4003644. OLE color: 4003644.
HSL color Cylindrical-coordinate representation of color #3C173D: hue angle of 298.42º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C173D is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 23 | 61 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.76 |
| HSL | 298.42º | 0.45% | 0.16% | - |
| HSV(B) | 298.42º | 0.62% | 0.24% | - |
| XYZ | 3.01 | 1.91 | 4.62 | - |
| YUV | 38.4 | 140.76 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 61 | 0.02 | 0.62 | 0 | 0.76 | 298.42 | 0.45 | 0.16 |
| Hex | 3C | 17 | 3D | 2 | 3E | 0 | 4C | 12A | 2D | 10 |
| Octal | 74 | 27 | 75 | 2 | 76 | 0 | 114 | 452 | 55 | 20 |
| Binary | 111100 | 10111 | 111101 | 10 | 111110 | 0 | 1001100 | 100101010 | 101101 | 10000 |
Color Harmonies of #3C173D
Complementary color
Monochromatic Colors of #3C173D
Black with #3C173D
Text Example
Text Example
White with #3C173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C173D; }
p { color: rgb(60,23,61); }
H1.HeaderClassName
{
color: #3C173D;
}
.AnyTagClassName
{
color: #3C173D;
}
</style>
background-color css
<style>
a { background-color: #3C173D; }
a { background-color: rgb(60,23,61); }
div.DivClassName
{
background-color: #3C173D;
}
.BgClassName
{
background-color: #3C173D;
}
</style>
border-color css
<style>
span { border-color: #3C173D; }
span { border-color: rgb(60,23,61); }
td.TdClassName
{
border-color: #3C173D;
}
.TagClassName
{
border-color: #3C173D;
}
</style>