Shades of Mardi Gras #3D1436
Tints of Mardi Gras #3D1436
RGB
CMYK
RGB Variations
Color information
#3D1436 (or 0x3D1436) is known color: Mardi Gras. HEX triplet: 3D, 14 and 36. RGB value is (61,20,54). Sum of RGB (Red+Green+Blue) = 61+20+54=135 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.19% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1436 is #C2EBC9. Grayscale: #242424. Windows color (decimal): -12774346 or 3544125. OLE color: 3544125.
HSL color Cylindrical-coordinate representation of color #3D1436: hue angle of 310.24º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D1436 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 20 | 54 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.76 |
| HSL | 310.24º | 0.51% | 0.16% | - |
| HSV(B) | 310.24º | 0.67% | 0.24% | - |
| XYZ | 2.84 | 1.76 | 3.68 | - |
| YUV | 36.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 54 | 0 | 0.67 | 0.11 | 0.76 | 310.24 | 0.51 | 0.16 |
| Hex | 3D | 14 | 36 | 0 | 43 | B | 4C | 136 | 33 | 10 |
| Octal | 75 | 24 | 66 | 0 | 103 | 13 | 114 | 466 | 63 | 20 |
| Binary | 111101 | 10100 | 110110 | 0 | 1000011 | 1011 | 1001100 | 100110110 | 110011 | 10000 |
Color Harmonies of #3D1436
Complementary color
Monochromatic Colors of #3D1436
Black with #3D1436
Text Example
Text Example
White with #3D1436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1436; }
p { color: rgb(61,20,54); }
H1.HeaderClassName
{
color: #3D1436;
}
.AnyTagClassName
{
color: #3D1436;
}
</style>
background-color css
<style>
a { background-color: #3D1436; }
a { background-color: rgb(61,20,54); }
div.DivClassName
{
background-color: #3D1436;
}
.BgClassName
{
background-color: #3D1436;
}
</style>
border-color css
<style>
span { border-color: #3D1436; }
span { border-color: rgb(61,20,54); }
td.TdClassName
{
border-color: #3D1436;
}
.TagClassName
{
border-color: #3D1436;
}
</style>