Shades of Mardi Gras #3D0839
Tints of Mardi Gras #3D0839
RGB
CMYK
RGB Variations
Color information
#3D0839 (or 0x3D0839) is known color: Mardi Gras. HEX triplet: 3D, 08 and 39. RGB value is (61,8,57). Sum of RGB (Red+Green+Blue) = 61+8+57=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0839 is #C2F7C6. Grayscale: #1D1D1D. Windows color (decimal): -12777415 or 3737661. OLE color: 3737661.
HSL color Cylindrical-coordinate representation of color #3D0839: hue angle of 304.53º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D0839 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 8 | 57 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.76 |
| HSL | 304.53º | 0.77% | 0.14% | - |
| HSV(B) | 304.53º | 0.87% | 0.24% | - |
| XYZ | 2.75 | 1.46 | 4.01 | - |
| YUV | 29.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 8 | 57 | 0 | 0.87 | 0.07 | 0.76 | 304.53 | 0.77 | 0.14 |
| Hex | 3D | 8 | 39 | 0 | 57 | 7 | 4C | 131 | 4D | E |
| Octal | 75 | 10 | 71 | 0 | 127 | 7 | 114 | 461 | 115 | 16 |
| Binary | 111101 | 1000 | 111001 | 0 | 1010111 | 111 | 1001100 | 100110001 | 1001101 | 1110 |
Color Harmonies of #3D0839
Complementary color
Monochromatic Colors of #3D0839
Black with #3D0839
Text Example
Text Example
White with #3D0839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0839; }
p { color: rgb(61,8,57); }
H1.HeaderClassName
{
color: #3D0839;
}
.AnyTagClassName
{
color: #3D0839;
}
</style>
background-color css
<style>
a { background-color: #3D0839; }
a { background-color: rgb(61,8,57); }
div.DivClassName
{
background-color: #3D0839;
}
.BgClassName
{
background-color: #3D0839;
}
</style>
border-color css
<style>
span { border-color: #3D0839; }
span { border-color: rgb(61,8,57); }
td.TdClassName
{
border-color: #3D0839;
}
.TagClassName
{
border-color: #3D0839;
}
</style>