Shades of Mardi Gras #3A083B
Tints of Mardi Gras #3A083B
RGB
CMYK
RGB Variations
Color information
#3A083B (or 0x3A083B) is known color: Mardi Gras. HEX triplet: 3A, 08 and 3B. RGB value is (58,8,59). Sum of RGB (Red+Green+Blue) = 58+8+59=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 59 (23.44% from 255 or 47.2% from 125); Max value from RGB is 59 - color contains mainly: blue. Hex color #3A083B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A083B is #C5F7C4. Grayscale: #1C1C1C. Windows color (decimal): -12974021 or 3868730. OLE color: 3868730.
HSL color Cylindrical-coordinate representation of color #3A083B: hue angle of 298.82º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A083B is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 8 | 59 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.77 |
| HSL | 298.82º | 0.76% | 0.13% | - |
| HSV(B) | 298.82º | 0.86% | 0.23% | - |
| XYZ | 2.62 | 1.39 | 4.27 | - |
| YUV | 28.76 | 145.07 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 59 | 0.02 | 0.86 | 0 | 0.77 | 298.82 | 0.76 | 0.13 |
| Hex | 3A | 8 | 3B | 2 | 56 | 0 | 4D | 12B | 4C | D |
| Octal | 72 | 10 | 73 | 2 | 126 | 0 | 115 | 453 | 114 | 15 |
| Binary | 111010 | 1000 | 111011 | 10 | 1010110 | 0 | 1001101 | 100101011 | 1001100 | 1101 |
Color Harmonies of #3A083B
Complementary color
Monochromatic Colors of #3A083B
Black with #3A083B
Text Example
Text Example
White with #3A083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A083B; }
p { color: rgb(58,8,59); }
H1.HeaderClassName
{
color: #3A083B;
}
.AnyTagClassName
{
color: #3A083B;
}
</style>
background-color css
<style>
a { background-color: #3A083B; }
a { background-color: rgb(58,8,59); }
div.DivClassName
{
background-color: #3A083B;
}
.BgClassName
{
background-color: #3A083B;
}
</style>
border-color css
<style>
span { border-color: #3A083B; }
span { border-color: rgb(58,8,59); }
td.TdClassName
{
border-color: #3A083B;
}
.TagClassName
{
border-color: #3A083B;
}
</style>