Shades of Mardi Gras #282129
Tints of Mardi Gras #282129
RGB
CMYK
RGB Variations
Color information
#282129 (or 0x282129) is known color: Mardi Gras. HEX triplet: 28, 21 and 29. RGB value is (40,33,41). Sum of RGB (Red+Green+Blue) = 40+33+41=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 41 - color contains mainly: blue. Hex color #282129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282129 is #D7DED6. Grayscale: #232323. Windows color (decimal): -14147287 or 2695464. OLE color: 2695464.
HSL color Cylindrical-coordinate representation of color #282129: hue angle of 292.5º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #282129 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 33 | 41 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.84 |
| HSL | 292.5º | 0.11% | 0.15% | - |
| HSV(B) | 292.5º | 0.2% | 0.16% | - |
| XYZ | 1.82 | 1.7 | 2.33 | - |
| YUV | 36.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 41 | 0.02 | 0.20 | 0 | 0.84 | 292.5 | 0.11 | 0.15 |
| Hex | 28 | 21 | 29 | 2 | 14 | 0 | 54 | 124 | B | F |
| Octal | 50 | 41 | 51 | 2 | 24 | 0 | 124 | 444 | 13 | 17 |
| Binary | 101000 | 100001 | 101001 | 10 | 10100 | 0 | 1010100 | 100100100 | 1011 | 1111 |
Color Harmonies of #282129
Complementary color
Monochromatic Colors of #282129
Black with #282129
Text Example
Text Example
White with #282129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282129; }
p { color: rgb(40,33,41); }
H1.HeaderClassName
{
color: #282129;
}
.AnyTagClassName
{
color: #282129;
}
</style>
background-color css
<style>
a { background-color: #282129; }
a { background-color: rgb(40,33,41); }
div.DivClassName
{
background-color: #282129;
}
.BgClassName
{
background-color: #282129;
}
</style>
border-color css
<style>
span { border-color: #282129; }
span { border-color: rgb(40,33,41); }
td.TdClassName
{
border-color: #282129;
}
.TagClassName
{
border-color: #282129;
}
</style>