Shades of Mardi Gras #3D1836
Tints of Mardi Gras #3D1836
RGB
CMYK
RGB Variations
Color information
#3D1836 (or 0x3D1836) is known color: Mardi Gras. HEX triplet: 3D, 18 and 36. RGB value is (61,24,54). Sum of RGB (Red+Green+Blue) = 61+24+54=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1836 is #C2E7C9. Grayscale: #262626. Windows color (decimal): -12773322 or 3545149. OLE color: 3545149.
HSL color Cylindrical-coordinate representation of color #3D1836: hue angle of 311.35º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D1836 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 24 | 54 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.76 |
| HSL | 311.35º | 0.44% | 0.17% | - |
| HSV(B) | 311.35º | 0.61% | 0.24% | - |
| XYZ | 2.92 | 1.91 | 3.71 | - |
| YUV | 38.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 54 | 0 | 0.61 | 0.11 | 0.76 | 311.35 | 0.44 | 0.17 |
| Hex | 3D | 18 | 36 | 0 | 3D | B | 4C | 137 | 2C | 11 |
| Octal | 75 | 30 | 66 | 0 | 75 | 13 | 114 | 467 | 54 | 21 |
| Binary | 111101 | 11000 | 110110 | 0 | 111101 | 1011 | 1001100 | 100110111 | 101100 | 10001 |
Color Harmonies of #3D1836
Complementary color
Monochromatic Colors of #3D1836
Black with #3D1836
Text Example
Text Example
White with #3D1836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1836; }
p { color: rgb(61,24,54); }
H1.HeaderClassName
{
color: #3D1836;
}
.AnyTagClassName
{
color: #3D1836;
}
</style>
background-color css
<style>
a { background-color: #3D1836; }
a { background-color: rgb(61,24,54); }
div.DivClassName
{
background-color: #3D1836;
}
.BgClassName
{
background-color: #3D1836;
}
</style>
border-color css
<style>
span { border-color: #3D1836; }
span { border-color: rgb(61,24,54); }
td.TdClassName
{
border-color: #3D1836;
}
.TagClassName
{
border-color: #3D1836;
}
</style>