Shades of Mardi Gras #3D1439
Tints of Mardi Gras #3D1439
RGB
CMYK
RGB Variations
Color information
#3D1439 (or 0x3D1439) is known color: Mardi Gras. HEX triplet: 3D, 14 and 39. RGB value is (61,20,57). Sum of RGB (Red+Green+Blue) = 61+20+57=138 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.20% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1439 is #C2EBC6. Grayscale: #242424. Windows color (decimal): -12774343 or 3740733. OLE color: 3740733.
HSL color Cylindrical-coordinate representation of color #3D1439: hue angle of 305.85º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D1439 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 20 | 57 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.76 |
| HSL | 305.85º | 0.51% | 0.16% | - |
| HSV(B) | 305.85º | 0.67% | 0.24% | - |
| XYZ | 2.91 | 1.79 | 4.06 | - |
| YUV | 36.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 57 | 0 | 0.67 | 0.07 | 0.76 | 305.85 | 0.51 | 0.16 |
| Hex | 3D | 14 | 39 | 0 | 43 | 7 | 4C | 132 | 33 | 10 |
| Octal | 75 | 24 | 71 | 0 | 103 | 7 | 114 | 462 | 63 | 20 |
| Binary | 111101 | 10100 | 111001 | 0 | 1000011 | 111 | 1001100 | 100110010 | 110011 | 10000 |
Color Harmonies of #3D1439
Complementary color
Monochromatic Colors of #3D1439
Black with #3D1439
Text Example
Text Example
White with #3D1439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1439; }
p { color: rgb(61,20,57); }
H1.HeaderClassName
{
color: #3D1439;
}
.AnyTagClassName
{
color: #3D1439;
}
</style>
background-color css
<style>
a { background-color: #3D1439; }
a { background-color: rgb(61,20,57); }
div.DivClassName
{
background-color: #3D1439;
}
.BgClassName
{
background-color: #3D1439;
}
</style>
border-color css
<style>
span { border-color: #3D1439; }
span { border-color: rgb(61,20,57); }
td.TdClassName
{
border-color: #3D1439;
}
.TagClassName
{
border-color: #3D1439;
}
</style>