Shades of Mardi Gras #3D1244
Tints of Mardi Gras #3D1244
RGB
CMYK
RGB Variations
Color information
#3D1244 (or 0x3D1244) is known color: Mardi Gras. HEX triplet: 3D, 12 and 44. RGB value is (61,18,68). Sum of RGB (Red+Green+Blue) = 61+18+68=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 68 - color contains mainly: blue. Hex color #3D1244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1244 is #C2EDBB. Grayscale: #242424. Windows color (decimal): -12774844 or 4461117. OLE color: 4461117.
HSL color Cylindrical-coordinate representation of color #3D1244: hue angle of 291.6º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D1244 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 18 | 68 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.73 |
| HSL | 291.6º | 0.58% | 0.17% | - |
| HSV(B) | 291.6º | 0.74% | 0.27% | - |
| XYZ | 3.18 | 1.84 | 5.66 | - |
| YUV | 36.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 68 | 0.10 | 0.74 | 0 | 0.73 | 291.6 | 0.58 | 0.17 |
| Hex | 3D | 12 | 44 | A | 4A | 0 | 49 | 124 | 3A | 11 |
| Octal | 75 | 22 | 104 | 12 | 112 | 0 | 111 | 444 | 72 | 21 |
| Binary | 111101 | 10010 | 1000100 | 1010 | 1001010 | 0 | 1001001 | 100100100 | 111010 | 10001 |
Color Harmonies of #3D1244
Complementary color
Monochromatic Colors of #3D1244
Black with #3D1244
Text Example
Text Example
White with #3D1244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1244; }
p { color: rgb(61,18,68); }
H1.HeaderClassName
{
color: #3D1244;
}
.AnyTagClassName
{
color: #3D1244;
}
</style>
background-color css
<style>
a { background-color: #3D1244; }
a { background-color: rgb(61,18,68); }
div.DivClassName
{
background-color: #3D1244;
}
.BgClassName
{
background-color: #3D1244;
}
</style>
border-color css
<style>
span { border-color: #3D1244; }
span { border-color: rgb(61,18,68); }
td.TdClassName
{
border-color: #3D1244;
}
.TagClassName
{
border-color: #3D1244;
}
</style>