Shades of Mardi Gras #3D113D
Tints of Mardi Gras #3D113D
RGB
CMYK
RGB Variations
Color information
#3D113D (or 0x3D113D) is known color: Mardi Gras. HEX triplet: 3D, 11 and 3D. RGB value is (61,17,61). Sum of RGB (Red+Green+Blue) = 61+17+61=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 61 - color contains mainly: red, blue. Hex color #3D113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D113D is #C2EEC2. Grayscale: #232323. Windows color (decimal): -12775107 or 4002109. OLE color: 4002109.
HSL color Cylindrical-coordinate representation of color #3D113D: hue angle of 300º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D113D is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 17 | 61 | - |
| CMYK | 0 | 0.72 | 0 | 0.76 |
| HSL | 300º | 0.56% | 0.15% | - |
| HSV(B) | 300º | 0.72% | 0.24% | - |
| XYZ | 2.97 | 1.73 | 4.59 | - |
| YUV | 35.17 | 142.58 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 17 | 61 | 0 | 0.72 | 0 | 0.76 | 300 | 0.56 | 0.15 |
| Hex | 3D | 11 | 3D | 0 | 48 | 0 | 4C | 12C | 38 | F |
| Octal | 75 | 21 | 75 | 0 | 110 | 0 | 114 | 454 | 70 | 17 |
| Binary | 111101 | 10001 | 111101 | 0 | 1001000 | 0 | 1001100 | 100101100 | 111000 | 1111 |
Color Harmonies of #3D113D
Complementary color
Monochromatic Colors of #3D113D
Black with #3D113D
Text Example
Text Example
White with #3D113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D113D; }
p { color: rgb(61,17,61); }
H1.HeaderClassName
{
color: #3D113D;
}
.AnyTagClassName
{
color: #3D113D;
}
</style>
background-color css
<style>
a { background-color: #3D113D; }
a { background-color: rgb(61,17,61); }
div.DivClassName
{
background-color: #3D113D;
}
.BgClassName
{
background-color: #3D113D;
}
</style>
border-color css
<style>
span { border-color: #3D113D; }
span { border-color: rgb(61,17,61); }
td.TdClassName
{
border-color: #3D113D;
}
.TagClassName
{
border-color: #3D113D;
}
</style>