Shades of Mardi Gras #330F2F
Tints of Mardi Gras #330F2F
RGB
CMYK
RGB Variations
Color information
#330F2F (or 0x330F2F) is known color: Mardi Gras. HEX triplet: 33, 0F and 2F. RGB value is (51,15,47). Sum of RGB (Red+Green+Blue) = 51+15+47=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #330F2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F2F is #CCF0D0. Grayscale: #1D1D1D. Windows color (decimal): -13430993 or 3084083. OLE color: 3084083.
HSL color Cylindrical-coordinate representation of color #330F2F: hue angle of 306.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 #330F2F is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 15 | 47 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.8 |
| HSL | 306.67º | 0.55% | 0.13% | - |
| HSV(B) | 306.67º | 0.71% | 0.2% | - |
| XYZ | 2.05 | 1.25 | 2.82 | - |
| YUV | 29.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 47 | 0 | 0.71 | 0.08 | 0.8 | 306.67 | 0.55 | 0.13 |
| Hex | 33 | F | 2F | 0 | 47 | 8 | 50 | 133 | 37 | D |
| Octal | 63 | 17 | 57 | 0 | 107 | 10 | 120 | 463 | 67 | 15 |
| Binary | 110011 | 1111 | 101111 | 0 | 1000111 | 1000 | 1010000 | 100110011 | 110111 | 1101 |
Color Harmonies of #330F2F
Complementary color
Monochromatic Colors of #330F2F
Black with #330F2F
Text Example
Text Example
White with #330F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F2F; }
p { color: rgb(51,15,47); }
H1.HeaderClassName
{
color: #330F2F;
}
.AnyTagClassName
{
color: #330F2F;
}
</style>
background-color css
<style>
a { background-color: #330F2F; }
a { background-color: rgb(51,15,47); }
div.DivClassName
{
background-color: #330F2F;
}
.BgClassName
{
background-color: #330F2F;
}
</style>
border-color css
<style>
span { border-color: #330F2F; }
span { border-color: rgb(51,15,47); }
td.TdClassName
{
border-color: #330F2F;
}
.TagClassName
{
border-color: #330F2F;
}
</style>