Shades of Mardi Gras #30212E
Tints of Mardi Gras #30212E
RGB
CMYK
RGB Variations
Color information
#30212E (or 0x30212E) is known color: Mardi Gras. HEX triplet: 30, 21 and 2E. RGB value is (48,33,46). Sum of RGB (Red+Green+Blue) = 48+33+46=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 48 - color contains mainly: red. Hex color #30212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30212E is #CFDED1. Grayscale: #262626. Windows color (decimal): -13622994 or 3023152. OLE color: 3023152.
HSL color Cylindrical-coordinate representation of color #30212E: hue angle of 308º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #30212E is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 33 | 46 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.81 |
| HSL | 308º | 0.19% | 0.16% | - |
| HSV(B) | 308º | 0.31% | 0.19% | - |
| XYZ | 2.26 | 1.91 | 2.84 | - |
| YUV | 38.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 46 | 0 | 0.31 | 0.04 | 0.81 | 308 | 0.19 | 0.16 |
| Hex | 30 | 21 | 2E | 0 | 1F | 4 | 51 | 134 | 13 | 10 |
| Octal | 60 | 41 | 56 | 0 | 37 | 4 | 121 | 464 | 23 | 20 |
| Binary | 110000 | 100001 | 101110 | 0 | 11111 | 100 | 1010001 | 100110100 | 10011 | 10000 |
Color Harmonies of #30212E
Complementary color
Monochromatic Colors of #30212E
Black with #30212E
Text Example
Text Example
White with #30212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30212E; }
p { color: rgb(48,33,46); }
H1.HeaderClassName
{
color: #30212E;
}
.AnyTagClassName
{
color: #30212E;
}
</style>
background-color css
<style>
a { background-color: #30212E; }
a { background-color: rgb(48,33,46); }
div.DivClassName
{
background-color: #30212E;
}
.BgClassName
{
background-color: #30212E;
}
</style>
border-color css
<style>
span { border-color: #30212E; }
span { border-color: rgb(48,33,46); }
td.TdClassName
{
border-color: #30212E;
}
.TagClassName
{
border-color: #30212E;
}
</style>