Shades of Mardi Gras #30092D
Tints of Mardi Gras #30092D
RGB
CMYK
RGB Variations
Color information
#30092D (or 0x30092D) is known color: Mardi Gras. HEX triplet: 30, 09 and 2D. RGB value is (48,9,45). Sum of RGB (Red+Green+Blue) = 48+9+45=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #30092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30092D is #CFF6D2. Grayscale: #181818. Windows color (decimal): -13629139 or 2951472. OLE color: 2951472.
HSL color Cylindrical-coordinate representation of color #30092D: hue angle of 304.62º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30092D is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 9 | 45 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.81 |
| HSL | 304.62º | 0.68% | 0.11% | - |
| HSV(B) | 304.62º | 0.81% | 0.19% | - |
| XYZ | 1.79 | 1.01 | 2.58 | - |
| YUV | 24.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 45 | 0 | 0.81 | 0.06 | 0.81 | 304.62 | 0.68 | 0.11 |
| Hex | 30 | 9 | 2D | 0 | 51 | 6 | 51 | 131 | 44 | B |
| Octal | 60 | 11 | 55 | 0 | 121 | 6 | 121 | 461 | 104 | 13 |
| Binary | 110000 | 1001 | 101101 | 0 | 1010001 | 110 | 1010001 | 100110001 | 1000100 | 1011 |
Color Harmonies of #30092D
Complementary color
Monochromatic Colors of #30092D
Black with #30092D
Text Example
Text Example
White with #30092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30092D; }
p { color: rgb(48,9,45); }
H1.HeaderClassName
{
color: #30092D;
}
.AnyTagClassName
{
color: #30092D;
}
</style>
background-color css
<style>
a { background-color: #30092D; }
a { background-color: rgb(48,9,45); }
div.DivClassName
{
background-color: #30092D;
}
.BgClassName
{
background-color: #30092D;
}
</style>
border-color css
<style>
span { border-color: #30092D; }
span { border-color: rgb(48,9,45); }
td.TdClassName
{
border-color: #30092D;
}
.TagClassName
{
border-color: #30092D;
}
</style>