Shades of Mardi Gras #30132B
Tints of Mardi Gras #30132B
RGB
CMYK
RGB Variations
Color information
#30132B (or 0x30132B) is known color: Mardi Gras. HEX triplet: 30, 13 and 2B. RGB value is (48,19,43). Sum of RGB (Red+Green+Blue) = 48+19+43=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #30132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30132B is #CFECD4. Grayscale: #1E1E1E. Windows color (decimal): -13626581 or 2822960. OLE color: 2822960.
HSL color Cylindrical-coordinate representation of color #30132B: hue angle of 310.34º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30132B is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 19 | 43 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.81 |
| HSL | 310.34º | 0.43% | 0.13% | - |
| HSV(B) | 310.34º | 0.6% | 0.19% | - |
| XYZ | 1.89 | 1.27 | 2.43 | - |
| YUV | 30.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 43 | 0 | 0.60 | 0.10 | 0.81 | 310.34 | 0.43 | 0.13 |
| Hex | 30 | 13 | 2B | 0 | 3C | A | 51 | 136 | 2B | D |
| Octal | 60 | 23 | 53 | 0 | 74 | 12 | 121 | 466 | 53 | 15 |
| Binary | 110000 | 10011 | 101011 | 0 | 111100 | 1010 | 1010001 | 100110110 | 101011 | 1101 |
Color Harmonies of #30132B
Complementary color
Monochromatic Colors of #30132B
Black with #30132B
Text Example
Text Example
White with #30132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30132B; }
p { color: rgb(48,19,43); }
H1.HeaderClassName
{
color: #30132B;
}
.AnyTagClassName
{
color: #30132B;
}
</style>
background-color css
<style>
a { background-color: #30132B; }
a { background-color: rgb(48,19,43); }
div.DivClassName
{
background-color: #30132B;
}
.BgClassName
{
background-color: #30132B;
}
</style>
border-color css
<style>
span { border-color: #30132B; }
span { border-color: rgb(48,19,43); }
td.TdClassName
{
border-color: #30132B;
}
.TagClassName
{
border-color: #30132B;
}
</style>