Shades of Mardi Gras #30012E
Tints of Mardi Gras #30012E
RGB
CMYK
RGB Variations
Color information
#30012E (or 0x30012E) is known color: Mardi Gras. HEX triplet: 30, 01 and 2E. RGB value is (48,1,46). Sum of RGB (Red+Green+Blue) = 48+1+46=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 46 (18.36% from 255 or 48.42% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30012E is #CFFED1. Grayscale: #141414. Windows color (decimal): -13631186 or 3014960. OLE color: 3014960.
HSL color Cylindrical-coordinate representation of color #30012E: hue angle of 302.55º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30012E is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 1 | 46 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.81 |
| HSL | 302.55º | 0.96% | 0.1% | - |
| HSV(B) | 302.55º | 0.98% | 0.19% | - |
| XYZ | 1.72 | 0.85 | 2.66 | - |
| YUV | 20.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 46 | 0 | 0.98 | 0.04 | 0.81 | 302.55 | 0.96 | 0.1 |
| Hex | 30 | 1 | 2E | 0 | 62 | 4 | 51 | 12F | 60 | A |
| Octal | 60 | 1 | 56 | 0 | 142 | 4 | 121 | 457 | 140 | 12 |
| Binary | 110000 | 1 | 101110 | 0 | 1100010 | 100 | 1010001 | 100101111 | 1100000 | 1010 |
Color Harmonies of #30012E
Complementary color
Monochromatic Colors of #30012E
Black with #30012E
Text Example
Text Example
White with #30012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30012E; }
p { color: rgb(48,1,46); }
H1.HeaderClassName
{
color: #30012E;
}
.AnyTagClassName
{
color: #30012E;
}
</style>
background-color css
<style>
a { background-color: #30012E; }
a { background-color: rgb(48,1,46); }
div.DivClassName
{
background-color: #30012E;
}
.BgClassName
{
background-color: #30012E;
}
</style>
border-color css
<style>
span { border-color: #30012E; }
span { border-color: rgb(48,1,46); }
td.TdClassName
{
border-color: #30012E;
}
.TagClassName
{
border-color: #30012E;
}
</style>