Shades of Mardi Gras #30192D
Tints of Mardi Gras #30192D
RGB
CMYK
RGB Variations
Color information
#30192D (or 0x30192D) is known color: Mardi Gras. HEX triplet: 30, 19 and 2D. RGB value is (48,25,45). Sum of RGB (Red+Green+Blue) = 48+25+45=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #30192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30192D is #CFE6D2. Grayscale: #222222. Windows color (decimal): -13625043 or 2955568. OLE color: 2955568.
HSL color Cylindrical-coordinate representation of color #30192D: hue angle of 307.83º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30192D is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 25 | 45 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.81 |
| HSL | 307.83º | 0.32% | 0.14% | - |
| HSV(B) | 307.83º | 0.48% | 0.19% | - |
| XYZ | 2.04 | 1.51 | 2.67 | - |
| YUV | 34.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 45 | 0 | 0.48 | 0.06 | 0.81 | 307.83 | 0.32 | 0.14 |
| Hex | 30 | 19 | 2D | 0 | 30 | 6 | 51 | 134 | 20 | E |
| Octal | 60 | 31 | 55 | 0 | 60 | 6 | 121 | 464 | 40 | 16 |
| Binary | 110000 | 11001 | 101101 | 0 | 110000 | 110 | 1010001 | 100110100 | 100000 | 1110 |
Color Harmonies of #30192D
Complementary color
Monochromatic Colors of #30192D
Black with #30192D
Text Example
Text Example
White with #30192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30192D; }
p { color: rgb(48,25,45); }
H1.HeaderClassName
{
color: #30192D;
}
.AnyTagClassName
{
color: #30192D;
}
</style>
background-color css
<style>
a { background-color: #30192D; }
a { background-color: rgb(48,25,45); }
div.DivClassName
{
background-color: #30192D;
}
.BgClassName
{
background-color: #30192D;
}
</style>
border-color css
<style>
span { border-color: #30192D; }
span { border-color: rgb(48,25,45); }
td.TdClassName
{
border-color: #30192D;
}
.TagClassName
{
border-color: #30192D;
}
</style>