Shades of Mardi Gras #3D1844
Tints of Mardi Gras #3D1844
RGB
CMYK
RGB Variations
Color information
#3D1844 (or 0x3D1844) is known color: Mardi Gras. HEX triplet: 3D, 18 and 44. RGB value is (61,24,68). Sum of RGB (Red+Green+Blue) = 61+24+68=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 68 - color contains mainly: blue. Hex color #3D1844 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1844 is #C2E7BB. Grayscale: #272727. Windows color (decimal): -12773308 or 4462653. OLE color: 4462653.
HSL color Cylindrical-coordinate representation of color #3D1844: hue angle of 290.45º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D1844 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 24 | 68 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.73 |
| HSL | 290.45º | 0.48% | 0.18% | - |
| HSV(B) | 290.45º | 0.65% | 0.27% | - |
| XYZ | 3.29 | 2.06 | 5.69 | - |
| YUV | 40.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 68 | 0.10 | 0.65 | 0 | 0.73 | 290.45 | 0.48 | 0.18 |
| Hex | 3D | 18 | 44 | A | 41 | 0 | 49 | 122 | 30 | 12 |
| Octal | 75 | 30 | 104 | 12 | 101 | 0 | 111 | 442 | 60 | 22 |
| Binary | 111101 | 11000 | 1000100 | 1010 | 1000001 | 0 | 1001001 | 100100010 | 110000 | 10010 |
Color Harmonies of #3D1844
Complementary color
Monochromatic Colors of #3D1844
Black with #3D1844
Text Example
Text Example
White with #3D1844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1844; }
p { color: rgb(61,24,68); }
H1.HeaderClassName
{
color: #3D1844;
}
.AnyTagClassName
{
color: #3D1844;
}
</style>
background-color css
<style>
a { background-color: #3D1844; }
a { background-color: rgb(61,24,68); }
div.DivClassName
{
background-color: #3D1844;
}
.BgClassName
{
background-color: #3D1844;
}
</style>
border-color css
<style>
span { border-color: #3D1844; }
span { border-color: rgb(61,24,68); }
td.TdClassName
{
border-color: #3D1844;
}
.TagClassName
{
border-color: #3D1844;
}
</style>