Shades of Mardi Gras #30112D
Tints of Mardi Gras #30112D
RGB
CMYK
RGB Variations
Color information
#30112D (or 0x30112D) is known color: Mardi Gras. HEX triplet: 30, 11 and 2D. RGB value is (48,17,45). Sum of RGB (Red+Green+Blue) = 48+17+45=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #30112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30112D is #CFEED2. Grayscale: #1D1D1D. Windows color (decimal): -13627091 or 2953520. OLE color: 2953520.
HSL color Cylindrical-coordinate representation of color #30112D: hue angle of 305.81º 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 #30112D is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 17 | 45 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.81 |
| HSL | 305.81º | 0.48% | 0.13% | - |
| HSV(B) | 305.81º | 0.65% | 0.19% | - |
| XYZ | 1.89 | 1.22 | 2.62 | - |
| YUV | 29.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 45 | 0 | 0.65 | 0.06 | 0.81 | 305.81 | 0.48 | 0.13 |
| Hex | 30 | 11 | 2D | 0 | 41 | 6 | 51 | 132 | 30 | D |
| Octal | 60 | 21 | 55 | 0 | 101 | 6 | 121 | 462 | 60 | 15 |
| Binary | 110000 | 10001 | 101101 | 0 | 1000001 | 110 | 1010001 | 100110010 | 110000 | 1101 |
Color Harmonies of #30112D
Complementary color
Monochromatic Colors of #30112D
Black with #30112D
Text Example
Text Example
White with #30112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30112D; }
p { color: rgb(48,17,45); }
H1.HeaderClassName
{
color: #30112D;
}
.AnyTagClassName
{
color: #30112D;
}
</style>
background-color css
<style>
a { background-color: #30112D; }
a { background-color: rgb(48,17,45); }
div.DivClassName
{
background-color: #30112D;
}
.BgClassName
{
background-color: #30112D;
}
</style>
border-color css
<style>
span { border-color: #30112D; }
span { border-color: rgb(48,17,45); }
td.TdClassName
{
border-color: #30112D;
}
.TagClassName
{
border-color: #30112D;
}
</style>