Shades of Mardi Gras #3A1433
Tints of Mardi Gras #3A1433
RGB
CMYK
RGB Variations
Color information
#3A1433 (or 0x3A1433) is known color: Mardi Gras. HEX triplet: 3A, 14 and 33. RGB value is (58,20,51). Sum of RGB (Red+Green+Blue) = 58+20+51=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1433 is #C5EBCC. Grayscale: #222222. Windows color (decimal): -12970957 or 3347514. OLE color: 3347514.
HSL color Cylindrical-coordinate representation of color #3A1433: hue angle of 311.05º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A1433 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 20 | 51 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.77 |
| HSL | 311.05º | 0.49% | 0.15% | - |
| HSV(B) | 311.05º | 0.66% | 0.23% | - |
| XYZ | 2.59 | 1.64 | 3.31 | - |
| YUV | 34.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 51 | 0 | 0.66 | 0.12 | 0.77 | 311.05 | 0.49 | 0.15 |
| Hex | 3A | 14 | 33 | 0 | 42 | C | 4D | 137 | 31 | F |
| Octal | 72 | 24 | 63 | 0 | 102 | 14 | 115 | 467 | 61 | 17 |
| Binary | 111010 | 10100 | 110011 | 0 | 1000010 | 1100 | 1001101 | 100110111 | 110001 | 1111 |
Color Harmonies of #3A1433
Complementary color
Monochromatic Colors of #3A1433
Black with #3A1433
Text Example
Text Example
White with #3A1433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1433; }
p { color: rgb(58,20,51); }
H1.HeaderClassName
{
color: #3A1433;
}
.AnyTagClassName
{
color: #3A1433;
}
</style>
background-color css
<style>
a { background-color: #3A1433; }
a { background-color: rgb(58,20,51); }
div.DivClassName
{
background-color: #3A1433;
}
.BgClassName
{
background-color: #3A1433;
}
</style>
border-color css
<style>
span { border-color: #3A1433; }
span { border-color: rgb(58,20,51); }
td.TdClassName
{
border-color: #3A1433;
}
.TagClassName
{
border-color: #3A1433;
}
</style>