Shades of Mardi Gras #301D32
Tints of Mardi Gras #301D32
RGB
CMYK
RGB Variations
Color information
#301D32 (or 0x301D32) is known color: Mardi Gras. HEX triplet: 30, 1D and 32. RGB value is (48,29,50). Sum of RGB (Red+Green+Blue) = 48+29+50=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 50 - color contains mainly: blue. Hex color #301D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D32 is #CFE2CD. Grayscale: #252525. Windows color (decimal): -13624014 or 3284272. OLE color: 3284272.
HSL color Cylindrical-coordinate representation of color #301D32: hue angle of 294.29º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #301D32 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 29 | 50 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.80 |
| HSL | 294.29º | 0.27% | 0.15% | - |
| HSV(B) | 294.29º | 0.42% | 0.2% | - |
| XYZ | 2.23 | 1.74 | 3.24 | - |
| YUV | 37.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 50 | 0.04 | 0.42 | 0 | 0.80 | 294.29 | 0.27 | 0.15 |
| Hex | 30 | 1D | 32 | 4 | 2A | 0 | 50 | 126 | 1B | F |
| Octal | 60 | 35 | 62 | 4 | 52 | 0 | 120 | 446 | 33 | 17 |
| Binary | 110000 | 11101 | 110010 | 100 | 101010 | 0 | 1010000 | 100100110 | 11011 | 1111 |
Color Harmonies of #301D32
Complementary color
Monochromatic Colors of #301D32
Black with #301D32
Text Example
Text Example
White with #301D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D32; }
p { color: rgb(48,29,50); }
H1.HeaderClassName
{
color: #301D32;
}
.AnyTagClassName
{
color: #301D32;
}
</style>
background-color css
<style>
a { background-color: #301D32; }
a { background-color: rgb(48,29,50); }
div.DivClassName
{
background-color: #301D32;
}
.BgClassName
{
background-color: #301D32;
}
</style>
border-color css
<style>
span { border-color: #301D32; }
span { border-color: rgb(48,29,50); }
td.TdClassName
{
border-color: #301D32;
}
.TagClassName
{
border-color: #301D32;
}
</style>