Shades of Mardi Gras #3D123B
Tints of Mardi Gras #3D123B
RGB
CMYK
RGB Variations
Color information
#3D123B (or 0x3D123B) is known color: Mardi Gras. HEX triplet: 3D, 12 and 3B. RGB value is (61,18,59). Sum of RGB (Red+Green+Blue) = 61+18+59=138 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.20% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 61 - color contains mainly: red. Hex color #3D123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D123B is #C2EDC4. Grayscale: #232323. Windows color (decimal): -12774853 or 3871293. OLE color: 3871293.
HSL color Cylindrical-coordinate representation of color #3D123B: hue angle of 302.79º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D123B is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 18 | 59 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.76 |
| HSL | 302.79º | 0.54% | 0.15% | - |
| HSV(B) | 302.79º | 0.7% | 0.24% | - |
| XYZ | 2.93 | 1.74 | 4.32 | - |
| YUV | 35.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 59 | 0 | 0.70 | 0.03 | 0.76 | 302.79 | 0.54 | 0.15 |
| Hex | 3D | 12 | 3B | 0 | 46 | 3 | 4C | 12F | 36 | F |
| Octal | 75 | 22 | 73 | 0 | 106 | 3 | 114 | 457 | 66 | 17 |
| Binary | 111101 | 10010 | 111011 | 0 | 1000110 | 11 | 1001100 | 100101111 | 110110 | 1111 |
Color Harmonies of #3D123B
Complementary color
Monochromatic Colors of #3D123B
Black with #3D123B
Text Example
Text Example
White with #3D123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D123B; }
p { color: rgb(61,18,59); }
H1.HeaderClassName
{
color: #3D123B;
}
.AnyTagClassName
{
color: #3D123B;
}
</style>
background-color css
<style>
a { background-color: #3D123B; }
a { background-color: rgb(61,18,59); }
div.DivClassName
{
background-color: #3D123B;
}
.BgClassName
{
background-color: #3D123B;
}
</style>
border-color css
<style>
span { border-color: #3D123B; }
span { border-color: rgb(61,18,59); }
td.TdClassName
{
border-color: #3D123B;
}
.TagClassName
{
border-color: #3D123B;
}
</style>