Shades of Mardi Gras #280026
Tints of Mardi Gras #280026
RGB
CMYK
RGB Variations
Color information
#280026 (or 0x280026) is known color: Mardi Gras. HEX triplet: 28, 00 and 26. RGB value is (40,0,38). Sum of RGB (Red+Green+Blue) = 40+0+38=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 38 (15.23% from 255 or 48.72% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #280026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280026 is #D7FFD9. Grayscale: #101010. Windows color (decimal): -14155738 or 2490408. OLE color: 2490408.
HSL color Cylindrical-coordinate representation of color #280026: hue angle of 303º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280026 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 0 | 38 | - |
| CMYK | 0 | 1 | 0.05 | 0.84 |
| HSL | 303º | 1% | 0.08% | - |
| HSV(B) | 303º | 1% | 0.16% | - |
| XYZ | 1.22 | 0.59 | 1.88 | - |
| YUV | 16.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 38 | 0 | 1 | 0.05 | 0.84 | 303 | 1 | 0.08 |
| Hex | 28 | 0 | 26 | 0 | 64 | 5 | 54 | 12F | 64 | 8 |
| Octal | 50 | 0 | 46 | 0 | 144 | 5 | 124 | 457 | 144 | 10 |
| Binary | 101000 | 0 | 100110 | 0 | 1100100 | 101 | 1010100 | 100101111 | 1100100 | 1000 |
Color Harmonies of #280026
Complementary color
Monochromatic Colors of #280026
Black with #280026
Text Example
Text Example
White with #280026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280026; }
p { color: rgb(40,0,38); }
H1.HeaderClassName
{
color: #280026;
}
.AnyTagClassName
{
color: #280026;
}
</style>
background-color css
<style>
a { background-color: #280026; }
a { background-color: rgb(40,0,38); }
div.DivClassName
{
background-color: #280026;
}
.BgClassName
{
background-color: #280026;
}
</style>
border-color css
<style>
span { border-color: #280026; }
span { border-color: rgb(40,0,38); }
td.TdClassName
{
border-color: #280026;
}
.TagClassName
{
border-color: #280026;
}
</style>