Shades of Mardi Gras #302732
Tints of Mardi Gras #302732
RGB
CMYK
RGB Variations
Color information
#302732 (or 0x302732) is known color: Mardi Gras. HEX triplet: 30, 27 and 32. RGB value is (48,39,50). Sum of RGB (Red+Green+Blue) = 48+39+50=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 50 - color contains mainly: blue. Hex color #302732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302732 is #CFD8CD. Grayscale: #2A2A2A. Windows color (decimal): -13621454 or 3286832. OLE color: 3286832.
HSL color Cylindrical-coordinate representation of color #302732: hue angle of 289.09º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #302732 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 39 | 50 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.80 |
| HSL | 289.09º | 0.12% | 0.17% | - |
| HSV(B) | 289.09º | 0.22% | 0.2% | - |
| XYZ | 2.52 | 2.31 | 3.33 | - |
| YUV | 42.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 39 | 50 | 0.04 | 0.22 | 0 | 0.80 | 289.09 | 0.12 | 0.17 |
| Hex | 30 | 27 | 32 | 4 | 16 | 0 | 50 | 121 | C | 11 |
| Octal | 60 | 47 | 62 | 4 | 26 | 0 | 120 | 441 | 14 | 21 |
| Binary | 110000 | 100111 | 110010 | 100 | 10110 | 0 | 1010000 | 100100001 | 1100 | 10001 |
Color Harmonies of #302732
Complementary color
Monochromatic Colors of #302732
Black with #302732
Text Example
Text Example
White with #302732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302732; }
p { color: rgb(48,39,50); }
H1.HeaderClassName
{
color: #302732;
}
.AnyTagClassName
{
color: #302732;
}
</style>
background-color css
<style>
a { background-color: #302732; }
a { background-color: rgb(48,39,50); }
div.DivClassName
{
background-color: #302732;
}
.BgClassName
{
background-color: #302732;
}
</style>
border-color css
<style>
span { border-color: #302732; }
span { border-color: rgb(48,39,50); }
td.TdClassName
{
border-color: #302732;
}
.TagClassName
{
border-color: #302732;
}
</style>