Shades of Mardi Gras #30052F
Tints of Mardi Gras #30052F
RGB
CMYK
RGB Variations
Color information
#30052F (or 0x30052F) is known color: Mardi Gras. HEX triplet: 30, 05 and 2F. RGB value is (48,5,47). Sum of RGB (Red+Green+Blue) = 48+5+47=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #30052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30052F is #CFFAD0. Grayscale: #161616. Windows color (decimal): -13630161 or 3081520. OLE color: 3081520.
HSL color Cylindrical-coordinate representation of color #30052F: hue angle of 301.4º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30052F is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 5 | 47 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.81 |
| HSL | 301.4º | 0.81% | 0.1% | - |
| HSV(B) | 301.4º | 0.9% | 0.19% | - |
| XYZ | 1.79 | 0.94 | 2.78 | - |
| YUV | 22.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 47 | 0 | 0.90 | 0.02 | 0.81 | 301.4 | 0.81 | 0.1 |
| Hex | 30 | 5 | 2F | 0 | 5A | 2 | 51 | 12D | 51 | A |
| Octal | 60 | 5 | 57 | 0 | 132 | 2 | 121 | 455 | 121 | 12 |
| Binary | 110000 | 101 | 101111 | 0 | 1011010 | 10 | 1010001 | 100101101 | 1010001 | 1010 |
Color Harmonies of #30052F
Complementary color
Monochromatic Colors of #30052F
Black with #30052F
Text Example
Text Example
White with #30052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30052F; }
p { color: rgb(48,5,47); }
H1.HeaderClassName
{
color: #30052F;
}
.AnyTagClassName
{
color: #30052F;
}
</style>
background-color css
<style>
a { background-color: #30052F; }
a { background-color: rgb(48,5,47); }
div.DivClassName
{
background-color: #30052F;
}
.BgClassName
{
background-color: #30052F;
}
</style>
border-color css
<style>
span { border-color: #30052F; }
span { border-color: rgb(48,5,47); }
td.TdClassName
{
border-color: #30052F;
}
.TagClassName
{
border-color: #30052F;
}
</style>