Shades of Mardi Gras #3D1842
Tints of Mardi Gras #3D1842
RGB
CMYK
RGB Variations
Color information
#3D1842 (or 0x3D1842) is known color: Mardi Gras. HEX triplet: 3D, 18 and 42. RGB value is (61,24,66). Sum of RGB (Red+Green+Blue) = 61+24+66=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 66 (26.17% from 255 or 43.71% from 151); Max value from RGB is 66 - color contains mainly: blue. Hex color #3D1842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1842 is #C2E7BD. Grayscale: #272727. Windows color (decimal): -12773310 or 4331581. OLE color: 4331581.
HSL color Cylindrical-coordinate representation of color #3D1842: hue angle of 292.86º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D1842 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 61 | 24 | 66 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.74 |
| HSL | 292.86º | 0.47% | 0.18% | - |
| HSV(B) | 292.86º | 0.64% | 0.26% | - |
| XYZ | 3.23 | 2.04 | 5.38 | - |
| YUV | 39.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 66 | 0.08 | 0.64 | 0 | 0.74 | 292.86 | 0.47 | 0.18 |
| Hex | 3D | 18 | 42 | 8 | 40 | 0 | 4A | 125 | 2F | 12 |
| Octal | 75 | 30 | 102 | 10 | 100 | 0 | 112 | 445 | 57 | 22 |
| Binary | 111101 | 11000 | 1000010 | 1000 | 1000000 | 0 | 1001010 | 100100101 | 101111 | 10010 |
Color Harmonies of #3D1842
Complementary color
Monochromatic Colors of #3D1842
Black with #3D1842
Text Example
Text Example
White with #3D1842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1842; }
p { color: rgb(61,24,66); }
H1.HeaderClassName
{
color: #3D1842;
}
.AnyTagClassName
{
color: #3D1842;
}
</style>
background-color css
<style>
a { background-color: #3D1842; }
a { background-color: rgb(61,24,66); }
div.DivClassName
{
background-color: #3D1842;
}
.BgClassName
{
background-color: #3D1842;
}
</style>
border-color css
<style>
span { border-color: #3D1842; }
span { border-color: rgb(61,24,66); }
td.TdClassName
{
border-color: #3D1842;
}
.TagClassName
{
border-color: #3D1842;
}
</style>