Shades of Mardi Gras #281F29
Tints of Mardi Gras #281F29
RGB
CMYK
RGB Variations
Color information
#281F29 (or 0x281F29) is known color: Mardi Gras. HEX triplet: 28, 1F and 29. RGB value is (40,31,41). Sum of RGB (Red+Green+Blue) = 40+31+41=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 41 - color contains mainly: blue. Hex color #281F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F29 is #D7E0D6. Grayscale: #222222. Windows color (decimal): -14147799 or 2694952. OLE color: 2694952.
HSL color Cylindrical-coordinate representation of color #281F29: hue angle of 294º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #281F29 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 31 | 41 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.84 |
| HSL | 294º | 0.14% | 0.14% | - |
| HSV(B) | 294º | 0.24% | 0.16% | - |
| XYZ | 1.77 | 1.59 | 2.31 | - |
| YUV | 34.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 41 | 0.02 | 0.24 | 0 | 0.84 | 294 | 0.14 | 0.14 |
| Hex | 28 | 1F | 29 | 2 | 18 | 0 | 54 | 126 | E | E |
| Octal | 50 | 37 | 51 | 2 | 30 | 0 | 124 | 446 | 16 | 16 |
| Binary | 101000 | 11111 | 101001 | 10 | 11000 | 0 | 1010100 | 100100110 | 1110 | 1110 |
Color Harmonies of #281F29
Complementary color
Monochromatic Colors of #281F29
Black with #281F29
Text Example
Text Example
White with #281F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F29; }
p { color: rgb(40,31,41); }
H1.HeaderClassName
{
color: #281F29;
}
.AnyTagClassName
{
color: #281F29;
}
</style>
background-color css
<style>
a { background-color: #281F29; }
a { background-color: rgb(40,31,41); }
div.DivClassName
{
background-color: #281F29;
}
.BgClassName
{
background-color: #281F29;
}
</style>
border-color css
<style>
span { border-color: #281F29; }
span { border-color: rgb(40,31,41); }
td.TdClassName
{
border-color: #281F29;
}
.TagClassName
{
border-color: #281F29;
}
</style>