Shades of Mardi Gras #280129
Tints of Mardi Gras #280129
RGB
CMYK
RGB Variations
Color information
#280129 (or 0x280129) is known color: Mardi Gras. HEX triplet: 28, 01 and 29. RGB value is (40,1,41). Sum of RGB (Red+Green+Blue) = 40+1+41=82 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.78% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 41 (16.41% from 255 or 50% from 82); Max value from RGB is 41 - color contains mainly: blue. Hex color #280129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280129 is #D7FED6. Grayscale: #111111. Windows color (decimal): -14155479 or 2687272. OLE color: 2687272.
HSL color Cylindrical-coordinate representation of color #280129: hue angle of 298.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280129 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 1 | 41 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.84 |
| HSL | 298.5º | 0.95% | 0.08% | - |
| HSV(B) | 298.5º | 0.98% | 0.16% | - |
| XYZ | 1.29 | 0.63 | 2.15 | - |
| YUV | 17.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 41 | 0.02 | 0.98 | 0 | 0.84 | 298.5 | 0.95 | 0.08 |
| Hex | 28 | 1 | 29 | 2 | 62 | 0 | 54 | 12A | 5F | 8 |
| Octal | 50 | 1 | 51 | 2 | 142 | 0 | 124 | 452 | 137 | 10 |
| Binary | 101000 | 1 | 101001 | 10 | 1100010 | 0 | 1010100 | 100101010 | 1011111 | 1000 |
Color Harmonies of #280129
Complementary color
Monochromatic Colors of #280129
Black with #280129
Text Example
Text Example
White with #280129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280129; }
p { color: rgb(40,1,41); }
H1.HeaderClassName
{
color: #280129;
}
.AnyTagClassName
{
color: #280129;
}
</style>
background-color css
<style>
a { background-color: #280129; }
a { background-color: rgb(40,1,41); }
div.DivClassName
{
background-color: #280129;
}
.BgClassName
{
background-color: #280129;
}
</style>
border-color css
<style>
span { border-color: #280129; }
span { border-color: rgb(40,1,41); }
td.TdClassName
{
border-color: #280129;
}
.TagClassName
{
border-color: #280129;
}
</style>