Shades of Mardi Gras #3D123F
Tints of Mardi Gras #3D123F
RGB
CMYK
RGB Variations
Color information
#3D123F (or 0x3D123F) is known color: Mardi Gras. HEX triplet: 3D, 12 and 3F. RGB value is (61,18,63). Sum of RGB (Red+Green+Blue) = 61+18+63=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #3D123F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D123F is #C2EDC0. Grayscale: #232323. Windows color (decimal): -12774849 or 4133437. OLE color: 4133437.
HSL color Cylindrical-coordinate representation of color #3D123F: hue angle of 297.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D123F is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 18 | 63 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.75 |
| HSL | 297.33º | 0.56% | 0.16% | - |
| HSV(B) | 297.33º | 0.71% | 0.25% | - |
| XYZ | 3.04 | 1.78 | 4.89 | - |
| YUV | 35.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 63 | 0.03 | 0.71 | 0 | 0.75 | 297.33 | 0.56 | 0.16 |
| Hex | 3D | 12 | 3F | 3 | 47 | 0 | 4B | 129 | 38 | 10 |
| Octal | 75 | 22 | 77 | 3 | 107 | 0 | 113 | 451 | 70 | 20 |
| Binary | 111101 | 10010 | 111111 | 11 | 1000111 | 0 | 1001011 | 100101001 | 111000 | 10000 |
Color Harmonies of #3D123F
Complementary color
Monochromatic Colors of #3D123F
Black with #3D123F
Text Example
Text Example
White with #3D123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D123F; }
p { color: rgb(61,18,63); }
H1.HeaderClassName
{
color: #3D123F;
}
.AnyTagClassName
{
color: #3D123F;
}
</style>
background-color css
<style>
a { background-color: #3D123F; }
a { background-color: rgb(61,18,63); }
div.DivClassName
{
background-color: #3D123F;
}
.BgClassName
{
background-color: #3D123F;
}
</style>
border-color css
<style>
span { border-color: #3D123F; }
span { border-color: rgb(61,18,63); }
td.TdClassName
{
border-color: #3D123F;
}
.TagClassName
{
border-color: #3D123F;
}
</style>