Shades of Mardi Gras #3D083B
Tints of Mardi Gras #3D083B
RGB
CMYK
RGB Variations
Color information
#3D083B (or 0x3D083B) is known color: Mardi Gras. HEX triplet: 3D, 08 and 3B. RGB value is (61,8,59). Sum of RGB (Red+Green+Blue) = 61+8+59=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 61 - color contains mainly: red. Hex color #3D083B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D083B is #C2F7C4. Grayscale: #1D1D1D. Windows color (decimal): -12777413 or 3868733. OLE color: 3868733.
HSL color Cylindrical-coordinate representation of color #3D083B: hue angle of 302.26º 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 #3D083B is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 8 | 59 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.76 |
| HSL | 302.26º | 0.77% | 0.14% | - |
| HSV(B) | 302.26º | 0.87% | 0.24% | - |
| XYZ | 2.8 | 1.48 | 4.28 | - |
| YUV | 29.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 8 | 59 | 0 | 0.87 | 0.03 | 0.76 | 302.26 | 0.77 | 0.14 |
| Hex | 3D | 8 | 3B | 0 | 57 | 3 | 4C | 12E | 4D | E |
| Octal | 75 | 10 | 73 | 0 | 127 | 3 | 114 | 456 | 115 | 16 |
| Binary | 111101 | 1000 | 111011 | 0 | 1010111 | 11 | 1001100 | 100101110 | 1001101 | 1110 |
Color Harmonies of #3D083B
Complementary color
Monochromatic Colors of #3D083B
Black with #3D083B
Text Example
Text Example
White with #3D083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D083B; }
p { color: rgb(61,8,59); }
H1.HeaderClassName
{
color: #3D083B;
}
.AnyTagClassName
{
color: #3D083B;
}
</style>
background-color css
<style>
a { background-color: #3D083B; }
a { background-color: rgb(61,8,59); }
div.DivClassName
{
background-color: #3D083B;
}
.BgClassName
{
background-color: #3D083B;
}
</style>
border-color css
<style>
span { border-color: #3D083B; }
span { border-color: rgb(61,8,59); }
td.TdClassName
{
border-color: #3D083B;
}
.TagClassName
{
border-color: #3D083B;
}
</style>