Shades of Mardi Gras #302832
Tints of Mardi Gras #302832
RGB
CMYK
RGB Variations
Color information
#302832 (or 0x302832) is known color: Mardi Gras. HEX triplet: 30, 28 and 32. RGB value is (48,40,50). Sum of RGB (Red+Green+Blue) = 48+40+50=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 50 - color contains mainly: blue. Hex color #302832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302832 is #CFD7CD. Grayscale: #2B2B2B. Windows color (decimal): -13621198 or 3287088. OLE color: 3287088.
HSL color Cylindrical-coordinate representation of color #302832: hue angle of 288º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #302832 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 40 | 50 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.80 |
| HSL | 288º | 0.11% | 0.18% | - |
| HSV(B) | 288º | 0.2% | 0.2% | - |
| XYZ | 2.55 | 2.38 | 3.34 | - |
| YUV | 43.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 50 | 0.04 | 0.20 | 0 | 0.80 | 288 | 0.11 | 0.18 |
| Hex | 30 | 28 | 32 | 4 | 14 | 0 | 50 | 120 | B | 12 |
| Octal | 60 | 50 | 62 | 4 | 24 | 0 | 120 | 440 | 13 | 22 |
| Binary | 110000 | 101000 | 110010 | 100 | 10100 | 0 | 1010000 | 100100000 | 1011 | 10010 |
Color Harmonies of #302832
Complementary color
Monochromatic Colors of #302832
Black with #302832
Text Example
Text Example
White with #302832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302832; }
p { color: rgb(48,40,50); }
H1.HeaderClassName
{
color: #302832;
}
.AnyTagClassName
{
color: #302832;
}
</style>
background-color css
<style>
a { background-color: #302832; }
a { background-color: rgb(48,40,50); }
div.DivClassName
{
background-color: #302832;
}
.BgClassName
{
background-color: #302832;
}
</style>
border-color css
<style>
span { border-color: #302832; }
span { border-color: rgb(48,40,50); }
td.TdClassName
{
border-color: #302832;
}
.TagClassName
{
border-color: #302832;
}
</style>