Shades of Mardi Gras #30042A
Tints of Mardi Gras #30042A
RGB
CMYK
RGB Variations
Color information
#30042A (or 0x30042A) is known color: Mardi Gras. HEX triplet: 30, 04 and 2A. RGB value is (48,4,42). Sum of RGB (Red+Green+Blue) = 48+4+42=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #30042A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30042A is #CFFBD5. Grayscale: #151515. Windows color (decimal): -13630422 or 2753584. OLE color: 2753584.
HSL color Cylindrical-coordinate representation of color #30042A: hue angle of 308.18º 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 #30042A is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 4 | 42 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.81 |
| HSL | 308.18º | 0.85% | 0.1% | - |
| HSV(B) | 308.18º | 0.92% | 0.19% | - |
| XYZ | 1.68 | 0.88 | 2.27 | - |
| YUV | 21.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 4 | 42 | 0 | 0.92 | 0.13 | 0.81 | 308.18 | 0.85 | 0.1 |
| Hex | 30 | 4 | 2A | 0 | 5C | D | 51 | 134 | 55 | A |
| Octal | 60 | 4 | 52 | 0 | 134 | 15 | 121 | 464 | 125 | 12 |
| Binary | 110000 | 100 | 101010 | 0 | 1011100 | 1101 | 1010001 | 100110100 | 1010101 | 1010 |
Color Harmonies of #30042A
Complementary color
Monochromatic Colors of #30042A
Black with #30042A
Text Example
Text Example
White with #30042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30042A; }
p { color: rgb(48,4,42); }
H1.HeaderClassName
{
color: #30042A;
}
.AnyTagClassName
{
color: #30042A;
}
</style>
background-color css
<style>
a { background-color: #30042A; }
a { background-color: rgb(48,4,42); }
div.DivClassName
{
background-color: #30042A;
}
.BgClassName
{
background-color: #30042A;
}
</style>
border-color css
<style>
span { border-color: #30042A; }
span { border-color: rgb(48,4,42); }
td.TdClassName
{
border-color: #30042A;
}
.TagClassName
{
border-color: #30042A;
}
</style>