Shades of Mardi Gras #281226
Tints of Mardi Gras #281226
RGB
CMYK
RGB Variations
Color information
#281226 (or 0x281226) is known color: Mardi Gras. HEX triplet: 28, 12 and 26. RGB value is (40,18,38). Sum of RGB (Red+Green+Blue) = 40+18+38=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 40 - color contains mainly: red. Hex color #281226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281226 is #D7EDD9. Grayscale: #1A1A1A. Windows color (decimal): -14151130 or 2495016. OLE color: 2495016.
HSL color Cylindrical-coordinate representation of color #281226: hue angle of 305.45º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #281226 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 18 | 38 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.84 |
| HSL | 305.45º | 0.38% | 0.11% | - |
| HSV(B) | 305.45º | 0.55% | 0.16% | - |
| XYZ | 1.44 | 1.02 | 1.96 | - |
| YUV | 26.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 38 | 0 | 0.55 | 0.05 | 0.84 | 305.45 | 0.38 | 0.11 |
| Hex | 28 | 12 | 26 | 0 | 37 | 5 | 54 | 131 | 26 | B |
| Octal | 50 | 22 | 46 | 0 | 67 | 5 | 124 | 461 | 46 | 13 |
| Binary | 101000 | 10010 | 100110 | 0 | 110111 | 101 | 1010100 | 100110001 | 100110 | 1011 |
Color Harmonies of #281226
Complementary color
Monochromatic Colors of #281226
Black with #281226
Text Example
Text Example
White with #281226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281226; }
p { color: rgb(40,18,38); }
H1.HeaderClassName
{
color: #281226;
}
.AnyTagClassName
{
color: #281226;
}
</style>
background-color css
<style>
a { background-color: #281226; }
a { background-color: rgb(40,18,38); }
div.DivClassName
{
background-color: #281226;
}
.BgClassName
{
background-color: #281226;
}
</style>
border-color css
<style>
span { border-color: #281226; }
span { border-color: rgb(40,18,38); }
td.TdClassName
{
border-color: #281226;
}
.TagClassName
{
border-color: #281226;
}
</style>