Shades of Mardi Gras #330A2E
Tints of Mardi Gras #330A2E
RGB
CMYK
RGB Variations
Color information
#330A2E (or 0x330A2E) is known color: Mardi Gras. HEX triplet: 33, 0A and 2E. RGB value is (51,10,46). Sum of RGB (Red+Green+Blue) = 51+10+46=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #330A2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330A2E is #CCF5D1. Grayscale: #1A1A1A. Windows color (decimal): -13432274 or 3017267. OLE color: 3017267.
HSL color Cylindrical-coordinate representation of color #330A2E: hue angle of 307.32º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #330A2E is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 10 | 46 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.8 |
| HSL | 307.32º | 0.67% | 0.12% | - |
| HSV(B) | 307.32º | 0.8% | 0.2% | - |
| XYZ | 1.97 | 1.12 | 2.7 | - |
| YUV | 26.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 46 | 0 | 0.80 | 0.10 | 0.8 | 307.32 | 0.67 | 0.12 |
| Hex | 33 | A | 2E | 0 | 50 | A | 50 | 133 | 43 | C |
| Octal | 63 | 12 | 56 | 0 | 120 | 12 | 120 | 463 | 103 | 14 |
| Binary | 110011 | 1010 | 101110 | 0 | 1010000 | 1010 | 1010000 | 100110011 | 1000011 | 1100 |
Color Harmonies of #330A2E
Complementary color
Monochromatic Colors of #330A2E
Black with #330A2E
Text Example
Text Example
White with #330A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330A2E; }
p { color: rgb(51,10,46); }
H1.HeaderClassName
{
color: #330A2E;
}
.AnyTagClassName
{
color: #330A2E;
}
</style>
background-color css
<style>
a { background-color: #330A2E; }
a { background-color: rgb(51,10,46); }
div.DivClassName
{
background-color: #330A2E;
}
.BgClassName
{
background-color: #330A2E;
}
</style>
border-color css
<style>
span { border-color: #330A2E; }
span { border-color: rgb(51,10,46); }
td.TdClassName
{
border-color: #330A2E;
}
.TagClassName
{
border-color: #330A2E;
}
</style>