Shades of Mardi Gras #3D1138
Tints of Mardi Gras #3D1138
RGB
CMYK
RGB Variations
Color information
#3D1138 (or 0x3D1138) is known color: Mardi Gras. HEX triplet: 3D, 11 and 38. RGB value is (61,17,56). Sum of RGB (Red+Green+Blue) = 61+17+56=134 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.52% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1138 is #C2EEC7. Grayscale: #222222. Windows color (decimal): -12775112 or 3674429. OLE color: 3674429.
HSL color Cylindrical-coordinate representation of color #3D1138: hue angle of 306.82º 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 #3D1138 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 17 | 56 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.76 |
| HSL | 306.82º | 0.56% | 0.15% | - |
| HSV(B) | 306.82º | 0.72% | 0.24% | - |
| XYZ | 2.84 | 1.68 | 3.92 | - |
| YUV | 34.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 17 | 56 | 0 | 0.72 | 0.08 | 0.76 | 306.82 | 0.56 | 0.15 |
| Hex | 3D | 11 | 38 | 0 | 48 | 8 | 4C | 133 | 38 | F |
| Octal | 75 | 21 | 70 | 0 | 110 | 10 | 114 | 463 | 70 | 17 |
| Binary | 111101 | 10001 | 111000 | 0 | 1001000 | 1000 | 1001100 | 100110011 | 111000 | 1111 |
Color Harmonies of #3D1138
Complementary color
Monochromatic Colors of #3D1138
Black with #3D1138
Text Example
Text Example
White with #3D1138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1138; }
p { color: rgb(61,17,56); }
H1.HeaderClassName
{
color: #3D1138;
}
.AnyTagClassName
{
color: #3D1138;
}
</style>
background-color css
<style>
a { background-color: #3D1138; }
a { background-color: rgb(61,17,56); }
div.DivClassName
{
background-color: #3D1138;
}
.BgClassName
{
background-color: #3D1138;
}
</style>
border-color css
<style>
span { border-color: #3D1138; }
span { border-color: rgb(61,17,56); }
td.TdClassName
{
border-color: #3D1138;
}
.TagClassName
{
border-color: #3D1138;
}
</style>