Shades of Mardi Gras #3D003B
Tints of Mardi Gras #3D003B
RGB
CMYK
RGB Variations
Color information
#3D003B (or 0x3D003B) is known color: Mardi Gras. HEX triplet: 3D, 00 and 3B. RGB value is (61,0,59). Sum of RGB (Red+Green+Blue) = 61+0+59=120 (15% of max value = 765). Red value is 61 (24.22% from 255 or 50.83% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 59 (23.44% from 255 or 49.17% from 120); Max value from RGB is 61 - color contains mainly: red. Hex color #3D003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D003B is #C2FFC4. Grayscale: #181818. Windows color (decimal): -12779461 or 3866685. OLE color: 3866685.
HSL color Cylindrical-coordinate representation of color #3D003B: hue angle of 301.97º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D003B is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.03 | 0.76 |
| HSL | 301.97º | 1% | 0.12% | - |
| HSV(B) | 301.97º | 1% | 0.24% | - |
| XYZ | 2.71 | 1.31 | 4.25 | - |
| YUV | 24.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 59 | 0 | 1 | 0.03 | 0.76 | 301.97 | 1 | 0.12 |
| Hex | 3D | 0 | 3B | 0 | 64 | 3 | 4C | 12E | 64 | C |
| Octal | 75 | 0 | 73 | 0 | 144 | 3 | 114 | 456 | 144 | 14 |
| Binary | 111101 | 0 | 111011 | 0 | 1100100 | 11 | 1001100 | 100101110 | 1100100 | 1100 |
Color Harmonies of #3D003B
Complementary color
Monochromatic Colors of #3D003B
Black with #3D003B
Text Example
Text Example
White with #3D003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D003B; }
p { color: rgb(61,0,59); }
H1.HeaderClassName
{
color: #3D003B;
}
.AnyTagClassName
{
color: #3D003B;
}
</style>
background-color css
<style>
a { background-color: #3D003B; }
a { background-color: rgb(61,0,59); }
div.DivClassName
{
background-color: #3D003B;
}
.BgClassName
{
background-color: #3D003B;
}
</style>
border-color css
<style>
span { border-color: #3D003B; }
span { border-color: rgb(61,0,59); }
td.TdClassName
{
border-color: #3D003B;
}
.TagClassName
{
border-color: #3D003B;
}
</style>