Shades of Mardi Gras #30072E
Tints of Mardi Gras #30072E
RGB
CMYK
RGB Variations
Color information
#30072E (or 0x30072E) is known color: Mardi Gras. HEX triplet: 30, 07 and 2E. RGB value is (48,7,46). Sum of RGB (Red+Green+Blue) = 48+7+46=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #30072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30072E is #CFF8D1. Grayscale: #171717. Windows color (decimal): -13629650 or 3016496. OLE color: 3016496.
HSL color Cylindrical-coordinate representation of color #30072E: hue angle of 302.93º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30072E is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 7 | 46 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.81 |
| HSL | 302.93º | 0.75% | 0.11% | - |
| HSV(B) | 302.93º | 0.85% | 0.19% | - |
| XYZ | 1.79 | 0.98 | 2.68 | - |
| YUV | 23.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 7 | 46 | 0 | 0.85 | 0.04 | 0.81 | 302.93 | 0.75 | 0.11 |
| Hex | 30 | 7 | 2E | 0 | 55 | 4 | 51 | 12F | 4B | B |
| Octal | 60 | 7 | 56 | 0 | 125 | 4 | 121 | 457 | 113 | 13 |
| Binary | 110000 | 111 | 101110 | 0 | 1010101 | 100 | 1010001 | 100101111 | 1001011 | 1011 |
Color Harmonies of #30072E
Complementary color
Monochromatic Colors of #30072E
Black with #30072E
Text Example
Text Example
White with #30072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30072E; }
p { color: rgb(48,7,46); }
H1.HeaderClassName
{
color: #30072E;
}
.AnyTagClassName
{
color: #30072E;
}
</style>
background-color css
<style>
a { background-color: #30072E; }
a { background-color: rgb(48,7,46); }
div.DivClassName
{
background-color: #30072E;
}
.BgClassName
{
background-color: #30072E;
}
</style>
border-color css
<style>
span { border-color: #30072E; }
span { border-color: rgb(48,7,46); }
td.TdClassName
{
border-color: #30072E;
}
.TagClassName
{
border-color: #30072E;
}
</style>