Shades of Mardi Gras #2F0F2B
Tints of Mardi Gras #2F0F2B
RGB
CMYK
RGB Variations
Color information
#2F0F2B (or 0x2F0F2B) is known color: Mardi Gras. HEX triplet: 2F, 0F and 2B. RGB value is (47,15,43). Sum of RGB (Red+Green+Blue) = 47+15+43=105 (13% of max value = 765). Red value is 47 (18.75% from 255 or 44.76% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0F2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0F2B is #D0F0D4. Grayscale: #1B1B1B. Windows color (decimal): -13693141 or 2821935. OLE color: 2821935.
HSL color Cylindrical-coordinate representation of color #2F0F2B: hue angle of 307.5º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F0F2B is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 15 | 43 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.82 |
| HSL | 307.5º | 0.52% | 0.12% | - |
| HSV(B) | 307.5º | 0.68% | 0.18% | - |
| XYZ | 1.78 | 1.12 | 2.41 | - |
| YUV | 27.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 15 | 43 | 0 | 0.68 | 0.09 | 0.82 | 307.5 | 0.52 | 0.12 |
| Hex | 2F | F | 2B | 0 | 44 | 9 | 52 | 134 | 34 | C |
| Octal | 57 | 17 | 53 | 0 | 104 | 11 | 122 | 464 | 64 | 14 |
| Binary | 101111 | 1111 | 101011 | 0 | 1000100 | 1001 | 1010010 | 100110100 | 110100 | 1100 |
Color Harmonies of #2F0F2B
Complementary color
Monochromatic Colors of #2F0F2B
Black with #2F0F2B
Text Example
Text Example
White with #2F0F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0F2B; }
p { color: rgb(47,15,43); }
H1.HeaderClassName
{
color: #2F0F2B;
}
.AnyTagClassName
{
color: #2F0F2B;
}
</style>
background-color css
<style>
a { background-color: #2F0F2B; }
a { background-color: rgb(47,15,43); }
div.DivClassName
{
background-color: #2F0F2B;
}
.BgClassName
{
background-color: #2F0F2B;
}
</style>
border-color css
<style>
span { border-color: #2F0F2B; }
span { border-color: rgb(47,15,43); }
td.TdClassName
{
border-color: #2F0F2B;
}
.TagClassName
{
border-color: #2F0F2B;
}
</style>