Shades of Mardi Gras #3D0D37
Tints of Mardi Gras #3D0D37
RGB
CMYK
RGB Variations
Color information
#3D0D37 (or 0x3D0D37) is known color: Mardi Gras. HEX triplet: 3D, 0D and 37. RGB value is (61,13,55). Sum of RGB (Red+Green+Blue) = 61+13+55=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0D37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0D37 is #C2F2C8. Grayscale: #202020. Windows color (decimal): -12776137 or 3607869. OLE color: 3607869.
HSL color Cylindrical-coordinate representation of color #3D0D37: hue angle of 307.5º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D0D37 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 13 | 55 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.76 |
| HSL | 307.5º | 0.65% | 0.15% | - |
| HSV(B) | 307.5º | 0.79% | 0.24% | - |
| XYZ | 2.76 | 1.56 | 3.77 | - |
| YUV | 32.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 13 | 55 | 0 | 0.79 | 0.10 | 0.76 | 307.5 | 0.65 | 0.15 |
| Hex | 3D | D | 37 | 0 | 4F | A | 4C | 134 | 41 | F |
| Octal | 75 | 15 | 67 | 0 | 117 | 12 | 114 | 464 | 101 | 17 |
| Binary | 111101 | 1101 | 110111 | 0 | 1001111 | 1010 | 1001100 | 100110100 | 1000001 | 1111 |
Color Harmonies of #3D0D37
Complementary color
Monochromatic Colors of #3D0D37
Black with #3D0D37
Text Example
Text Example
White with #3D0D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0D37; }
p { color: rgb(61,13,55); }
H1.HeaderClassName
{
color: #3D0D37;
}
.AnyTagClassName
{
color: #3D0D37;
}
</style>
background-color css
<style>
a { background-color: #3D0D37; }
a { background-color: rgb(61,13,55); }
div.DivClassName
{
background-color: #3D0D37;
}
.BgClassName
{
background-color: #3D0D37;
}
</style>
border-color css
<style>
span { border-color: #3D0D37; }
span { border-color: rgb(61,13,55); }
td.TdClassName
{
border-color: #3D0D37;
}
.TagClassName
{
border-color: #3D0D37;
}
</style>