Shades of Mardi Gras #3A0F36
Tints of Mardi Gras #3A0F36
RGB
CMYK
RGB Variations
Color information
#3A0F36 (or 0x3A0F36) is known color: Mardi Gras. HEX triplet: 3A, 0F and 36. RGB value is (58,15,54). Sum of RGB (Red+Green+Blue) = 58+15+54=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0F36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0F36 is #C5F0C9. Grayscale: #202020. Windows color (decimal): -12972234 or 3542842. OLE color: 3542842.
HSL color Cylindrical-coordinate representation of color #3A0F36: hue angle of 305.58º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A0F36 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 15 | 54 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.77 |
| HSL | 305.58º | 0.59% | 0.14% | - |
| HSV(B) | 305.58º | 0.74% | 0.23% | - |
| XYZ | 2.58 | 1.51 | 3.64 | - |
| YUV | 32.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 54 | 0 | 0.74 | 0.07 | 0.77 | 305.58 | 0.59 | 0.14 |
| Hex | 3A | F | 36 | 0 | 4A | 7 | 4D | 132 | 3B | E |
| Octal | 72 | 17 | 66 | 0 | 112 | 7 | 115 | 462 | 73 | 16 |
| Binary | 111010 | 1111 | 110110 | 0 | 1001010 | 111 | 1001101 | 100110010 | 111011 | 1110 |
Color Harmonies of #3A0F36
Complementary color
Monochromatic Colors of #3A0F36
Black with #3A0F36
Text Example
Text Example
White with #3A0F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0F36; }
p { color: rgb(58,15,54); }
H1.HeaderClassName
{
color: #3A0F36;
}
.AnyTagClassName
{
color: #3A0F36;
}
</style>
background-color css
<style>
a { background-color: #3A0F36; }
a { background-color: rgb(58,15,54); }
div.DivClassName
{
background-color: #3A0F36;
}
.BgClassName
{
background-color: #3A0F36;
}
</style>
border-color css
<style>
span { border-color: #3A0F36; }
span { border-color: rgb(58,15,54); }
td.TdClassName
{
border-color: #3A0F36;
}
.TagClassName
{
border-color: #3A0F36;
}
</style>