Shades of Mardi Gras #3D1336
Tints of Mardi Gras #3D1336
RGB
CMYK
RGB Variations
Color information
#3D1336 (or 0x3D1336) is known color: Mardi Gras. HEX triplet: 3D, 13 and 36. RGB value is (61,19,54). Sum of RGB (Red+Green+Blue) = 61+19+54=134 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.52% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1336 is #C2ECC9. Grayscale: #232323. Windows color (decimal): -12774602 or 3543869. OLE color: 3543869.
HSL color Cylindrical-coordinate representation of color #3D1336: hue angle of 310º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D1336 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 19 | 54 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.76 |
| HSL | 310º | 0.53% | 0.16% | - |
| HSV(B) | 310º | 0.69% | 0.24% | - |
| XYZ | 2.82 | 1.72 | 3.67 | - |
| YUV | 35.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 54 | 0 | 0.69 | 0.11 | 0.76 | 310 | 0.53 | 0.16 |
| Hex | 3D | 13 | 36 | 0 | 45 | B | 4C | 136 | 34 | 10 |
| Octal | 75 | 23 | 66 | 0 | 105 | 13 | 114 | 466 | 64 | 20 |
| Binary | 111101 | 10011 | 110110 | 0 | 1000101 | 1011 | 1001100 | 100110110 | 110100 | 10000 |
Color Harmonies of #3D1336
Complementary color
Monochromatic Colors of #3D1336
Black with #3D1336
Text Example
Text Example
White with #3D1336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1336; }
p { color: rgb(61,19,54); }
H1.HeaderClassName
{
color: #3D1336;
}
.AnyTagClassName
{
color: #3D1336;
}
</style>
background-color css
<style>
a { background-color: #3D1336; }
a { background-color: rgb(61,19,54); }
div.DivClassName
{
background-color: #3D1336;
}
.BgClassName
{
background-color: #3D1336;
}
</style>
border-color css
<style>
span { border-color: #3D1336; }
span { border-color: rgb(61,19,54); }
td.TdClassName
{
border-color: #3D1336;
}
.TagClassName
{
border-color: #3D1336;
}
</style>