Shades of Mardi Gras #330F30
Tints of Mardi Gras #330F30
RGB
CMYK
RGB Variations
Color information
#330F30 (or 0x330F30) is known color: Mardi Gras. HEX triplet: 33, 0F and 30. RGB value is (51,15,48). Sum of RGB (Red+Green+Blue) = 51+15+48=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #330F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F30 is #CCF0CF. Grayscale: #1D1D1D. Windows color (decimal): -13430992 or 3149619. OLE color: 3149619.
HSL color Cylindrical-coordinate representation of color #330F30: hue angle of 305º 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 #330F30 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 15 | 48 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.8 |
| HSL | 305º | 0.55% | 0.13% | - |
| HSV(B) | 305º | 0.71% | 0.2% | - |
| XYZ | 2.07 | 1.26 | 2.93 | - |
| YUV | 29.53 | 138.43 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 48 | 0 | 0.71 | 0.06 | 0.8 | 305 | 0.55 | 0.13 |
| Hex | 33 | F | 30 | 0 | 47 | 6 | 50 | 131 | 37 | D |
| Octal | 63 | 17 | 60 | 0 | 107 | 6 | 120 | 461 | 67 | 15 |
| Binary | 110011 | 1111 | 110000 | 0 | 1000111 | 110 | 1010000 | 100110001 | 110111 | 1101 |
Color Harmonies of #330F30
Complementary color
Monochromatic Colors of #330F30
Black with #330F30
Text Example
Text Example
White with #330F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F30; }
p { color: rgb(51,15,48); }
H1.HeaderClassName
{
color: #330F30;
}
.AnyTagClassName
{
color: #330F30;
}
</style>
background-color css
<style>
a { background-color: #330F30; }
a { background-color: rgb(51,15,48); }
div.DivClassName
{
background-color: #330F30;
}
.BgClassName
{
background-color: #330F30;
}
</style>
border-color css
<style>
span { border-color: #330F30; }
span { border-color: rgb(51,15,48); }
td.TdClassName
{
border-color: #330F30;
}
.TagClassName
{
border-color: #330F30;
}
</style>