Shades of Mardi Gras #2F0B2D
Tints of Mardi Gras #2F0B2D
RGB
CMYK
RGB Variations
Color information
#2F0B2D (or 0x2F0B2D) is known color: Mardi Gras. HEX triplet: 2F, 0B and 2D. RGB value is (47,11,45). Sum of RGB (Red+Green+Blue) = 47+11+45=103 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.63% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0B2D is #D0F4D2. Grayscale: #191919. Windows color (decimal): -13694163 or 2951983. OLE color: 2951983.
HSL color Cylindrical-coordinate representation of color #2F0B2D: hue angle of 303.33º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F0B2D is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 11 | 45 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.82 |
| HSL | 303.33º | 0.62% | 0.11% | - |
| HSV(B) | 303.33º | 0.77% | 0.18% | - |
| XYZ | 1.77 | 1.03 | 2.59 | - |
| YUV | 25.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 11 | 45 | 0 | 0.77 | 0.04 | 0.82 | 303.33 | 0.62 | 0.11 |
| Hex | 2F | B | 2D | 0 | 4D | 4 | 52 | 12F | 3E | B |
| Octal | 57 | 13 | 55 | 0 | 115 | 4 | 122 | 457 | 76 | 13 |
| Binary | 101111 | 1011 | 101101 | 0 | 1001101 | 100 | 1010010 | 100101111 | 111110 | 1011 |
Color Harmonies of #2F0B2D
Complementary color
Monochromatic Colors of #2F0B2D
Black with #2F0B2D
Text Example
Text Example
White with #2F0B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0B2D; }
p { color: rgb(47,11,45); }
H1.HeaderClassName
{
color: #2F0B2D;
}
.AnyTagClassName
{
color: #2F0B2D;
}
</style>
background-color css
<style>
a { background-color: #2F0B2D; }
a { background-color: rgb(47,11,45); }
div.DivClassName
{
background-color: #2F0B2D;
}
.BgClassName
{
background-color: #2F0B2D;
}
</style>
border-color css
<style>
span { border-color: #2F0B2D; }
span { border-color: rgb(47,11,45); }
td.TdClassName
{
border-color: #2F0B2D;
}
.TagClassName
{
border-color: #2F0B2D;
}
</style>