Shades of Mardi Gras #2F0E30
Tints of Mardi Gras #2F0E30
RGB
CMYK
RGB Variations
Color information
#2F0E30 (or 0x2F0E30) is known color: Mardi Gras. HEX triplet: 2F, 0E and 30. RGB value is (47,14,48). Sum of RGB (Red+Green+Blue) = 47+14+48=109 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.12% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 48 - color contains mainly: blue. Hex color #2F0E30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0E30 is #D0F1CF. Grayscale: #1B1B1B. Windows color (decimal): -13693392 or 3149359. OLE color: 3149359.
HSL color Cylindrical-coordinate representation of color #2F0E30: hue angle of 298.24º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F0E30 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 14 | 48 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.81 |
| HSL | 298.24º | 0.55% | 0.12% | - |
| HSV(B) | 298.24º | 0.71% | 0.19% | - |
| XYZ | 1.86 | 1.13 | 2.92 | - |
| YUV | 27.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 14 | 48 | 0.02 | 0.71 | 0 | 0.81 | 298.24 | 0.55 | 0.12 |
| Hex | 2F | E | 30 | 2 | 47 | 0 | 51 | 12A | 37 | C |
| Octal | 57 | 16 | 60 | 2 | 107 | 0 | 121 | 452 | 67 | 14 |
| Binary | 101111 | 1110 | 110000 | 10 | 1000111 | 0 | 1010001 | 100101010 | 110111 | 1100 |
Color Harmonies of #2F0E30
Complementary color
Monochromatic Colors of #2F0E30
Black with #2F0E30
Text Example
Text Example
White with #2F0E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0E30; }
p { color: rgb(47,14,48); }
H1.HeaderClassName
{
color: #2F0E30;
}
.AnyTagClassName
{
color: #2F0E30;
}
</style>
background-color css
<style>
a { background-color: #2F0E30; }
a { background-color: rgb(47,14,48); }
div.DivClassName
{
background-color: #2F0E30;
}
.BgClassName
{
background-color: #2F0E30;
}
</style>
border-color css
<style>
span { border-color: #2F0E30; }
span { border-color: rgb(47,14,48); }
td.TdClassName
{
border-color: #2F0E30;
}
.TagClassName
{
border-color: #2F0E30;
}
</style>