Shades of Mardi Gras #30162F
Tints of Mardi Gras #30162F
RGB
CMYK
RGB Variations
Color information
#30162F (or 0x30162F) is known color: Mardi Gras. HEX triplet: 30, 16 and 2F. RGB value is (48,22,47). Sum of RGB (Red+Green+Blue) = 48+22+47=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #30162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30162F is #CFE9D0. Grayscale: #202020. Windows color (decimal): -13625809 or 3085872. OLE color: 3085872.
HSL color Cylindrical-coordinate representation of color #30162F: hue angle of 302.31º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30162F is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 22 | 47 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.81 |
| HSL | 302.31º | 0.37% | 0.14% | - |
| HSV(B) | 302.31º | 0.54% | 0.19% | - |
| XYZ | 2.02 | 1.41 | 2.85 | - |
| YUV | 32.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 47 | 0 | 0.54 | 0.02 | 0.81 | 302.31 | 0.37 | 0.14 |
| Hex | 30 | 16 | 2F | 0 | 36 | 2 | 51 | 12E | 25 | E |
| Octal | 60 | 26 | 57 | 0 | 66 | 2 | 121 | 456 | 45 | 16 |
| Binary | 110000 | 10110 | 101111 | 0 | 110110 | 10 | 1010001 | 100101110 | 100101 | 1110 |
Color Harmonies of #30162F
Complementary color
Monochromatic Colors of #30162F
Black with #30162F
Text Example
Text Example
White with #30162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30162F; }
p { color: rgb(48,22,47); }
H1.HeaderClassName
{
color: #30162F;
}
.AnyTagClassName
{
color: #30162F;
}
</style>
background-color css
<style>
a { background-color: #30162F; }
a { background-color: rgb(48,22,47); }
div.DivClassName
{
background-color: #30162F;
}
.BgClassName
{
background-color: #30162F;
}
</style>
border-color css
<style>
span { border-color: #30162F; }
span { border-color: rgb(48,22,47); }
td.TdClassName
{
border-color: #30162F;
}
.TagClassName
{
border-color: #30162F;
}
</style>