Shades of Mardi Gras #302432
Tints of Mardi Gras #302432
RGB
CMYK
RGB Variations
Color information
#302432 (or 0x302432) is known color: Mardi Gras. HEX triplet: 30, 24 and 32. RGB value is (48,36,50). Sum of RGB (Red+Green+Blue) = 48+36+50=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 50 - color contains mainly: blue. Hex color #302432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302432 is #CFDBCD. Grayscale: #292929. Windows color (decimal): -13622222 or 3286064. OLE color: 3286064.
HSL color Cylindrical-coordinate representation of color #302432: hue angle of 291.43º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #302432 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 36 | 50 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.80 |
| HSL | 291.43º | 0.16% | 0.17% | - |
| HSV(B) | 291.43º | 0.28% | 0.2% | - |
| XYZ | 2.43 | 2.12 | 3.3 | - |
| YUV | 41.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 50 | 0.04 | 0.28 | 0 | 0.80 | 291.43 | 0.16 | 0.17 |
| Hex | 30 | 24 | 32 | 4 | 1C | 0 | 50 | 123 | 10 | 11 |
| Octal | 60 | 44 | 62 | 4 | 34 | 0 | 120 | 443 | 20 | 21 |
| Binary | 110000 | 100100 | 110010 | 100 | 11100 | 0 | 1010000 | 100100011 | 10000 | 10001 |
Color Harmonies of #302432
Complementary color
Monochromatic Colors of #302432
Black with #302432
Text Example
Text Example
White with #302432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302432; }
p { color: rgb(48,36,50); }
H1.HeaderClassName
{
color: #302432;
}
.AnyTagClassName
{
color: #302432;
}
</style>
background-color css
<style>
a { background-color: #302432; }
a { background-color: rgb(48,36,50); }
div.DivClassName
{
background-color: #302432;
}
.BgClassName
{
background-color: #302432;
}
</style>
border-color css
<style>
span { border-color: #302432; }
span { border-color: rgb(48,36,50); }
td.TdClassName
{
border-color: #302432;
}
.TagClassName
{
border-color: #302432;
}
</style>