Shades of Mardi Gras #330831
Tints of Mardi Gras #330831
RGB
CMYK
RGB Variations
Color information
#330831 (or 0x330831) is known color: Mardi Gras. HEX triplet: 33, 08 and 31. RGB value is (51,8,49). Sum of RGB (Red+Green+Blue) = 51+8+49=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #330831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330831 is #CCF7CE. Grayscale: #191919. Windows color (decimal): -13432783 or 3213363. OLE color: 3213363.
HSL color Cylindrical-coordinate representation of color #330831: hue angle of 302.79º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #330831 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 8 | 49 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.8 |
| HSL | 302.79º | 0.73% | 0.12% | - |
| HSV(B) | 302.79º | 0.84% | 0.2% | - |
| XYZ | 2.01 | 1.1 | 3.01 | - |
| YUV | 25.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 8 | 49 | 0 | 0.84 | 0.04 | 0.8 | 302.79 | 0.73 | 0.12 |
| Hex | 33 | 8 | 31 | 0 | 54 | 4 | 50 | 12F | 49 | C |
| Octal | 63 | 10 | 61 | 0 | 124 | 4 | 120 | 457 | 111 | 14 |
| Binary | 110011 | 1000 | 110001 | 0 | 1010100 | 100 | 1010000 | 100101111 | 1001001 | 1100 |
Color Harmonies of #330831
Complementary color
Monochromatic Colors of #330831
Black with #330831
Text Example
Text Example
White with #330831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330831; }
p { color: rgb(51,8,49); }
H1.HeaderClassName
{
color: #330831;
}
.AnyTagClassName
{
color: #330831;
}
</style>
background-color css
<style>
a { background-color: #330831; }
a { background-color: rgb(51,8,49); }
div.DivClassName
{
background-color: #330831;
}
.BgClassName
{
background-color: #330831;
}
</style>
border-color css
<style>
span { border-color: #330831; }
span { border-color: rgb(51,8,49); }
td.TdClassName
{
border-color: #330831;
}
.TagClassName
{
border-color: #330831;
}
</style>