Shades of Mardi Gras #30072A
Tints of Mardi Gras #30072A
RGB
CMYK
RGB Variations
Color information
#30072A (or 0x30072A) is known color: Mardi Gras. HEX triplet: 30, 07 and 2A. RGB value is (48,7,42). Sum of RGB (Red+Green+Blue) = 48+7+42=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #30072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30072A is #CFF8D5. Grayscale: #171717. Windows color (decimal): -13629654 or 2754352. OLE color: 2754352.
HSL color Cylindrical-coordinate representation of color #30072A: hue angle of 308.78º 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 #30072A is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 7 | 42 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.81 |
| HSL | 308.78º | 0.75% | 0.11% | - |
| HSV(B) | 308.78º | 0.85% | 0.19% | - |
| XYZ | 1.71 | 0.95 | 2.28 | - |
| YUV | 23.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 7 | 42 | 0 | 0.85 | 0.13 | 0.81 | 308.78 | 0.75 | 0.11 |
| Hex | 30 | 7 | 2A | 0 | 55 | D | 51 | 135 | 4B | B |
| Octal | 60 | 7 | 52 | 0 | 125 | 15 | 121 | 465 | 113 | 13 |
| Binary | 110000 | 111 | 101010 | 0 | 1010101 | 1101 | 1010001 | 100110101 | 1001011 | 1011 |
Color Harmonies of #30072A
Complementary color
Monochromatic Colors of #30072A
Black with #30072A
Text Example
Text Example
White with #30072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30072A; }
p { color: rgb(48,7,42); }
H1.HeaderClassName
{
color: #30072A;
}
.AnyTagClassName
{
color: #30072A;
}
</style>
background-color css
<style>
a { background-color: #30072A; }
a { background-color: rgb(48,7,42); }
div.DivClassName
{
background-color: #30072A;
}
.BgClassName
{
background-color: #30072A;
}
</style>
border-color css
<style>
span { border-color: #30072A; }
span { border-color: rgb(48,7,42); }
td.TdClassName
{
border-color: #30072A;
}
.TagClassName
{
border-color: #30072A;
}
</style>