Shades of Mardi Gras #3A1333
Tints of Mardi Gras #3A1333
RGB
CMYK
RGB Variations
Color information
#3A1333 (or 0x3A1333) is known color: Mardi Gras. HEX triplet: 3A, 13 and 33. RGB value is (58,19,51). Sum of RGB (Red+Green+Blue) = 58+19+51=128 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.31% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1333 is #C5ECCC. Grayscale: #222222. Windows color (decimal): -12971213 or 3347258. OLE color: 3347258.
HSL color Cylindrical-coordinate representation of color #3A1333: hue angle of 310.77º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A1333 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 19 | 51 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.77 |
| HSL | 310.77º | 0.51% | 0.15% | - |
| HSV(B) | 310.77º | 0.67% | 0.23% | - |
| XYZ | 2.58 | 1.6 | 3.31 | - |
| YUV | 34.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 51 | 0 | 0.67 | 0.12 | 0.77 | 310.77 | 0.51 | 0.15 |
| Hex | 3A | 13 | 33 | 0 | 43 | C | 4D | 137 | 33 | F |
| Octal | 72 | 23 | 63 | 0 | 103 | 14 | 115 | 467 | 63 | 17 |
| Binary | 111010 | 10011 | 110011 | 0 | 1000011 | 1100 | 1001101 | 100110111 | 110011 | 1111 |
Color Harmonies of #3A1333
Complementary color
Monochromatic Colors of #3A1333
Black with #3A1333
Text Example
Text Example
White with #3A1333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1333; }
p { color: rgb(58,19,51); }
H1.HeaderClassName
{
color: #3A1333;
}
.AnyTagClassName
{
color: #3A1333;
}
</style>
background-color css
<style>
a { background-color: #3A1333; }
a { background-color: rgb(58,19,51); }
div.DivClassName
{
background-color: #3A1333;
}
.BgClassName
{
background-color: #3A1333;
}
</style>
border-color css
<style>
span { border-color: #3A1333; }
span { border-color: rgb(58,19,51); }
td.TdClassName
{
border-color: #3A1333;
}
.TagClassName
{
border-color: #3A1333;
}
</style>