Shades of Mardi Gras #30092A
Tints of Mardi Gras #30092A
RGB
CMYK
RGB Variations
Color information
#30092A (or 0x30092A) is known color: Mardi Gras. HEX triplet: 30, 09 and 2A. RGB value is (48,9,42). Sum of RGB (Red+Green+Blue) = 48+9+42=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30092A is #CFF6D5. Grayscale: #181818. Windows color (decimal): -13629142 or 2754864. OLE color: 2754864.
HSL color Cylindrical-coordinate representation of color #30092A: hue angle of 309.23º 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 #30092A is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 9 | 42 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.81 |
| HSL | 309.23º | 0.68% | 0.11% | - |
| HSV(B) | 309.23º | 0.81% | 0.19% | - |
| XYZ | 1.73 | 0.99 | 2.29 | - |
| YUV | 24.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 42 | 0 | 0.81 | 0.13 | 0.81 | 309.23 | 0.68 | 0.11 |
| Hex | 30 | 9 | 2A | 0 | 51 | D | 51 | 135 | 44 | B |
| Octal | 60 | 11 | 52 | 0 | 121 | 15 | 121 | 465 | 104 | 13 |
| Binary | 110000 | 1001 | 101010 | 0 | 1010001 | 1101 | 1010001 | 100110101 | 1000100 | 1011 |
Color Harmonies of #30092A
Complementary color
Monochromatic Colors of #30092A
Black with #30092A
Text Example
Text Example
White with #30092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30092A; }
p { color: rgb(48,9,42); }
H1.HeaderClassName
{
color: #30092A;
}
.AnyTagClassName
{
color: #30092A;
}
</style>
background-color css
<style>
a { background-color: #30092A; }
a { background-color: rgb(48,9,42); }
div.DivClassName
{
background-color: #30092A;
}
.BgClassName
{
background-color: #30092A;
}
</style>
border-color css
<style>
span { border-color: #30092A; }
span { border-color: rgb(48,9,42); }
td.TdClassName
{
border-color: #30092A;
}
.TagClassName
{
border-color: #30092A;
}
</style>