Shades of Mardi Gras #3D1239
Tints of Mardi Gras #3D1239
RGB
CMYK
RGB Variations
Color information
#3D1239 (or 0x3D1239) is known color: Mardi Gras. HEX triplet: 3D, 12 and 39. RGB value is (61,18,57). Sum of RGB (Red+Green+Blue) = 61+18+57=136 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.85% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1239 is #C2EDC6. Grayscale: #232323. Windows color (decimal): -12774855 or 3740221. OLE color: 3740221.
HSL color Cylindrical-coordinate representation of color #3D1239: hue angle of 305.58º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D1239 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 18 | 57 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.76 |
| HSL | 305.58º | 0.54% | 0.15% | - |
| HSV(B) | 305.58º | 0.7% | 0.24% | - |
| XYZ | 2.88 | 1.72 | 4.05 | - |
| YUV | 35.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 57 | 0 | 0.70 | 0.07 | 0.76 | 305.58 | 0.54 | 0.15 |
| Hex | 3D | 12 | 39 | 0 | 46 | 7 | 4C | 132 | 36 | F |
| Octal | 75 | 22 | 71 | 0 | 106 | 7 | 114 | 462 | 66 | 17 |
| Binary | 111101 | 10010 | 111001 | 0 | 1000110 | 111 | 1001100 | 100110010 | 110110 | 1111 |
Color Harmonies of #3D1239
Complementary color
Monochromatic Colors of #3D1239
Black with #3D1239
Text Example
Text Example
White with #3D1239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1239; }
p { color: rgb(61,18,57); }
H1.HeaderClassName
{
color: #3D1239;
}
.AnyTagClassName
{
color: #3D1239;
}
</style>
background-color css
<style>
a { background-color: #3D1239; }
a { background-color: rgb(61,18,57); }
div.DivClassName
{
background-color: #3D1239;
}
.BgClassName
{
background-color: #3D1239;
}
</style>
border-color css
<style>
span { border-color: #3D1239; }
span { border-color: rgb(61,18,57); }
td.TdClassName
{
border-color: #3D1239;
}
.TagClassName
{
border-color: #3D1239;
}
</style>