Shades of Mardi Gras #30022C
Tints of Mardi Gras #30022C
RGB
CMYK
RGB Variations
Color information
#30022C (or 0x30022C) is known color: Mardi Gras. HEX triplet: 30, 02 and 2C. RGB value is (48,2,44). Sum of RGB (Red+Green+Blue) = 48+2+44=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #30022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30022C is #CFFDD3. Grayscale: #141414. Windows color (decimal): -13630932 or 2884144. OLE color: 2884144.
HSL color Cylindrical-coordinate representation of color #30022C: hue angle of 305.22º 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 #30022C is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 2 | 44 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.81 |
| HSL | 305.22º | 0.92% | 0.1% | - |
| HSV(B) | 305.22º | 0.96% | 0.19% | - |
| XYZ | 1.7 | 0.85 | 2.46 | - |
| YUV | 20.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 44 | 0 | 0.96 | 0.08 | 0.81 | 305.22 | 0.92 | 0.1 |
| Hex | 30 | 2 | 2C | 0 | 60 | 8 | 51 | 131 | 5C | A |
| Octal | 60 | 2 | 54 | 0 | 140 | 10 | 121 | 461 | 134 | 12 |
| Binary | 110000 | 10 | 101100 | 0 | 1100000 | 1000 | 1010001 | 100110001 | 1011100 | 1010 |
Color Harmonies of #30022C
Complementary color
Monochromatic Colors of #30022C
Black with #30022C
Text Example
Text Example
White with #30022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30022C; }
p { color: rgb(48,2,44); }
H1.HeaderClassName
{
color: #30022C;
}
.AnyTagClassName
{
color: #30022C;
}
</style>
background-color css
<style>
a { background-color: #30022C; }
a { background-color: rgb(48,2,44); }
div.DivClassName
{
background-color: #30022C;
}
.BgClassName
{
background-color: #30022C;
}
</style>
border-color css
<style>
span { border-color: #30022C; }
span { border-color: rgb(48,2,44); }
td.TdClassName
{
border-color: #30022C;
}
.TagClassName
{
border-color: #30022C;
}
</style>