Shades of Mardi Gras #3A0F3D
Tints of Mardi Gras #3A0F3D
RGB
CMYK
RGB Variations
Color information
#3A0F3D (or 0x3A0F3D) is known color: Mardi Gras. HEX triplet: 3A, 0F and 3D. RGB value is (58,15,61). Sum of RGB (Red+Green+Blue) = 58+15+61=134 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.28% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A0F3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0F3D is #C5F0C2. Grayscale: #202020. Windows color (decimal): -12972227 or 4001594. OLE color: 4001594.
HSL color Cylindrical-coordinate representation of color #3A0F3D: hue angle of 296.09º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A0F3D is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 15 | 61 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.76 |
| HSL | 296.09º | 0.61% | 0.15% | - |
| HSV(B) | 296.09º | 0.75% | 0.24% | - |
| XYZ | 2.76 | 1.58 | 4.57 | - |
| YUV | 33.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 61 | 0.05 | 0.75 | 0 | 0.76 | 296.09 | 0.61 | 0.15 |
| Hex | 3A | F | 3D | 5 | 4B | 0 | 4C | 128 | 3D | F |
| Octal | 72 | 17 | 75 | 5 | 113 | 0 | 114 | 450 | 75 | 17 |
| Binary | 111010 | 1111 | 111101 | 101 | 1001011 | 0 | 1001100 | 100101000 | 111101 | 1111 |
Color Harmonies of #3A0F3D
Complementary color
Monochromatic Colors of #3A0F3D
Black with #3A0F3D
Text Example
Text Example
White with #3A0F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0F3D; }
p { color: rgb(58,15,61); }
H1.HeaderClassName
{
color: #3A0F3D;
}
.AnyTagClassName
{
color: #3A0F3D;
}
</style>
background-color css
<style>
a { background-color: #3A0F3D; }
a { background-color: rgb(58,15,61); }
div.DivClassName
{
background-color: #3A0F3D;
}
.BgClassName
{
background-color: #3A0F3D;
}
</style>
border-color css
<style>
span { border-color: #3A0F3D; }
span { border-color: rgb(58,15,61); }
td.TdClassName
{
border-color: #3A0F3D;
}
.TagClassName
{
border-color: #3A0F3D;
}
</style>