Shades of Mardi Gras #280929
Tints of Mardi Gras #280929
RGB
CMYK
RGB Variations
Color information
#280929 (or 0x280929) is known color: Mardi Gras. HEX triplet: 28, 09 and 29. RGB value is (40,9,41). Sum of RGB (Red+Green+Blue) = 40+9+41=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 41 (16.41% from 255 or 45.56% from 90); Max value from RGB is 41 - color contains mainly: blue. Hex color #280929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280929 is #D7F6D6. Grayscale: #151515. Windows color (decimal): -14153431 or 2689320. OLE color: 2689320.
HSL color Cylindrical-coordinate representation of color #280929: hue angle of 298.12º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #280929 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 9 | 41 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.84 |
| HSL | 298.13º | 0.64% | 0.1% | - |
| HSV(B) | 298.13º | 0.78% | 0.16% | - |
| XYZ | 1.37 | 0.81 | 2.18 | - |
| YUV | 21.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 41 | 0.02 | 0.78 | 0 | 0.84 | 298.13 | 0.64 | 0.1 |
| Hex | 28 | 9 | 29 | 2 | 4E | 0 | 54 | 12A | 40 | A |
| Octal | 50 | 11 | 51 | 2 | 116 | 0 | 124 | 452 | 100 | 12 |
| Binary | 101000 | 1001 | 101001 | 10 | 1001110 | 0 | 1010100 | 100101010 | 1000000 | 1010 |
Color Harmonies of #280929
Complementary color
Monochromatic Colors of #280929
Black with #280929
Text Example
Text Example
White with #280929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280929; }
p { color: rgb(40,9,41); }
H1.HeaderClassName
{
color: #280929;
}
.AnyTagClassName
{
color: #280929;
}
</style>
background-color css
<style>
a { background-color: #280929; }
a { background-color: rgb(40,9,41); }
div.DivClassName
{
background-color: #280929;
}
.BgClassName
{
background-color: #280929;
}
</style>
border-color css
<style>
span { border-color: #280929; }
span { border-color: rgb(40,9,41); }
td.TdClassName
{
border-color: #280929;
}
.TagClassName
{
border-color: #280929;
}
</style>