Shades of Mardi Gras #30032C
Tints of Mardi Gras #30032C
RGB
CMYK
RGB Variations
Color information
#30032C (or 0x30032C) is known color: Mardi Gras. HEX triplet: 30, 03 and 2C. RGB value is (48,3,44). Sum of RGB (Red+Green+Blue) = 48+3+44=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30032C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30032C is #CFFCD3. Grayscale: #151515. Windows color (decimal): -13630676 or 2884400. OLE color: 2884400.
HSL color Cylindrical-coordinate representation of color #30032C: hue angle of 305.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30032C is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 3 | 44 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.81 |
| HSL | 305.33º | 0.88% | 0.1% | - |
| HSV(B) | 305.33º | 0.94% | 0.19% | - |
| XYZ | 1.71 | 0.88 | 2.46 | - |
| YUV | 21.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 44 | 0 | 0.94 | 0.08 | 0.81 | 305.33 | 0.88 | 0.1 |
| Hex | 30 | 3 | 2C | 0 | 5E | 8 | 51 | 131 | 58 | A |
| Octal | 60 | 3 | 54 | 0 | 136 | 10 | 121 | 461 | 130 | 12 |
| Binary | 110000 | 11 | 101100 | 0 | 1011110 | 1000 | 1010001 | 100110001 | 1011000 | 1010 |
Color Harmonies of #30032C
Complementary color
Monochromatic Colors of #30032C
Black with #30032C
Text Example
Text Example
White with #30032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30032C; }
p { color: rgb(48,3,44); }
H1.HeaderClassName
{
color: #30032C;
}
.AnyTagClassName
{
color: #30032C;
}
</style>
background-color css
<style>
a { background-color: #30032C; }
a { background-color: rgb(48,3,44); }
div.DivClassName
{
background-color: #30032C;
}
.BgClassName
{
background-color: #30032C;
}
</style>
border-color css
<style>
span { border-color: #30032C; }
span { border-color: rgb(48,3,44); }
td.TdClassName
{
border-color: #30032C;
}
.TagClassName
{
border-color: #30032C;
}
</style>