Shades of Mardi Gras #302532
Tints of Mardi Gras #302532
RGB
CMYK
RGB Variations
Color information
#302532 (or 0x302532) is known color: Mardi Gras. HEX triplet: 30, 25 and 32. RGB value is (48,37,50). Sum of RGB (Red+Green+Blue) = 48+37+50=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 50 - color contains mainly: blue. Hex color #302532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302532 is #CFDACD. Grayscale: #292929. Windows color (decimal): -13621966 or 3286320. OLE color: 3286320.
HSL color Cylindrical-coordinate representation of color #302532: hue angle of 290.77º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #302532 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 37 | 50 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.80 |
| HSL | 290.77º | 0.15% | 0.17% | - |
| HSV(B) | 290.77º | 0.26% | 0.2% | - |
| XYZ | 2.46 | 2.18 | 3.31 | - |
| YUV | 41.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 50 | 0.04 | 0.26 | 0 | 0.80 | 290.77 | 0.15 | 0.17 |
| Hex | 30 | 25 | 32 | 4 | 1A | 0 | 50 | 123 | F | 11 |
| Octal | 60 | 45 | 62 | 4 | 32 | 0 | 120 | 443 | 17 | 21 |
| Binary | 110000 | 100101 | 110010 | 100 | 11010 | 0 | 1010000 | 100100011 | 1111 | 10001 |
Color Harmonies of #302532
Complementary color
Monochromatic Colors of #302532
Black with #302532
Text Example
Text Example
White with #302532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302532; }
p { color: rgb(48,37,50); }
H1.HeaderClassName
{
color: #302532;
}
.AnyTagClassName
{
color: #302532;
}
</style>
background-color css
<style>
a { background-color: #302532; }
a { background-color: rgb(48,37,50); }
div.DivClassName
{
background-color: #302532;
}
.BgClassName
{
background-color: #302532;
}
</style>
border-color css
<style>
span { border-color: #302532; }
span { border-color: rgb(48,37,50); }
td.TdClassName
{
border-color: #302532;
}
.TagClassName
{
border-color: #302532;
}
</style>