Shades of Mardi Gras #280A28
Tints of Mardi Gras #280A28
RGB
CMYK
RGB Variations
Color information
#280A28 (or 0x280A28) is known color: Mardi Gras. HEX triplet: 28, 0A and 28. RGB value is (40,10,40). Sum of RGB (Red+Green+Blue) = 40+10+40=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 40 - color contains mainly: red, blue. Hex color #280A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280A28 is #D7F5D7. Grayscale: #161616. Windows color (decimal): -14153176 or 2624040. OLE color: 2624040.
HSL color Cylindrical-coordinate representation of color #280A28: hue angle of 300º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #280A28 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 10 | 40 | - |
| CMYK | 0 | 0.75 | 0 | 0.84 |
| HSL | 300º | 0.6% | 0.1% | - |
| HSV(B) | 300º | 0.75% | 0.16% | - |
| XYZ | 1.37 | 0.82 | 2.09 | - |
| YUV | 22.39 | 137.94 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 40 | 0 | 0.75 | 0 | 0.84 | 300 | 0.6 | 0.1 |
| Hex | 28 | A | 28 | 0 | 4B | 0 | 54 | 12C | 3C | A |
| Octal | 50 | 12 | 50 | 0 | 113 | 0 | 124 | 454 | 74 | 12 |
| Binary | 101000 | 1010 | 101000 | 0 | 1001011 | 0 | 1010100 | 100101100 | 111100 | 1010 |
Color Harmonies of #280A28
Complementary color
Monochromatic Colors of #280A28
Black with #280A28
Text Example
Text Example
White with #280A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280A28; }
p { color: rgb(40,10,40); }
H1.HeaderClassName
{
color: #280A28;
}
.AnyTagClassName
{
color: #280A28;
}
</style>
background-color css
<style>
a { background-color: #280A28; }
a { background-color: rgb(40,10,40); }
div.DivClassName
{
background-color: #280A28;
}
.BgClassName
{
background-color: #280A28;
}
</style>
border-color css
<style>
span { border-color: #280A28; }
span { border-color: rgb(40,10,40); }
td.TdClassName
{
border-color: #280A28;
}
.TagClassName
{
border-color: #280A28;
}
</style>