Shades of Mardi Gras #2F0C2C
Tints of Mardi Gras #2F0C2C
RGB
CMYK
RGB Variations
Color information
#2F0C2C (or 0x2F0C2C) is known color: Mardi Gras. HEX triplet: 2F, 0C and 2C. RGB value is (47,12,44). Sum of RGB (Red+Green+Blue) = 47+12+44=103 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.63% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0C2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0C2C is #D0F3D3. Grayscale: #1A1A1A. Windows color (decimal): -13693908 or 2886703. OLE color: 2886703.
HSL color Cylindrical-coordinate representation of color #2F0C2C: hue angle of 305.14º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F0C2C is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 12 | 44 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.82 |
| HSL | 305.14º | 0.59% | 0.12% | - |
| HSV(B) | 305.14º | 0.74% | 0.18% | - |
| XYZ | 1.76 | 1.05 | 2.49 | - |
| YUV | 26.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 12 | 44 | 0 | 0.74 | 0.06 | 0.82 | 305.14 | 0.59 | 0.12 |
| Hex | 2F | C | 2C | 0 | 4A | 6 | 52 | 131 | 3B | C |
| Octal | 57 | 14 | 54 | 0 | 112 | 6 | 122 | 461 | 73 | 14 |
| Binary | 101111 | 1100 | 101100 | 0 | 1001010 | 110 | 1010010 | 100110001 | 111011 | 1100 |
Color Harmonies of #2F0C2C
Complementary color
Monochromatic Colors of #2F0C2C
Black with #2F0C2C
Text Example
Text Example
White with #2F0C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0C2C; }
p { color: rgb(47,12,44); }
H1.HeaderClassName
{
color: #2F0C2C;
}
.AnyTagClassName
{
color: #2F0C2C;
}
</style>
background-color css
<style>
a { background-color: #2F0C2C; }
a { background-color: rgb(47,12,44); }
div.DivClassName
{
background-color: #2F0C2C;
}
.BgClassName
{
background-color: #2F0C2C;
}
</style>
border-color css
<style>
span { border-color: #2F0C2C; }
span { border-color: rgb(47,12,44); }
td.TdClassName
{
border-color: #2F0C2C;
}
.TagClassName
{
border-color: #2F0C2C;
}
</style>