Shades of Mardi Gras #2F142D
Tints of Mardi Gras #2F142D
RGB
CMYK
RGB Variations
Color information
#2F142D (or 0x2F142D) is known color: Mardi Gras. HEX triplet: 2F, 14 and 2D. RGB value is (47,20,45). Sum of RGB (Red+Green+Blue) = 47+20+45=112 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.96% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 47 - color contains mainly: red. Hex color #2F142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F142D is #D0EBD2. Grayscale: #1E1E1E. Windows color (decimal): -13691859 or 2954287. OLE color: 2954287.
HSL color Cylindrical-coordinate representation of color #2F142D: hue angle of 304.44º 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 #2F142D is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 20 | 45 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.82 |
| HSL | 304.44º | 0.4% | 0.13% | - |
| HSV(B) | 304.44º | 0.57% | 0.18% | - |
| XYZ | 1.9 | 1.29 | 2.63 | - |
| YUV | 30.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 20 | 45 | 0 | 0.57 | 0.04 | 0.82 | 304.44 | 0.4 | 0.13 |
| Hex | 2F | 14 | 2D | 0 | 39 | 4 | 52 | 130 | 28 | D |
| Octal | 57 | 24 | 55 | 0 | 71 | 4 | 122 | 460 | 50 | 15 |
| Binary | 101111 | 10100 | 101101 | 0 | 111001 | 100 | 1010010 | 100110000 | 101000 | 1101 |
Color Harmonies of #2F142D
Complementary color
Monochromatic Colors of #2F142D
Black with #2F142D
Text Example
Text Example
White with #2F142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F142D; }
p { color: rgb(47,20,45); }
H1.HeaderClassName
{
color: #2F142D;
}
.AnyTagClassName
{
color: #2F142D;
}
</style>
background-color css
<style>
a { background-color: #2F142D; }
a { background-color: rgb(47,20,45); }
div.DivClassName
{
background-color: #2F142D;
}
.BgClassName
{
background-color: #2F142D;
}
</style>
border-color css
<style>
span { border-color: #2F142D; }
span { border-color: rgb(47,20,45); }
td.TdClassName
{
border-color: #2F142D;
}
.TagClassName
{
border-color: #2F142D;
}
</style>