Shades of Mardi Gras #302232
Tints of Mardi Gras #302232
RGB
CMYK
RGB Variations
Color information
#302232 (or 0x302232) is known color: Mardi Gras. HEX triplet: 30, 22 and 32. RGB value is (48,34,50). Sum of RGB (Red+Green+Blue) = 48+34+50=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 50 - color contains mainly: blue. Hex color #302232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302232 is #CFDDCD. Grayscale: #272727. Windows color (decimal): -13622734 or 3285552. OLE color: 3285552.
HSL color Cylindrical-coordinate representation of color #302232: hue angle of 292.5º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #302232 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 34 | 50 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.80 |
| HSL | 292.5º | 0.19% | 0.16% | - |
| HSV(B) | 292.5º | 0.32% | 0.2% | - |
| XYZ | 2.37 | 2 | 3.28 | - |
| YUV | 40.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 50 | 0.04 | 0.32 | 0 | 0.80 | 292.5 | 0.19 | 0.16 |
| Hex | 30 | 22 | 32 | 4 | 20 | 0 | 50 | 124 | 13 | 10 |
| Octal | 60 | 42 | 62 | 4 | 40 | 0 | 120 | 444 | 23 | 20 |
| Binary | 110000 | 100010 | 110010 | 100 | 100000 | 0 | 1010000 | 100100100 | 10011 | 10000 |
Color Harmonies of #302232
Complementary color
Monochromatic Colors of #302232
Black with #302232
Text Example
Text Example
White with #302232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302232; }
p { color: rgb(48,34,50); }
H1.HeaderClassName
{
color: #302232;
}
.AnyTagClassName
{
color: #302232;
}
</style>
background-color css
<style>
a { background-color: #302232; }
a { background-color: rgb(48,34,50); }
div.DivClassName
{
background-color: #302232;
}
.BgClassName
{
background-color: #302232;
}
</style>
border-color css
<style>
span { border-color: #302232; }
span { border-color: rgb(48,34,50); }
td.TdClassName
{
border-color: #302232;
}
.TagClassName
{
border-color: #302232;
}
</style>