Shades of Mardi Gras #300330
Tints of Mardi Gras #300330
RGB
CMYK
RGB Variations
Color information
#300330 (or 0x300330) is known color: Mardi Gras. HEX triplet: 30, 03 and 30. RGB value is (48,3,48). Sum of RGB (Red+Green+Blue) = 48+3+48=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #300330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300330 is #CFFCCF. Grayscale: #151515. Windows color (decimal): -13630672 or 3146544. OLE color: 3146544.
HSL color Cylindrical-coordinate representation of color #300330: hue angle of 300º 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 #300330 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 3 | 48 | - |
| CMYK | 0 | 0.94 | 0 | 0.81 |
| HSL | 300º | 0.88% | 0.1% | - |
| HSV(B) | 300º | 0.94% | 0.19% | - |
| XYZ | 1.78 | 0.91 | 2.88 | - |
| YUV | 21.59 | 142.91 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 48 | 0 | 0.94 | 0 | 0.81 | 300 | 0.88 | 0.1 |
| Hex | 30 | 3 | 30 | 0 | 5E | 0 | 51 | 12C | 58 | A |
| Octal | 60 | 3 | 60 | 0 | 136 | 0 | 121 | 454 | 130 | 12 |
| Binary | 110000 | 11 | 110000 | 0 | 1011110 | 0 | 1010001 | 100101100 | 1011000 | 1010 |
Color Harmonies of #300330
Complementary color
Monochromatic Colors of #300330
Black with #300330
Text Example
Text Example
White with #300330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300330; }
p { color: rgb(48,3,48); }
H1.HeaderClassName
{
color: #300330;
}
.AnyTagClassName
{
color: #300330;
}
</style>
background-color css
<style>
a { background-color: #300330; }
a { background-color: rgb(48,3,48); }
div.DivClassName
{
background-color: #300330;
}
.BgClassName
{
background-color: #300330;
}
</style>
border-color css
<style>
span { border-color: #300330; }
span { border-color: rgb(48,3,48); }
td.TdClassName
{
border-color: #300330;
}
.TagClassName
{
border-color: #300330;
}
</style>