Shades of Mardi Gras #3D143E
Tints of Mardi Gras #3D143E
RGB
CMYK
RGB Variations
Color information
#3D143E (or 0x3D143E) is known color: Mardi Gras. HEX triplet: 3D, 14 and 3E. RGB value is (61,20,62). Sum of RGB (Red+Green+Blue) = 61+20+62=143 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.66% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 62 - color contains mainly: blue. Hex color #3D143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D143E is #C2EBC1. Grayscale: #242424. Windows color (decimal): -12774338 or 4068413. OLE color: 4068413.
HSL color Cylindrical-coordinate representation of color #3D143E: hue angle of 298.57º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D143E is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 20 | 62 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.76 |
| HSL | 298.57º | 0.51% | 0.16% | - |
| HSV(B) | 298.57º | 0.68% | 0.24% | - |
| XYZ | 3.04 | 1.84 | 4.75 | - |
| YUV | 37.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 62 | 0.02 | 0.68 | 0 | 0.76 | 298.57 | 0.51 | 0.16 |
| Hex | 3D | 14 | 3E | 2 | 44 | 0 | 4C | 12B | 33 | 10 |
| Octal | 75 | 24 | 76 | 2 | 104 | 0 | 114 | 453 | 63 | 20 |
| Binary | 111101 | 10100 | 111110 | 10 | 1000100 | 0 | 1001100 | 100101011 | 110011 | 10000 |
Color Harmonies of #3D143E
Complementary color
Monochromatic Colors of #3D143E
Black with #3D143E
Text Example
Text Example
White with #3D143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D143E; }
p { color: rgb(61,20,62); }
H1.HeaderClassName
{
color: #3D143E;
}
.AnyTagClassName
{
color: #3D143E;
}
</style>
background-color css
<style>
a { background-color: #3D143E; }
a { background-color: rgb(61,20,62); }
div.DivClassName
{
background-color: #3D143E;
}
.BgClassName
{
background-color: #3D143E;
}
</style>
border-color css
<style>
span { border-color: #3D143E; }
span { border-color: rgb(61,20,62); }
td.TdClassName
{
border-color: #3D143E;
}
.TagClassName
{
border-color: #3D143E;
}
</style>