Shades of Mardi Gras #3D1541
Tints of Mardi Gras #3D1541
RGB
CMYK
RGB Variations
Color information
#3D1541 (or 0x3D1541) is known color: Mardi Gras. HEX triplet: 3D, 15 and 41. RGB value is (61,21,65). Sum of RGB (Red+Green+Blue) = 61+21+65=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #3D1541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1541 is #C2EABE. Grayscale: #252525. Windows color (decimal): -12774079 or 4265277. OLE color: 4265277.
HSL color Cylindrical-coordinate representation of color #3D1541: hue angle of 294.55º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D1541 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 21 | 65 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.75 |
| HSL | 294.55º | 0.51% | 0.17% | - |
| HSV(B) | 294.55º | 0.68% | 0.25% | - |
| XYZ | 3.15 | 1.91 | 5.2 | - |
| YUV | 37.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 65 | 0.06 | 0.68 | 0 | 0.75 | 294.55 | 0.51 | 0.17 |
| Hex | 3D | 15 | 41 | 6 | 44 | 0 | 4B | 127 | 33 | 11 |
| Octal | 75 | 25 | 101 | 6 | 104 | 0 | 113 | 447 | 63 | 21 |
| Binary | 111101 | 10101 | 1000001 | 110 | 1000100 | 0 | 1001011 | 100100111 | 110011 | 10001 |
Color Harmonies of #3D1541
Complementary color
Monochromatic Colors of #3D1541
Black with #3D1541
Text Example
Text Example
White with #3D1541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1541; }
p { color: rgb(61,21,65); }
H1.HeaderClassName
{
color: #3D1541;
}
.AnyTagClassName
{
color: #3D1541;
}
</style>
background-color css
<style>
a { background-color: #3D1541; }
a { background-color: rgb(61,21,65); }
div.DivClassName
{
background-color: #3D1541;
}
.BgClassName
{
background-color: #3D1541;
}
</style>
border-color css
<style>
span { border-color: #3D1541; }
span { border-color: rgb(61,21,65); }
td.TdClassName
{
border-color: #3D1541;
}
.TagClassName
{
border-color: #3D1541;
}
</style>