Shades of Mardi Gras #3A233B
Tints of Mardi Gras #3A233B
RGB
CMYK
RGB Variations
Color information
#3A233B (or 0x3A233B) is known color: Mardi Gras. HEX triplet: 3A, 23 and 3B. RGB value is (58,35,59). Sum of RGB (Red+Green+Blue) = 58+35+59=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 59 - color contains mainly: blue. Hex color #3A233B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A233B is #C5DCC4. Grayscale: #2C2C2C. Windows color (decimal): -12967109 or 3875642. OLE color: 3875642.
HSL color Cylindrical-coordinate representation of color #3A233B: hue angle of 297.5º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A233B is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 35 | 59 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.77 |
| HSL | 297.5º | 0.26% | 0.18% | - |
| HSV(B) | 297.5º | 0.41% | 0.23% | - |
| XYZ | 3.14 | 2.42 | 4.44 | - |
| YUV | 44.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 59 | 0.02 | 0.41 | 0 | 0.77 | 297.5 | 0.26 | 0.18 |
| Hex | 3A | 23 | 3B | 2 | 29 | 0 | 4D | 12A | 1A | 12 |
| Octal | 72 | 43 | 73 | 2 | 51 | 0 | 115 | 452 | 32 | 22 |
| Binary | 111010 | 100011 | 111011 | 10 | 101001 | 0 | 1001101 | 100101010 | 11010 | 10010 |
Color Harmonies of #3A233B
Complementary color
Monochromatic Colors of #3A233B
Black with #3A233B
Text Example
Text Example
White with #3A233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A233B; }
p { color: rgb(58,35,59); }
H1.HeaderClassName
{
color: #3A233B;
}
.AnyTagClassName
{
color: #3A233B;
}
</style>
background-color css
<style>
a { background-color: #3A233B; }
a { background-color: rgb(58,35,59); }
div.DivClassName
{
background-color: #3A233B;
}
.BgClassName
{
background-color: #3A233B;
}
</style>
border-color css
<style>
span { border-color: #3A233B; }
span { border-color: rgb(58,35,59); }
td.TdClassName
{
border-color: #3A233B;
}
.TagClassName
{
border-color: #3A233B;
}
</style>