Shades of Mardi Gras #30032E
Tints of Mardi Gras #30032E
RGB
CMYK
RGB Variations
Color information
#30032E (or 0x30032E) is known color: Mardi Gras. HEX triplet: 30, 03 and 2E. RGB value is (48,3,46). Sum of RGB (Red+Green+Blue) = 48+3+46=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #30032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30032E is #CFFCD1. Grayscale: #151515. Windows color (decimal): -13630674 or 3015472. OLE color: 3015472.
HSL color Cylindrical-coordinate representation of color #30032E: hue angle of 302.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30032E is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 3 | 46 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.81 |
| HSL | 302.67º | 0.88% | 0.1% | - |
| HSV(B) | 302.67º | 0.94% | 0.19% | - |
| XYZ | 1.74 | 0.89 | 2.66 | - |
| YUV | 21.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 46 | 0 | 0.94 | 0.04 | 0.81 | 302.67 | 0.88 | 0.1 |
| Hex | 30 | 3 | 2E | 0 | 5E | 4 | 51 | 12F | 58 | A |
| Octal | 60 | 3 | 56 | 0 | 136 | 4 | 121 | 457 | 130 | 12 |
| Binary | 110000 | 11 | 101110 | 0 | 1011110 | 100 | 1010001 | 100101111 | 1011000 | 1010 |
Color Harmonies of #30032E
Complementary color
Monochromatic Colors of #30032E
Black with #30032E
Text Example
Text Example
White with #30032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30032E; }
p { color: rgb(48,3,46); }
H1.HeaderClassName
{
color: #30032E;
}
.AnyTagClassName
{
color: #30032E;
}
</style>
background-color css
<style>
a { background-color: #30032E; }
a { background-color: rgb(48,3,46); }
div.DivClassName
{
background-color: #30032E;
}
.BgClassName
{
background-color: #30032E;
}
</style>
border-color css
<style>
span { border-color: #30032E; }
span { border-color: rgb(48,3,46); }
td.TdClassName
{
border-color: #30032E;
}
.TagClassName
{
border-color: #30032E;
}
</style>