Shades of Mardi Gras #2F152D
Tints of Mardi Gras #2F152D
RGB
CMYK
RGB Variations
Color information
#2F152D (or 0x2F152D) is known color: Mardi Gras. HEX triplet: 2F, 15 and 2D. RGB value is (47,21,45). Sum of RGB (Red+Green+Blue) = 47+21+45=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 47 - color contains mainly: red. Hex color #2F152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F152D is #D0EAD2. Grayscale: #1F1F1F. Windows color (decimal): -13691603 or 2954543. OLE color: 2954543.
HSL color Cylindrical-coordinate representation of color #2F152D: hue angle of 304.62º 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 #2F152D is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 21 | 45 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.82 |
| HSL | 304.62º | 0.38% | 0.13% | - |
| HSV(B) | 304.62º | 0.55% | 0.18% | - |
| XYZ | 1.91 | 1.33 | 2.64 | - |
| YUV | 31.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 21 | 45 | 0 | 0.55 | 0.04 | 0.82 | 304.62 | 0.38 | 0.13 |
| Hex | 2F | 15 | 2D | 0 | 37 | 4 | 52 | 131 | 26 | D |
| Octal | 57 | 25 | 55 | 0 | 67 | 4 | 122 | 461 | 46 | 15 |
| Binary | 101111 | 10101 | 101101 | 0 | 110111 | 100 | 1010010 | 100110001 | 100110 | 1101 |
Color Harmonies of #2F152D
Complementary color
Monochromatic Colors of #2F152D
Black with #2F152D
Text Example
Text Example
White with #2F152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F152D; }
p { color: rgb(47,21,45); }
H1.HeaderClassName
{
color: #2F152D;
}
.AnyTagClassName
{
color: #2F152D;
}
</style>
background-color css
<style>
a { background-color: #2F152D; }
a { background-color: rgb(47,21,45); }
div.DivClassName
{
background-color: #2F152D;
}
.BgClassName
{
background-color: #2F152D;
}
</style>
border-color css
<style>
span { border-color: #2F152D; }
span { border-color: rgb(47,21,45); }
td.TdClassName
{
border-color: #2F152D;
}
.TagClassName
{
border-color: #2F152D;
}
</style>