Shades of Mardi Gras #3D1538
Tints of Mardi Gras #3D1538
RGB
CMYK
RGB Variations
Color information
#3D1538 (or 0x3D1538) is known color: Mardi Gras. HEX triplet: 3D, 15 and 38. RGB value is (61,21,56). Sum of RGB (Red+Green+Blue) = 61+21+56=138 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.20% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1538 is #C2EAC7. Grayscale: #242424. Windows color (decimal): -12774088 or 3675453. OLE color: 3675453.
HSL color Cylindrical-coordinate representation of color #3D1538: hue angle of 307.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D1538 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 21 | 56 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.76 |
| HSL | 307.5º | 0.49% | 0.16% | - |
| HSV(B) | 307.5º | 0.66% | 0.24% | - |
| XYZ | 2.91 | 1.81 | 3.94 | - |
| YUV | 36.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 56 | 0 | 0.66 | 0.08 | 0.76 | 307.5 | 0.49 | 0.16 |
| Hex | 3D | 15 | 38 | 0 | 42 | 8 | 4C | 134 | 31 | 10 |
| Octal | 75 | 25 | 70 | 0 | 102 | 10 | 114 | 464 | 61 | 20 |
| Binary | 111101 | 10101 | 111000 | 0 | 1000010 | 1000 | 1001100 | 100110100 | 110001 | 10000 |
Color Harmonies of #3D1538
Complementary color
Monochromatic Colors of #3D1538
Black with #3D1538
Text Example
Text Example
White with #3D1538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1538; }
p { color: rgb(61,21,56); }
H1.HeaderClassName
{
color: #3D1538;
}
.AnyTagClassName
{
color: #3D1538;
}
</style>
background-color css
<style>
a { background-color: #3D1538; }
a { background-color: rgb(61,21,56); }
div.DivClassName
{
background-color: #3D1538;
}
.BgClassName
{
background-color: #3D1538;
}
</style>
border-color css
<style>
span { border-color: #3D1538; }
span { border-color: rgb(61,21,56); }
td.TdClassName
{
border-color: #3D1538;
}
.TagClassName
{
border-color: #3D1538;
}
</style>