Shades of Mardi Gras #3D1841
Tints of Mardi Gras #3D1841
RGB
CMYK
RGB Variations
Color information
#3D1841 (or 0x3D1841) is known color: Mardi Gras. HEX triplet: 3D, 18 and 41. RGB value is (61,24,65). Sum of RGB (Red+Green+Blue) = 61+24+65=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #3D1841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1841 is #C2E7BE. Grayscale: #272727. Windows color (decimal): -12773311 or 4266045. OLE color: 4266045.
HSL color Cylindrical-coordinate representation of color #3D1841: hue angle of 294.15º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D1841 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 24 | 65 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.75 |
| HSL | 294.15º | 0.46% | 0.17% | - |
| HSV(B) | 294.15º | 0.63% | 0.25% | - |
| XYZ | 3.21 | 2.03 | 5.22 | - |
| YUV | 39.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 65 | 0.06 | 0.63 | 0 | 0.75 | 294.15 | 0.46 | 0.17 |
| Hex | 3D | 18 | 41 | 6 | 3F | 0 | 4B | 126 | 2E | 11 |
| Octal | 75 | 30 | 101 | 6 | 77 | 0 | 113 | 446 | 56 | 21 |
| Binary | 111101 | 11000 | 1000001 | 110 | 111111 | 0 | 1001011 | 100100110 | 101110 | 10001 |
Color Harmonies of #3D1841
Complementary color
Monochromatic Colors of #3D1841
Black with #3D1841
Text Example
Text Example
White with #3D1841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1841; }
p { color: rgb(61,24,65); }
H1.HeaderClassName
{
color: #3D1841;
}
.AnyTagClassName
{
color: #3D1841;
}
</style>
background-color css
<style>
a { background-color: #3D1841; }
a { background-color: rgb(61,24,65); }
div.DivClassName
{
background-color: #3D1841;
}
.BgClassName
{
background-color: #3D1841;
}
</style>
border-color css
<style>
span { border-color: #3D1841; }
span { border-color: rgb(61,24,65); }
td.TdClassName
{
border-color: #3D1841;
}
.TagClassName
{
border-color: #3D1841;
}
</style>