Shades of Mardi Gras #30072F
Tints of Mardi Gras #30072F
RGB
CMYK
RGB Variations
Color information
#30072F (or 0x30072F) is known color: Mardi Gras. HEX triplet: 30, 07 and 2F. RGB value is (48,7,47). Sum of RGB (Red+Green+Blue) = 48+7+47=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #30072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30072F is #CFF8D0. Grayscale: #171717. Windows color (decimal): -13629649 or 3082032. OLE color: 3082032.
HSL color Cylindrical-coordinate representation of color #30072F: hue angle of 301.46º 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 #30072F is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 7 | 47 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.81 |
| HSL | 301.46º | 0.75% | 0.11% | - |
| HSV(B) | 301.46º | 0.85% | 0.19% | - |
| XYZ | 1.81 | 0.99 | 2.78 | - |
| YUV | 23.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 7 | 47 | 0 | 0.85 | 0.02 | 0.81 | 301.46 | 0.75 | 0.11 |
| Hex | 30 | 7 | 2F | 0 | 55 | 2 | 51 | 12D | 4B | B |
| Octal | 60 | 7 | 57 | 0 | 125 | 2 | 121 | 455 | 113 | 13 |
| Binary | 110000 | 111 | 101111 | 0 | 1010101 | 10 | 1010001 | 100101101 | 1001011 | 1011 |
Color Harmonies of #30072F
Complementary color
Monochromatic Colors of #30072F
Black with #30072F
Text Example
Text Example
White with #30072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30072F; }
p { color: rgb(48,7,47); }
H1.HeaderClassName
{
color: #30072F;
}
.AnyTagClassName
{
color: #30072F;
}
</style>
background-color css
<style>
a { background-color: #30072F; }
a { background-color: rgb(48,7,47); }
div.DivClassName
{
background-color: #30072F;
}
.BgClassName
{
background-color: #30072F;
}
</style>
border-color css
<style>
span { border-color: #30072F; }
span { border-color: rgb(48,7,47); }
td.TdClassName
{
border-color: #30072F;
}
.TagClassName
{
border-color: #30072F;
}
</style>