Shades of Mardi Gras #2F0C2A
Tints of Mardi Gras #2F0C2A
RGB
CMYK
RGB Variations
Color information
#2F0C2A (or 0x2F0C2A) is known color: Mardi Gras. HEX triplet: 2F, 0C and 2A. RGB value is (47,12,42). Sum of RGB (Red+Green+Blue) = 47+12+42=101 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.53% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0C2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0C2A is #D0F3D5. Grayscale: #191919. Windows color (decimal): -13693910 or 2755631. OLE color: 2755631.
HSL color Cylindrical-coordinate representation of color #2F0C2A: hue angle of 308.57º 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 #2F0C2A is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 12 | 42 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.82 |
| HSL | 308.57º | 0.59% | 0.12% | - |
| HSV(B) | 308.57º | 0.74% | 0.18% | - |
| XYZ | 1.72 | 1.03 | 2.3 | - |
| YUV | 25.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 12 | 42 | 0 | 0.74 | 0.11 | 0.82 | 308.57 | 0.59 | 0.12 |
| Hex | 2F | C | 2A | 0 | 4A | B | 52 | 135 | 3B | C |
| Octal | 57 | 14 | 52 | 0 | 112 | 13 | 122 | 465 | 73 | 14 |
| Binary | 101111 | 1100 | 101010 | 0 | 1001010 | 1011 | 1010010 | 100110101 | 111011 | 1100 |
Color Harmonies of #2F0C2A
Complementary color
Monochromatic Colors of #2F0C2A
Black with #2F0C2A
Text Example
Text Example
White with #2F0C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0C2A; }
p { color: rgb(47,12,42); }
H1.HeaderClassName
{
color: #2F0C2A;
}
.AnyTagClassName
{
color: #2F0C2A;
}
</style>
background-color css
<style>
a { background-color: #2F0C2A; }
a { background-color: rgb(47,12,42); }
div.DivClassName
{
background-color: #2F0C2A;
}
.BgClassName
{
background-color: #2F0C2A;
}
</style>
border-color css
<style>
span { border-color: #2F0C2A; }
span { border-color: rgb(47,12,42); }
td.TdClassName
{
border-color: #2F0C2A;
}
.TagClassName
{
border-color: #2F0C2A;
}
</style>