Shades of Mardi Gras #282428
Tints of Mardi Gras #282428
RGB
CMYK
RGB Variations
Color information
#282428 (or 0x282428) is known color: Mardi Gras. HEX triplet: 28, 24 and 28. RGB value is (40,36,40). Sum of RGB (Red+Green+Blue) = 40+36+40=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 40 - color contains mainly: red, blue. Hex color #282428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282428 is #D7DBD7. Grayscale: #252525. Windows color (decimal): -14146520 or 2630696. OLE color: 2630696.
HSL color Cylindrical-coordinate representation of color #282428: hue angle of 300º degrees, saturation: 0.05, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #282428 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 36 | 40 | - |
| CMYK | 0 | 0.10 | 0 | 0.84 |
| HSL | 300º | 0.05% | 0.15% | - |
| HSV(B) | 300º | 0.1% | 0.16% | - |
| XYZ | 1.89 | 1.87 | 2.27 | - |
| YUV | 37.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 40 | 0 | 0.10 | 0 | 0.84 | 300 | 0.05 | 0.15 |
| Hex | 28 | 24 | 28 | 0 | A | 0 | 54 | 12C | 5 | F |
| Octal | 50 | 44 | 50 | 0 | 12 | 0 | 124 | 454 | 5 | 17 |
| Binary | 101000 | 100100 | 101000 | 0 | 1010 | 0 | 1010100 | 100101100 | 101 | 1111 |
Color Harmonies of #282428
Complementary color
Monochromatic Colors of #282428
Black with #282428
Text Example
Text Example
White with #282428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282428; }
p { color: rgb(40,36,40); }
H1.HeaderClassName
{
color: #282428;
}
.AnyTagClassName
{
color: #282428;
}
</style>
background-color css
<style>
a { background-color: #282428; }
a { background-color: rgb(40,36,40); }
div.DivClassName
{
background-color: #282428;
}
.BgClassName
{
background-color: #282428;
}
</style>
border-color css
<style>
span { border-color: #282428; }
span { border-color: rgb(40,36,40); }
td.TdClassName
{
border-color: #282428;
}
.TagClassName
{
border-color: #282428;
}
</style>