Shades of Mardi Gras #30012D
Tints of Mardi Gras #30012D
RGB
CMYK
RGB Variations
Color information
#30012D (or 0x30012D) is known color: Mardi Gras. HEX triplet: 30, 01 and 2D. RGB value is (48,1,45). Sum of RGB (Red+Green+Blue) = 48+1+45=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #30012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30012D is #CFFED2. Grayscale: #131313. Windows color (decimal): -13631187 or 2949424. OLE color: 2949424.
HSL color Cylindrical-coordinate representation of color #30012D: hue angle of 303.83º 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 #30012D is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 1 | 45 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.81 |
| HSL | 303.83º | 0.96% | 0.1% | - |
| HSV(B) | 303.83º | 0.98% | 0.19% | - |
| XYZ | 1.7 | 0.84 | 2.55 | - |
| YUV | 20.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 45 | 0 | 0.98 | 0.06 | 0.81 | 303.83 | 0.96 | 0.1 |
| Hex | 30 | 1 | 2D | 0 | 62 | 6 | 51 | 130 | 60 | A |
| Octal | 60 | 1 | 55 | 0 | 142 | 6 | 121 | 460 | 140 | 12 |
| Binary | 110000 | 1 | 101101 | 0 | 1100010 | 110 | 1010001 | 100110000 | 1100000 | 1010 |
Color Harmonies of #30012D
Complementary color
Monochromatic Colors of #30012D
Black with #30012D
Text Example
Text Example
White with #30012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30012D; }
p { color: rgb(48,1,45); }
H1.HeaderClassName
{
color: #30012D;
}
.AnyTagClassName
{
color: #30012D;
}
</style>
background-color css
<style>
a { background-color: #30012D; }
a { background-color: rgb(48,1,45); }
div.DivClassName
{
background-color: #30012D;
}
.BgClassName
{
background-color: #30012D;
}
</style>
border-color css
<style>
span { border-color: #30012D; }
span { border-color: rgb(48,1,45); }
td.TdClassName
{
border-color: #30012D;
}
.TagClassName
{
border-color: #30012D;
}
</style>