Shades of Mardi Gras #3B173D
Tints of Mardi Gras #3B173D
RGB
CMYK
RGB Variations
Color information
#3B173D (or 0x3B173D) is known color: Mardi Gras. HEX triplet: 3B, 17 and 3D. RGB value is (59,23,61). Sum of RGB (Red+Green+Blue) = 59+23+61=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B173D is #C4E8C2. Grayscale: #252525. Windows color (decimal): -12904643 or 4003643. OLE color: 4003643.
HSL color Cylindrical-coordinate representation of color #3B173D: hue angle of 296.84º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B173D is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 23 | 61 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.76 |
| HSL | 296.84º | 0.45% | 0.16% | - |
| HSV(B) | 296.84º | 0.62% | 0.24% | - |
| XYZ | 2.95 | 1.88 | 4.62 | - |
| YUV | 38.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 61 | 0.03 | 0.62 | 0 | 0.76 | 296.84 | 0.45 | 0.16 |
| Hex | 3B | 17 | 3D | 3 | 3E | 0 | 4C | 129 | 2D | 10 |
| Octal | 73 | 27 | 75 | 3 | 76 | 0 | 114 | 451 | 55 | 20 |
| Binary | 111011 | 10111 | 111101 | 11 | 111110 | 0 | 1001100 | 100101001 | 101101 | 10000 |
Color Harmonies of #3B173D
Complementary color
Monochromatic Colors of #3B173D
Black with #3B173D
Text Example
Text Example
White with #3B173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B173D; }
p { color: rgb(59,23,61); }
H1.HeaderClassName
{
color: #3B173D;
}
.AnyTagClassName
{
color: #3B173D;
}
</style>
background-color css
<style>
a { background-color: #3B173D; }
a { background-color: rgb(59,23,61); }
div.DivClassName
{
background-color: #3B173D;
}
.BgClassName
{
background-color: #3B173D;
}
</style>
border-color css
<style>
span { border-color: #3B173D; }
span { border-color: rgb(59,23,61); }
td.TdClassName
{
border-color: #3B173D;
}
.TagClassName
{
border-color: #3B173D;
}
</style>