Shades of Mardi Gras #3D0137
Tints of Mardi Gras #3D0137
RGB
CMYK
RGB Variations
Color information
#3D0137 (or 0x3D0137) is known color: Mardi Gras. HEX triplet: 3D, 01 and 37. RGB value is (61,1,55). Sum of RGB (Red+Green+Blue) = 61+1+55=117 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.14% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 55 (21.88% from 255 or 47.01% from 117); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0137 is #C2FEC8. Grayscale: #181818. Windows color (decimal): -12779209 or 3604797. OLE color: 3604797.
HSL color Cylindrical-coordinate representation of color #3D0137: hue angle of 306º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D0137 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 1 | 55 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.76 |
| HSL | 306º | 0.97% | 0.12% | - |
| HSV(B) | 306º | 0.98% | 0.24% | - |
| XYZ | 2.62 | 1.29 | 3.73 | - |
| YUV | 25.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 1 | 55 | 0 | 0.98 | 0.10 | 0.76 | 306 | 0.97 | 0.12 |
| Hex | 3D | 1 | 37 | 0 | 62 | A | 4C | 132 | 61 | C |
| Octal | 75 | 1 | 67 | 0 | 142 | 12 | 114 | 462 | 141 | 14 |
| Binary | 111101 | 1 | 110111 | 0 | 1100010 | 1010 | 1001100 | 100110010 | 1100001 | 1100 |
Color Harmonies of #3D0137
Complementary color
Monochromatic Colors of #3D0137
Black with #3D0137
Text Example
Text Example
White with #3D0137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0137; }
p { color: rgb(61,1,55); }
H1.HeaderClassName
{
color: #3D0137;
}
.AnyTagClassName
{
color: #3D0137;
}
</style>
background-color css
<style>
a { background-color: #3D0137; }
a { background-color: rgb(61,1,55); }
div.DivClassName
{
background-color: #3D0137;
}
.BgClassName
{
background-color: #3D0137;
}
</style>
border-color css
<style>
span { border-color: #3D0137; }
span { border-color: rgb(61,1,55); }
td.TdClassName
{
border-color: #3D0137;
}
.TagClassName
{
border-color: #3D0137;
}
</style>