Shades of Mardi Gras #30032B
Tints of Mardi Gras #30032B
RGB
CMYK
RGB Variations
Color information
#30032B (or 0x30032B) is known color: Mardi Gras. HEX triplet: 30, 03 and 2B. RGB value is (48,3,43). Sum of RGB (Red+Green+Blue) = 48+3+43=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #30032B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30032B is #CFFCD4. Grayscale: #141414. Windows color (decimal): -13630677 or 2818864. OLE color: 2818864.
HSL color Cylindrical-coordinate representation of color #30032B: hue angle of 306.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30032B is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 3 | 43 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.81 |
| HSL | 306.67º | 0.88% | 0.1% | - |
| HSV(B) | 306.67º | 0.94% | 0.19% | - |
| XYZ | 1.69 | 0.87 | 2.36 | - |
| YUV | 21.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 43 | 0 | 0.94 | 0.10 | 0.81 | 306.67 | 0.88 | 0.1 |
| Hex | 30 | 3 | 2B | 0 | 5E | A | 51 | 133 | 58 | A |
| Octal | 60 | 3 | 53 | 0 | 136 | 12 | 121 | 463 | 130 | 12 |
| Binary | 110000 | 11 | 101011 | 0 | 1011110 | 1010 | 1010001 | 100110011 | 1011000 | 1010 |
Color Harmonies of #30032B
Complementary color
Monochromatic Colors of #30032B
Black with #30032B
Text Example
Text Example
White with #30032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30032B; }
p { color: rgb(48,3,43); }
H1.HeaderClassName
{
color: #30032B;
}
.AnyTagClassName
{
color: #30032B;
}
</style>
background-color css
<style>
a { background-color: #30032B; }
a { background-color: rgb(48,3,43); }
div.DivClassName
{
background-color: #30032B;
}
.BgClassName
{
background-color: #30032B;
}
</style>
border-color css
<style>
span { border-color: #30032B; }
span { border-color: rgb(48,3,43); }
td.TdClassName
{
border-color: #30032B;
}
.TagClassName
{
border-color: #30032B;
}
</style>