Shades of Mardi Gras #30122F
Tints of Mardi Gras #30122F
RGB
CMYK
RGB Variations
Color information
#30122F (or 0x30122F) is known color: Mardi Gras. HEX triplet: 30, 12 and 2F. RGB value is (48,18,47). Sum of RGB (Red+Green+Blue) = 48+18+47=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #30122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30122F is #CFEDD0. Grayscale: #1E1E1E. Windows color (decimal): -13626833 or 3084848. OLE color: 3084848.
HSL color Cylindrical-coordinate representation of color #30122F: hue angle of 302º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30122F is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 18 | 47 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.81 |
| HSL | 302º | 0.45% | 0.13% | - |
| HSV(B) | 302º | 0.63% | 0.19% | - |
| XYZ | 1.95 | 1.27 | 2.83 | - |
| YUV | 30.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 18 | 47 | 0 | 0.63 | 0.02 | 0.81 | 302 | 0.45 | 0.13 |
| Hex | 30 | 12 | 2F | 0 | 3F | 2 | 51 | 12E | 2D | D |
| Octal | 60 | 22 | 57 | 0 | 77 | 2 | 121 | 456 | 55 | 15 |
| Binary | 110000 | 10010 | 101111 | 0 | 111111 | 10 | 1010001 | 100101110 | 101101 | 1101 |
Color Harmonies of #30122F
Complementary color
Monochromatic Colors of #30122F
Black with #30122F
Text Example
Text Example
White with #30122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30122F; }
p { color: rgb(48,18,47); }
H1.HeaderClassName
{
color: #30122F;
}
.AnyTagClassName
{
color: #30122F;
}
</style>
background-color css
<style>
a { background-color: #30122F; }
a { background-color: rgb(48,18,47); }
div.DivClassName
{
background-color: #30122F;
}
.BgClassName
{
background-color: #30122F;
}
</style>
border-color css
<style>
span { border-color: #30122F; }
span { border-color: rgb(48,18,47); }
td.TdClassName
{
border-color: #30122F;
}
.TagClassName
{
border-color: #30122F;
}
</style>