Shades of Mardi Gras #331030
Tints of Mardi Gras #331030
RGB
CMYK
RGB Variations
Color information
#331030 (or 0x331030) is known color: Mardi Gras. HEX triplet: 33, 10 and 30. RGB value is (51,16,48). Sum of RGB (Red+Green+Blue) = 51+16+48=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 51 - color contains mainly: red. Hex color #331030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331030 is #CCEFCF. Grayscale: #1E1E1E. Windows color (decimal): -13430736 or 3149875. OLE color: 3149875.
HSL color Cylindrical-coordinate representation of color #331030: hue angle of 305.14º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331030 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 16 | 48 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.8 |
| HSL | 305.14º | 0.52% | 0.13% | - |
| HSV(B) | 305.14º | 0.69% | 0.2% | - |
| XYZ | 2.08 | 1.29 | 2.94 | - |
| YUV | 30.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 16 | 48 | 0 | 0.69 | 0.06 | 0.8 | 305.14 | 0.52 | 0.13 |
| Hex | 33 | 10 | 30 | 0 | 45 | 6 | 50 | 131 | 34 | D |
| Octal | 63 | 20 | 60 | 0 | 105 | 6 | 120 | 461 | 64 | 15 |
| Binary | 110011 | 10000 | 110000 | 0 | 1000101 | 110 | 1010000 | 100110001 | 110100 | 1101 |
Color Harmonies of #331030
Complementary color
Monochromatic Colors of #331030
Black with #331030
Text Example
Text Example
White with #331030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331030; }
p { color: rgb(51,16,48); }
H1.HeaderClassName
{
color: #331030;
}
.AnyTagClassName
{
color: #331030;
}
</style>
background-color css
<style>
a { background-color: #331030; }
a { background-color: rgb(51,16,48); }
div.DivClassName
{
background-color: #331030;
}
.BgClassName
{
background-color: #331030;
}
</style>
border-color css
<style>
span { border-color: #331030; }
span { border-color: rgb(51,16,48); }
td.TdClassName
{
border-color: #331030;
}
.TagClassName
{
border-color: #331030;
}
</style>