Shades of Mardi Gras #30042E
Tints of Mardi Gras #30042E
RGB
CMYK
RGB Variations
Color information
#30042E (or 0x30042E) is known color: Mardi Gras. HEX triplet: 30, 04 and 2E. RGB value is (48,4,46). Sum of RGB (Red+Green+Blue) = 48+4+46=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30042E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30042E is #CFFBD1. Grayscale: #151515. Windows color (decimal): -13630418 or 3015728. OLE color: 3015728.
HSL color Cylindrical-coordinate representation of color #30042E: hue angle of 302.73º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30042E is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 4 | 46 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.81 |
| HSL | 302.73º | 0.85% | 0.1% | - |
| HSV(B) | 302.73º | 0.92% | 0.19% | - |
| XYZ | 1.76 | 0.91 | 2.67 | - |
| YUV | 21.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 4 | 46 | 0 | 0.92 | 0.04 | 0.81 | 302.73 | 0.85 | 0.1 |
| Hex | 30 | 4 | 2E | 0 | 5C | 4 | 51 | 12F | 55 | A |
| Octal | 60 | 4 | 56 | 0 | 134 | 4 | 121 | 457 | 125 | 12 |
| Binary | 110000 | 100 | 101110 | 0 | 1011100 | 100 | 1010001 | 100101111 | 1010101 | 1010 |
Color Harmonies of #30042E
Complementary color
Monochromatic Colors of #30042E
Black with #30042E
Text Example
Text Example
White with #30042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30042E; }
p { color: rgb(48,4,46); }
H1.HeaderClassName
{
color: #30042E;
}
.AnyTagClassName
{
color: #30042E;
}
</style>
background-color css
<style>
a { background-color: #30042E; }
a { background-color: rgb(48,4,46); }
div.DivClassName
{
background-color: #30042E;
}
.BgClassName
{
background-color: #30042E;
}
</style>
border-color css
<style>
span { border-color: #30042E; }
span { border-color: rgb(48,4,46); }
td.TdClassName
{
border-color: #30042E;
}
.TagClassName
{
border-color: #30042E;
}
</style>