Shades of Mardi Gras #3D1438
Tints of Mardi Gras #3D1438
RGB
CMYK
RGB Variations
Color information
#3D1438 (or 0x3D1438) is known color: Mardi Gras. HEX triplet: 3D, 14 and 38. RGB value is (61,20,56). Sum of RGB (Red+Green+Blue) = 61+20+56=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1438 is #C2EBC7. Grayscale: #242424. Windows color (decimal): -12774344 or 3675197. OLE color: 3675197.
HSL color Cylindrical-coordinate representation of color #3D1438: hue angle of 307.32º 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 #3D1438 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 20 | 56 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.76 |
| HSL | 307.32º | 0.51% | 0.16% | - |
| HSV(B) | 307.32º | 0.67% | 0.24% | - |
| XYZ | 2.89 | 1.78 | 3.93 | - |
| YUV | 36.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 56 | 0 | 0.67 | 0.08 | 0.76 | 307.32 | 0.51 | 0.16 |
| Hex | 3D | 14 | 38 | 0 | 43 | 8 | 4C | 133 | 33 | 10 |
| Octal | 75 | 24 | 70 | 0 | 103 | 10 | 114 | 463 | 63 | 20 |
| Binary | 111101 | 10100 | 111000 | 0 | 1000011 | 1000 | 1001100 | 100110011 | 110011 | 10000 |
Color Harmonies of #3D1438
Complementary color
Monochromatic Colors of #3D1438
Black with #3D1438
Text Example
Text Example
White with #3D1438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1438; }
p { color: rgb(61,20,56); }
H1.HeaderClassName
{
color: #3D1438;
}
.AnyTagClassName
{
color: #3D1438;
}
</style>
background-color css
<style>
a { background-color: #3D1438; }
a { background-color: rgb(61,20,56); }
div.DivClassName
{
background-color: #3D1438;
}
.BgClassName
{
background-color: #3D1438;
}
</style>
border-color css
<style>
span { border-color: #3D1438; }
span { border-color: rgb(61,20,56); }
td.TdClassName
{
border-color: #3D1438;
}
.TagClassName
{
border-color: #3D1438;
}
</style>