Shades of Mardi Gras #330F32
Tints of Mardi Gras #330F32
RGB
CMYK
RGB Variations
Color information
#330F32 (or 0x330F32) is known color: Mardi Gras. HEX triplet: 33, 0F and 32. RGB value is (51,15,50). Sum of RGB (Red+Green+Blue) = 51+15+50=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #330F32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F32 is #CCF0CD. Grayscale: #1D1D1D. Windows color (decimal): -13430990 or 3280691. OLE color: 3280691.
HSL color Cylindrical-coordinate representation of color #330F32: hue angle of 301.67º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #330F32 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 15 | 50 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.8 |
| HSL | 301.67º | 0.55% | 0.13% | - |
| HSV(B) | 301.67º | 0.71% | 0.2% | - |
| XYZ | 2.11 | 1.28 | 3.15 | - |
| YUV | 29.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 50 | 0 | 0.71 | 0.02 | 0.8 | 301.67 | 0.55 | 0.13 |
| Hex | 33 | F | 32 | 0 | 47 | 2 | 50 | 12E | 37 | D |
| Octal | 63 | 17 | 62 | 0 | 107 | 2 | 120 | 456 | 67 | 15 |
| Binary | 110011 | 1111 | 110010 | 0 | 1000111 | 10 | 1010000 | 100101110 | 110111 | 1101 |
Color Harmonies of #330F32
Complementary color
Monochromatic Colors of #330F32
Black with #330F32
Text Example
Text Example
White with #330F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F32; }
p { color: rgb(51,15,50); }
H1.HeaderClassName
{
color: #330F32;
}
.AnyTagClassName
{
color: #330F32;
}
</style>
background-color css
<style>
a { background-color: #330F32; }
a { background-color: rgb(51,15,50); }
div.DivClassName
{
background-color: #330F32;
}
.BgClassName
{
background-color: #330F32;
}
</style>
border-color css
<style>
span { border-color: #330F32; }
span { border-color: rgb(51,15,50); }
td.TdClassName
{
border-color: #330F32;
}
.TagClassName
{
border-color: #330F32;
}
</style>