Shades of Mardi Gras #330F2D
Tints of Mardi Gras #330F2D
RGB
CMYK
RGB Variations
Color information
#330F2D (or 0x330F2D) is known color: Mardi Gras. HEX triplet: 33, 0F and 2D. RGB value is (51,15,45). Sum of RGB (Red+Green+Blue) = 51+15+45=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #330F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F2D is #CCF0D2. Grayscale: #1D1D1D. Windows color (decimal): -13430995 or 2953011. OLE color: 2953011.
HSL color Cylindrical-coordinate representation of color #330F2D: hue angle of 310º 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 #330F2D is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 15 | 45 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.8 |
| HSL | 310º | 0.55% | 0.13% | - |
| HSV(B) | 310º | 0.71% | 0.2% | - |
| XYZ | 2.01 | 1.23 | 2.62 | - |
| YUV | 29.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 45 | 0 | 0.71 | 0.12 | 0.8 | 310 | 0.55 | 0.13 |
| Hex | 33 | F | 2D | 0 | 47 | C | 50 | 136 | 37 | D |
| Octal | 63 | 17 | 55 | 0 | 107 | 14 | 120 | 466 | 67 | 15 |
| Binary | 110011 | 1111 | 101101 | 0 | 1000111 | 1100 | 1010000 | 100110110 | 110111 | 1101 |
Color Harmonies of #330F2D
Complementary color
Monochromatic Colors of #330F2D
Black with #330F2D
Text Example
Text Example
White with #330F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F2D; }
p { color: rgb(51,15,45); }
H1.HeaderClassName
{
color: #330F2D;
}
.AnyTagClassName
{
color: #330F2D;
}
</style>
background-color css
<style>
a { background-color: #330F2D; }
a { background-color: rgb(51,15,45); }
div.DivClassName
{
background-color: #330F2D;
}
.BgClassName
{
background-color: #330F2D;
}
</style>
border-color css
<style>
span { border-color: #330F2D; }
span { border-color: rgb(51,15,45); }
td.TdClassName
{
border-color: #330F2D;
}
.TagClassName
{
border-color: #330F2D;
}
</style>