Shades of Mardi Gras #3D1938
Tints of Mardi Gras #3D1938
RGB
CMYK
RGB Variations
Color information
#3D1938 (or 0x3D1938) is known color: Mardi Gras. HEX triplet: 3D, 19 and 38. RGB value is (61,25,56). Sum of RGB (Red+Green+Blue) = 61+25+56=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1938 is #C2E6C7. Grayscale: #272727. Windows color (decimal): -12773064 or 3676477. OLE color: 3676477.
HSL color Cylindrical-coordinate representation of color #3D1938: hue angle of 308.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D1938 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 25 | 56 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.76 |
| HSL | 308.33º | 0.42% | 0.17% | - |
| HSV(B) | 308.33º | 0.59% | 0.24% | - |
| XYZ | 2.99 | 1.97 | 3.96 | - |
| YUV | 39.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 56 | 0 | 0.59 | 0.08 | 0.76 | 308.33 | 0.42 | 0.17 |
| Hex | 3D | 19 | 38 | 0 | 3B | 8 | 4C | 134 | 2A | 11 |
| Octal | 75 | 31 | 70 | 0 | 73 | 10 | 114 | 464 | 52 | 21 |
| Binary | 111101 | 11001 | 111000 | 0 | 111011 | 1000 | 1001100 | 100110100 | 101010 | 10001 |
Color Harmonies of #3D1938
Complementary color
Monochromatic Colors of #3D1938
Black with #3D1938
Text Example
Text Example
White with #3D1938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1938; }
p { color: rgb(61,25,56); }
H1.HeaderClassName
{
color: #3D1938;
}
.AnyTagClassName
{
color: #3D1938;
}
</style>
background-color css
<style>
a { background-color: #3D1938; }
a { background-color: rgb(61,25,56); }
div.DivClassName
{
background-color: #3D1938;
}
.BgClassName
{
background-color: #3D1938;
}
</style>
border-color css
<style>
span { border-color: #3D1938; }
span { border-color: rgb(61,25,56); }
td.TdClassName
{
border-color: #3D1938;
}
.TagClassName
{
border-color: #3D1938;
}
</style>