Shades of Mardi Gras #301130
Tints of Mardi Gras #301130
RGB
CMYK
RGB Variations
Color information
#301130 (or 0x301130) is known color: Mardi Gras. HEX triplet: 30, 11 and 30. RGB value is (48,17,48). Sum of RGB (Red+Green+Blue) = 48+17+48=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #301130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301130 is #CFEECF. Grayscale: #1D1D1D. Windows color (decimal): -13627088 or 3150128. OLE color: 3150128.
HSL color Cylindrical-coordinate representation of color #301130: hue angle of 300º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301130 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 17 | 48 | - |
| CMYK | 0 | 0.65 | 0 | 0.81 |
| HSL | 300º | 0.48% | 0.13% | - |
| HSV(B) | 300º | 0.65% | 0.19% | - |
| XYZ | 1.95 | 1.24 | 2.93 | - |
| YUV | 29.8 | 138.27 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 48 | 0 | 0.65 | 0 | 0.81 | 300 | 0.48 | 0.13 |
| Hex | 30 | 11 | 30 | 0 | 41 | 0 | 51 | 12C | 30 | D |
| Octal | 60 | 21 | 60 | 0 | 101 | 0 | 121 | 454 | 60 | 15 |
| Binary | 110000 | 10001 | 110000 | 0 | 1000001 | 0 | 1010001 | 100101100 | 110000 | 1101 |
Color Harmonies of #301130
Complementary color
Monochromatic Colors of #301130
Black with #301130
Text Example
Text Example
White with #301130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301130; }
p { color: rgb(48,17,48); }
H1.HeaderClassName
{
color: #301130;
}
.AnyTagClassName
{
color: #301130;
}
</style>
background-color css
<style>
a { background-color: #301130; }
a { background-color: rgb(48,17,48); }
div.DivClassName
{
background-color: #301130;
}
.BgClassName
{
background-color: #301130;
}
</style>
border-color css
<style>
span { border-color: #301130; }
span { border-color: rgb(48,17,48); }
td.TdClassName
{
border-color: #301130;
}
.TagClassName
{
border-color: #301130;
}
</style>