Shades of Mardi Gras #30022E
Tints of Mardi Gras #30022E
RGB
CMYK
RGB Variations
Color information
#30022E (or 0x30022E) is known color: Mardi Gras. HEX triplet: 30, 02 and 2E. RGB value is (48,2,46). Sum of RGB (Red+Green+Blue) = 48+2+46=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #30022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30022E is #CFFDD1. Grayscale: #141414. Windows color (decimal): -13630930 or 3015216. OLE color: 3015216.
HSL color Cylindrical-coordinate representation of color #30022E: hue angle of 302.61º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30022E is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 2 | 46 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.81 |
| HSL | 302.61º | 0.92% | 0.1% | - |
| HSV(B) | 302.61º | 0.96% | 0.19% | - |
| XYZ | 1.73 | 0.87 | 2.66 | - |
| YUV | 20.77 | 142.24 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 46 | 0 | 0.96 | 0.04 | 0.81 | 302.61 | 0.92 | 0.1 |
| Hex | 30 | 2 | 2E | 0 | 60 | 4 | 51 | 12F | 5C | A |
| Octal | 60 | 2 | 56 | 0 | 140 | 4 | 121 | 457 | 134 | 12 |
| Binary | 110000 | 10 | 101110 | 0 | 1100000 | 100 | 1010001 | 100101111 | 1011100 | 1010 |
Color Harmonies of #30022E
Complementary color
Monochromatic Colors of #30022E
Black with #30022E
Text Example
Text Example
White with #30022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30022E; }
p { color: rgb(48,2,46); }
H1.HeaderClassName
{
color: #30022E;
}
.AnyTagClassName
{
color: #30022E;
}
</style>
background-color css
<style>
a { background-color: #30022E; }
a { background-color: rgb(48,2,46); }
div.DivClassName
{
background-color: #30022E;
}
.BgClassName
{
background-color: #30022E;
}
</style>
border-color css
<style>
span { border-color: #30022E; }
span { border-color: rgb(48,2,46); }
td.TdClassName
{
border-color: #30022E;
}
.TagClassName
{
border-color: #30022E;
}
</style>