Shades of Mardi Gras #3D173D
Tints of Mardi Gras #3D173D
RGB
CMYK
RGB Variations
Color information
#3D173D (or 0x3D173D) is known color: Mardi Gras. HEX triplet: 3D, 17 and 3D. RGB value is (61,23,61). Sum of RGB (Red+Green+Blue) = 61+23+61=145 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.07% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 61 - color contains mainly: red, blue. Hex color #3D173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D173D is #C2E8C2. Grayscale: #262626. Windows color (decimal): -12773571 or 4003645. OLE color: 4003645.
HSL color Cylindrical-coordinate representation of color #3D173D: hue angle of 300º 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 #3D173D is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 23 | 61 | - |
| CMYK | 0 | 0.62 | 0 | 0.76 |
| HSL | 300º | 0.45% | 0.16% | - |
| HSV(B) | 300º | 0.62% | 0.24% | - |
| XYZ | 3.07 | 1.94 | 4.63 | - |
| YUV | 38.69 | 140.59 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 23 | 61 | 0 | 0.62 | 0 | 0.76 | 300 | 0.45 | 0.16 |
| Hex | 3D | 17 | 3D | 0 | 3E | 0 | 4C | 12C | 2D | 10 |
| Octal | 75 | 27 | 75 | 0 | 76 | 0 | 114 | 454 | 55 | 20 |
| Binary | 111101 | 10111 | 111101 | 0 | 111110 | 0 | 1001100 | 100101100 | 101101 | 10000 |
Color Harmonies of #3D173D
Complementary color
Monochromatic Colors of #3D173D
Black with #3D173D
Text Example
Text Example
White with #3D173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D173D; }
p { color: rgb(61,23,61); }
H1.HeaderClassName
{
color: #3D173D;
}
.AnyTagClassName
{
color: #3D173D;
}
</style>
background-color css
<style>
a { background-color: #3D173D; }
a { background-color: rgb(61,23,61); }
div.DivClassName
{
background-color: #3D173D;
}
.BgClassName
{
background-color: #3D173D;
}
</style>
border-color css
<style>
span { border-color: #3D173D; }
span { border-color: rgb(61,23,61); }
td.TdClassName
{
border-color: #3D173D;
}
.TagClassName
{
border-color: #3D173D;
}
</style>