Shades of Mardi Gras #2F142F
Tints of Mardi Gras #2F142F
RGB
CMYK
RGB Variations
Color information
#2F142F (or 0x2F142F) is known color: Mardi Gras. HEX triplet: 2F, 14 and 2F. RGB value is (47,20,47). Sum of RGB (Red+Green+Blue) = 47+20+47=114 (15% of max value = 765). Red value is 47 (18.75% from 255 or 41.23% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 47 - color contains mainly: red, blue. Hex color #2F142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F142F is #D0EBD0. Grayscale: #1F1F1F. Windows color (decimal): -13691857 or 3085359. OLE color: 3085359.
HSL color Cylindrical-coordinate representation of color #2F142F: hue angle of 300º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F142F is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 20 | 47 | - |
| CMYK | 0 | 0.57 | 0 | 0.82 |
| HSL | 300º | 0.4% | 0.13% | - |
| HSV(B) | 300º | 0.57% | 0.18% | - |
| XYZ | 1.94 | 1.31 | 2.84 | - |
| YUV | 31.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 20 | 47 | 0 | 0.57 | 0 | 0.82 | 300 | 0.4 | 0.13 |
| Hex | 2F | 14 | 2F | 0 | 39 | 0 | 52 | 12C | 28 | D |
| Octal | 57 | 24 | 57 | 0 | 71 | 0 | 122 | 454 | 50 | 15 |
| Binary | 101111 | 10100 | 101111 | 0 | 111001 | 0 | 1010010 | 100101100 | 101000 | 1101 |
Color Harmonies of #2F142F
Complementary color
Monochromatic Colors of #2F142F
Black with #2F142F
Text Example
Text Example
White with #2F142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F142F; }
p { color: rgb(47,20,47); }
H1.HeaderClassName
{
color: #2F142F;
}
.AnyTagClassName
{
color: #2F142F;
}
</style>
background-color css
<style>
a { background-color: #2F142F; }
a { background-color: rgb(47,20,47); }
div.DivClassName
{
background-color: #2F142F;
}
.BgClassName
{
background-color: #2F142F;
}
</style>
border-color css
<style>
span { border-color: #2F142F; }
span { border-color: rgb(47,20,47); }
td.TdClassName
{
border-color: #2F142F;
}
.TagClassName
{
border-color: #2F142F;
}
</style>