Shades of Mardi Gras #330B2D
Tints of Mardi Gras #330B2D
RGB
CMYK
RGB Variations
Color information
#330B2D (or 0x330B2D) is known color: Mardi Gras. HEX triplet: 33, 0B and 2D. RGB value is (51,11,45). Sum of RGB (Red+Green+Blue) = 51+11+45=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #330B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B2D is #CCF4D2. Grayscale: #1A1A1A. Windows color (decimal): -13432019 or 2951987. OLE color: 2951987.
HSL color Cylindrical-coordinate representation of color #330B2D: hue angle of 309º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #330B2D is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 11 | 45 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.8 |
| HSL | 309º | 0.65% | 0.12% | - |
| HSV(B) | 309º | 0.78% | 0.2% | - |
| XYZ | 1.96 | 1.13 | 2.6 | - |
| YUV | 26.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 45 | 0 | 0.78 | 0.12 | 0.8 | 309 | 0.65 | 0.12 |
| Hex | 33 | B | 2D | 0 | 4E | C | 50 | 135 | 41 | C |
| Octal | 63 | 13 | 55 | 0 | 116 | 14 | 120 | 465 | 101 | 14 |
| Binary | 110011 | 1011 | 101101 | 0 | 1001110 | 1100 | 1010000 | 100110101 | 1000001 | 1100 |
Color Harmonies of #330B2D
Complementary color
Monochromatic Colors of #330B2D
Black with #330B2D
Text Example
Text Example
White with #330B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B2D; }
p { color: rgb(51,11,45); }
H1.HeaderClassName
{
color: #330B2D;
}
.AnyTagClassName
{
color: #330B2D;
}
</style>
background-color css
<style>
a { background-color: #330B2D; }
a { background-color: rgb(51,11,45); }
div.DivClassName
{
background-color: #330B2D;
}
.BgClassName
{
background-color: #330B2D;
}
</style>
border-color css
<style>
span { border-color: #330B2D; }
span { border-color: rgb(51,11,45); }
td.TdClassName
{
border-color: #330B2D;
}
.TagClassName
{
border-color: #330B2D;
}
</style>