Shades of Mardi Gras #3D133B
Tints of Mardi Gras #3D133B
RGB
CMYK
RGB Variations
Color information
#3D133B (or 0x3D133B) is known color: Mardi Gras. HEX triplet: 3D, 13 and 3B. RGB value is (61,19,59). Sum of RGB (Red+Green+Blue) = 61+19+59=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 61 - color contains mainly: red. Hex color #3D133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D133B is #C2ECC4. Grayscale: #242424. Windows color (decimal): -12774597 or 3871549. OLE color: 3871549.
HSL color Cylindrical-coordinate representation of color #3D133B: hue angle of 302.86º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D133B is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 19 | 59 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.76 |
| HSL | 302.86º | 0.53% | 0.16% | - |
| HSV(B) | 302.86º | 0.69% | 0.24% | - |
| XYZ | 2.95 | 1.77 | 4.32 | - |
| YUV | 36.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 59 | 0 | 0.69 | 0.03 | 0.76 | 302.86 | 0.53 | 0.16 |
| Hex | 3D | 13 | 3B | 0 | 45 | 3 | 4C | 12F | 34 | 10 |
| Octal | 75 | 23 | 73 | 0 | 105 | 3 | 114 | 457 | 64 | 20 |
| Binary | 111101 | 10011 | 111011 | 0 | 1000101 | 11 | 1001100 | 100101111 | 110100 | 10000 |
Color Harmonies of #3D133B
Complementary color
Monochromatic Colors of #3D133B
Black with #3D133B
Text Example
Text Example
White with #3D133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D133B; }
p { color: rgb(61,19,59); }
H1.HeaderClassName
{
color: #3D133B;
}
.AnyTagClassName
{
color: #3D133B;
}
</style>
background-color css
<style>
a { background-color: #3D133B; }
a { background-color: rgb(61,19,59); }
div.DivClassName
{
background-color: #3D133B;
}
.BgClassName
{
background-color: #3D133B;
}
</style>
border-color css
<style>
span { border-color: #3D133B; }
span { border-color: rgb(61,19,59); }
td.TdClassName
{
border-color: #3D133B;
}
.TagClassName
{
border-color: #3D133B;
}
</style>