Shades of Mardi Gras #3D0B38
Tints of Mardi Gras #3D0B38
RGB
CMYK
RGB Variations
Color information
#3D0B38 (or 0x3D0B38) is known color: Mardi Gras. HEX triplet: 3D, 0B and 38. RGB value is (61,11,56). Sum of RGB (Red+Green+Blue) = 61+11+56=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 11 (4.69% from 255 or 8.59% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0B38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0B38 is #C2F4C7. Grayscale: #1E1E1E. Windows color (decimal): -12776648 or 3672893. OLE color: 3672893.
HSL color Cylindrical-coordinate representation of color #3D0B38: hue angle of 306º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D0B38 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 11 | 56 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.76 |
| HSL | 306º | 0.69% | 0.14% | - |
| HSV(B) | 306º | 0.82% | 0.24% | - |
| XYZ | 2.76 | 1.52 | 3.89 | - |
| YUV | 31.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 11 | 56 | 0 | 0.82 | 0.08 | 0.76 | 306 | 0.69 | 0.14 |
| Hex | 3D | B | 38 | 0 | 52 | 8 | 4C | 132 | 45 | E |
| Octal | 75 | 13 | 70 | 0 | 122 | 10 | 114 | 462 | 105 | 16 |
| Binary | 111101 | 1011 | 111000 | 0 | 1010010 | 1000 | 1001100 | 100110010 | 1000101 | 1110 |
Color Harmonies of #3D0B38
Complementary color
Monochromatic Colors of #3D0B38
Black with #3D0B38
Text Example
Text Example
White with #3D0B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0B38; }
p { color: rgb(61,11,56); }
H1.HeaderClassName
{
color: #3D0B38;
}
.AnyTagClassName
{
color: #3D0B38;
}
</style>
background-color css
<style>
a { background-color: #3D0B38; }
a { background-color: rgb(61,11,56); }
div.DivClassName
{
background-color: #3D0B38;
}
.BgClassName
{
background-color: #3D0B38;
}
</style>
border-color css
<style>
span { border-color: #3D0B38; }
span { border-color: rgb(61,11,56); }
td.TdClassName
{
border-color: #3D0B38;
}
.TagClassName
{
border-color: #3D0B38;
}
</style>