Shades of Mardi Gras #301632
Tints of Mardi Gras #301632
RGB
CMYK
RGB Variations
Color information
#301632 (or 0x301632) is known color: Mardi Gras. HEX triplet: 30, 16 and 32. RGB value is (48,22,50). Sum of RGB (Red+Green+Blue) = 48+22+50=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 50 - color contains mainly: blue. Hex color #301632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301632 is #CFE9CD. Grayscale: #202020. Windows color (decimal): -13625806 or 3282480. OLE color: 3282480.
HSL color Cylindrical-coordinate representation of color #301632: hue angle of 295.71º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #301632 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 22 | 50 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.80 |
| HSL | 295.71º | 0.39% | 0.14% | - |
| HSV(B) | 295.71º | 0.56% | 0.2% | - |
| XYZ | 2.08 | 1.43 | 3.18 | - |
| YUV | 32.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 50 | 0.04 | 0.56 | 0 | 0.80 | 295.71 | 0.39 | 0.14 |
| Hex | 30 | 16 | 32 | 4 | 38 | 0 | 50 | 128 | 27 | E |
| Octal | 60 | 26 | 62 | 4 | 70 | 0 | 120 | 450 | 47 | 16 |
| Binary | 110000 | 10110 | 110010 | 100 | 111000 | 0 | 1010000 | 100101000 | 100111 | 1110 |
Color Harmonies of #301632
Complementary color
Monochromatic Colors of #301632
Black with #301632
Text Example
Text Example
White with #301632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301632; }
p { color: rgb(48,22,50); }
H1.HeaderClassName
{
color: #301632;
}
.AnyTagClassName
{
color: #301632;
}
</style>
background-color css
<style>
a { background-color: #301632; }
a { background-color: rgb(48,22,50); }
div.DivClassName
{
background-color: #301632;
}
.BgClassName
{
background-color: #301632;
}
</style>
border-color css
<style>
span { border-color: #301632; }
span { border-color: rgb(48,22,50); }
td.TdClassName
{
border-color: #301632;
}
.TagClassName
{
border-color: #301632;
}
</style>