Shades of Mardi Gras #30052B
Tints of Mardi Gras #30052B
RGB
CMYK
RGB Variations
Color information
#30052B (or 0x30052B) is known color: Mardi Gras. HEX triplet: 30, 05 and 2B. RGB value is (48,5,43). Sum of RGB (Red+Green+Blue) = 48+5+43=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #30052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30052B is #CFFAD4. Grayscale: #161616. Windows color (decimal): -13630165 or 2819376. OLE color: 2819376.
HSL color Cylindrical-coordinate representation of color #30052B: hue angle of 306.98º 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 #30052B is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 5 | 43 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.81 |
| HSL | 306.98º | 0.81% | 0.1% | - |
| HSV(B) | 306.98º | 0.9% | 0.19% | - |
| XYZ | 1.71 | 0.91 | 2.37 | - |
| YUV | 22.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 43 | 0 | 0.90 | 0.10 | 0.81 | 306.98 | 0.81 | 0.1 |
| Hex | 30 | 5 | 2B | 0 | 5A | A | 51 | 133 | 51 | A |
| Octal | 60 | 5 | 53 | 0 | 132 | 12 | 121 | 463 | 121 | 12 |
| Binary | 110000 | 101 | 101011 | 0 | 1011010 | 1010 | 1010001 | 100110011 | 1010001 | 1010 |
Color Harmonies of #30052B
Complementary color
Monochromatic Colors of #30052B
Black with #30052B
Text Example
Text Example
White with #30052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30052B; }
p { color: rgb(48,5,43); }
H1.HeaderClassName
{
color: #30052B;
}
.AnyTagClassName
{
color: #30052B;
}
</style>
background-color css
<style>
a { background-color: #30052B; }
a { background-color: rgb(48,5,43); }
div.DivClassName
{
background-color: #30052B;
}
.BgClassName
{
background-color: #30052B;
}
</style>
border-color css
<style>
span { border-color: #30052B; }
span { border-color: rgb(48,5,43); }
td.TdClassName
{
border-color: #30052B;
}
.TagClassName
{
border-color: #30052B;
}
</style>