Shades of Mardi Gras #2F152E
Tints of Mardi Gras #2F152E
RGB
CMYK
RGB Variations
Color information
#2F152E (or 0x2F152E) is known color: Mardi Gras. HEX triplet: 2F, 15 and 2E. RGB value is (47,21,46). Sum of RGB (Red+Green+Blue) = 47+21+46=114 (15% of max value = 765). Red value is 47 (18.75% from 255 or 41.23% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 47 - color contains mainly: red. Hex color #2F152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F152E is #D0EAD1. Grayscale: #1F1F1F. Windows color (decimal): -13691602 or 3020079. OLE color: 3020079.
HSL color Cylindrical-coordinate representation of color #2F152E: hue angle of 302.31º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F152E is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 21 | 46 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.82 |
| HSL | 302.31º | 0.38% | 0.13% | - |
| HSV(B) | 302.31º | 0.55% | 0.18% | - |
| XYZ | 1.93 | 1.34 | 2.74 | - |
| YUV | 31.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 21 | 46 | 0 | 0.55 | 0.02 | 0.82 | 302.31 | 0.38 | 0.13 |
| Hex | 2F | 15 | 2E | 0 | 37 | 2 | 52 | 12E | 26 | D |
| Octal | 57 | 25 | 56 | 0 | 67 | 2 | 122 | 456 | 46 | 15 |
| Binary | 101111 | 10101 | 101110 | 0 | 110111 | 10 | 1010010 | 100101110 | 100110 | 1101 |
Color Harmonies of #2F152E
Complementary color
Monochromatic Colors of #2F152E
Black with #2F152E
Text Example
Text Example
White with #2F152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F152E; }
p { color: rgb(47,21,46); }
H1.HeaderClassName
{
color: #2F152E;
}
.AnyTagClassName
{
color: #2F152E;
}
</style>
background-color css
<style>
a { background-color: #2F152E; }
a { background-color: rgb(47,21,46); }
div.DivClassName
{
background-color: #2F152E;
}
.BgClassName
{
background-color: #2F152E;
}
</style>
border-color css
<style>
span { border-color: #2F152E; }
span { border-color: rgb(47,21,46); }
td.TdClassName
{
border-color: #2F152E;
}
.TagClassName
{
border-color: #2F152E;
}
</style>