Shades of Mardi Gras #30052A
Tints of Mardi Gras #30052A
RGB
CMYK
RGB Variations
Color information
#30052A (or 0x30052A) is known color: Mardi Gras. HEX triplet: 30, 05 and 2A. RGB value is (48,5,42). Sum of RGB (Red+Green+Blue) = 48+5+42=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30052A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30052A is #CFFAD5. Grayscale: #151515. Windows color (decimal): -13630166 or 2753840. OLE color: 2753840.
HSL color Cylindrical-coordinate representation of color #30052A: hue angle of 308.37º 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 #30052A is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 5 | 42 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.81 |
| HSL | 308.37º | 0.81% | 0.1% | - |
| HSV(B) | 308.37º | 0.9% | 0.19% | - |
| XYZ | 1.69 | 0.9 | 2.28 | - |
| YUV | 22.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 42 | 0 | 0.90 | 0.13 | 0.81 | 308.37 | 0.81 | 0.1 |
| Hex | 30 | 5 | 2A | 0 | 5A | D | 51 | 134 | 51 | A |
| Octal | 60 | 5 | 52 | 0 | 132 | 15 | 121 | 464 | 121 | 12 |
| Binary | 110000 | 101 | 101010 | 0 | 1011010 | 1101 | 1010001 | 100110100 | 1010001 | 1010 |
Color Harmonies of #30052A
Complementary color
Monochromatic Colors of #30052A
Black with #30052A
Text Example
Text Example
White with #30052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30052A; }
p { color: rgb(48,5,42); }
H1.HeaderClassName
{
color: #30052A;
}
.AnyTagClassName
{
color: #30052A;
}
</style>
background-color css
<style>
a { background-color: #30052A; }
a { background-color: rgb(48,5,42); }
div.DivClassName
{
background-color: #30052A;
}
.BgClassName
{
background-color: #30052A;
}
</style>
border-color css
<style>
span { border-color: #30052A; }
span { border-color: rgb(48,5,42); }
td.TdClassName
{
border-color: #30052A;
}
.TagClassName
{
border-color: #30052A;
}
</style>