Shades of Mardi Gras #3D0938
Tints of Mardi Gras #3D0938
RGB
CMYK
RGB Variations
Color information
#3D0938 (or 0x3D0938) is known color: Mardi Gras. HEX triplet: 3D, 09 and 38. RGB value is (61,9,56). Sum of RGB (Red+Green+Blue) = 61+9+56=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0938 is #C2F6C7. Grayscale: #1D1D1D. Windows color (decimal): -12777160 or 3672381. OLE color: 3672381.
HSL color Cylindrical-coordinate representation of color #3D0938: hue angle of 305.77º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D0938 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 9 | 56 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.76 |
| HSL | 305.77º | 0.74% | 0.14% | - |
| HSV(B) | 305.77º | 0.85% | 0.24% | - |
| XYZ | 2.74 | 1.47 | 3.88 | - |
| YUV | 29.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 9 | 56 | 0 | 0.85 | 0.08 | 0.76 | 305.77 | 0.74 | 0.14 |
| Hex | 3D | 9 | 38 | 0 | 55 | 8 | 4C | 132 | 4A | E |
| Octal | 75 | 11 | 70 | 0 | 125 | 10 | 114 | 462 | 112 | 16 |
| Binary | 111101 | 1001 | 111000 | 0 | 1010101 | 1000 | 1001100 | 100110010 | 1001010 | 1110 |
Color Harmonies of #3D0938
Complementary color
Monochromatic Colors of #3D0938
Black with #3D0938
Text Example
Text Example
White with #3D0938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0938; }
p { color: rgb(61,9,56); }
H1.HeaderClassName
{
color: #3D0938;
}
.AnyTagClassName
{
color: #3D0938;
}
</style>
background-color css
<style>
a { background-color: #3D0938; }
a { background-color: rgb(61,9,56); }
div.DivClassName
{
background-color: #3D0938;
}
.BgClassName
{
background-color: #3D0938;
}
</style>
border-color css
<style>
span { border-color: #3D0938; }
span { border-color: rgb(61,9,56); }
td.TdClassName
{
border-color: #3D0938;
}
.TagClassName
{
border-color: #3D0938;
}
</style>