Shades of Mardi Gras #3D1540
Tints of Mardi Gras #3D1540
RGB
CMYK
RGB Variations
Color information
#3D1540 (or 0x3D1540) is known color: Mardi Gras. HEX triplet: 3D, 15 and 40. RGB value is (61,21,64). Sum of RGB (Red+Green+Blue) = 61+21+64=146 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.78% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #3D1540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1540 is #C2EABF. Grayscale: #252525. Windows color (decimal): -12774080 or 4199741. OLE color: 4199741.
HSL color Cylindrical-coordinate representation of color #3D1540: hue angle of 295.81º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D1540 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 21 | 64 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.75 |
| HSL | 295.81º | 0.51% | 0.17% | - |
| HSV(B) | 295.81º | 0.67% | 0.25% | - |
| XYZ | 3.12 | 1.9 | 5.05 | - |
| YUV | 37.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 64 | 0.05 | 0.67 | 0 | 0.75 | 295.81 | 0.51 | 0.17 |
| Hex | 3D | 15 | 40 | 5 | 43 | 0 | 4B | 128 | 33 | 11 |
| Octal | 75 | 25 | 100 | 5 | 103 | 0 | 113 | 450 | 63 | 21 |
| Binary | 111101 | 10101 | 1000000 | 101 | 1000011 | 0 | 1001011 | 100101000 | 110011 | 10001 |
Color Harmonies of #3D1540
Complementary color
Monochromatic Colors of #3D1540
Black with #3D1540
Text Example
Text Example
White with #3D1540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1540; }
p { color: rgb(61,21,64); }
H1.HeaderClassName
{
color: #3D1540;
}
.AnyTagClassName
{
color: #3D1540;
}
</style>
background-color css
<style>
a { background-color: #3D1540; }
a { background-color: rgb(61,21,64); }
div.DivClassName
{
background-color: #3D1540;
}
.BgClassName
{
background-color: #3D1540;
}
</style>
border-color css
<style>
span { border-color: #3D1540; }
span { border-color: rgb(61,21,64); }
td.TdClassName
{
border-color: #3D1540;
}
.TagClassName
{
border-color: #3D1540;
}
</style>