Shades of Mardi Gras #330F2E
Tints of Mardi Gras #330F2E
RGB
CMYK
RGB Variations
Color information
#330F2E (or 0x330F2E) is known color: Mardi Gras. HEX triplet: 33, 0F and 2E. RGB value is (51,15,46). Sum of RGB (Red+Green+Blue) = 51+15+46=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #330F2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F2E is #CCF0D1. Grayscale: #1D1D1D. Windows color (decimal): -13430994 or 3018547. OLE color: 3018547.
HSL color Cylindrical-coordinate representation of color #330F2E: hue angle of 308.33º 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 #330F2E is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 15 | 46 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.8 |
| HSL | 308.33º | 0.55% | 0.13% | - |
| HSV(B) | 308.33º | 0.71% | 0.2% | - |
| XYZ | 2.03 | 1.24 | 2.72 | - |
| YUV | 29.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 46 | 0 | 0.71 | 0.10 | 0.8 | 308.33 | 0.55 | 0.13 |
| Hex | 33 | F | 2E | 0 | 47 | A | 50 | 134 | 37 | D |
| Octal | 63 | 17 | 56 | 0 | 107 | 12 | 120 | 464 | 67 | 15 |
| Binary | 110011 | 1111 | 101110 | 0 | 1000111 | 1010 | 1010000 | 100110100 | 110111 | 1101 |
Color Harmonies of #330F2E
Complementary color
Monochromatic Colors of #330F2E
Black with #330F2E
Text Example
Text Example
White with #330F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F2E; }
p { color: rgb(51,15,46); }
H1.HeaderClassName
{
color: #330F2E;
}
.AnyTagClassName
{
color: #330F2E;
}
</style>
background-color css
<style>
a { background-color: #330F2E; }
a { background-color: rgb(51,15,46); }
div.DivClassName
{
background-color: #330F2E;
}
.BgClassName
{
background-color: #330F2E;
}
</style>
border-color css
<style>
span { border-color: #330F2E; }
span { border-color: rgb(51,15,46); }
td.TdClassName
{
border-color: #330F2E;
}
.TagClassName
{
border-color: #330F2E;
}
</style>