Shades of Mardi Gras #280227
Tints of Mardi Gras #280227
RGB
CMYK
RGB Variations
Color information
#280227 (or 0x280227) is known color: Mardi Gras. HEX triplet: 28, 02 and 27. RGB value is (40,2,39). Sum of RGB (Red+Green+Blue) = 40+2+39=81 (10% of max value = 765). Red value is 40 (16.02% from 255 or 49.38% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 39 (15.62% from 255 or 48.15% from 81); Max value from RGB is 40 - color contains mainly: red. Hex color #280227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280227 is #D7FDD8. Grayscale: #111111. Windows color (decimal): -14155225 or 2556456. OLE color: 2556456.
HSL color Cylindrical-coordinate representation of color #280227: hue angle of 301.58º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280227 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 2 | 39 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.84 |
| HSL | 301.58º | 0.9% | 0.08% | - |
| HSV(B) | 301.58º | 0.95% | 0.16% | - |
| XYZ | 1.26 | 0.64 | 1.98 | - |
| YUV | 17.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 39 | 0 | 0.95 | 0.02 | 0.84 | 301.58 | 0.9 | 0.08 |
| Hex | 28 | 2 | 27 | 0 | 5F | 2 | 54 | 12E | 5A | 8 |
| Octal | 50 | 2 | 47 | 0 | 137 | 2 | 124 | 456 | 132 | 10 |
| Binary | 101000 | 10 | 100111 | 0 | 1011111 | 10 | 1010100 | 100101110 | 1011010 | 1000 |
Color Harmonies of #280227
Complementary color
Monochromatic Colors of #280227
Black with #280227
Text Example
Text Example
White with #280227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280227; }
p { color: rgb(40,2,39); }
H1.HeaderClassName
{
color: #280227;
}
.AnyTagClassName
{
color: #280227;
}
</style>
background-color css
<style>
a { background-color: #280227; }
a { background-color: rgb(40,2,39); }
div.DivClassName
{
background-color: #280227;
}
.BgClassName
{
background-color: #280227;
}
</style>
border-color css
<style>
span { border-color: #280227; }
span { border-color: rgb(40,2,39); }
td.TdClassName
{
border-color: #280227;
}
.TagClassName
{
border-color: #280227;
}
</style>