Shades of Mardi Gras #280C28
Tints of Mardi Gras #280C28
RGB
CMYK
RGB Variations
Color information
#280C28 (or 0x280C28) is known color: Mardi Gras. HEX triplet: 28, 0C and 28. RGB value is (40,12,40). Sum of RGB (Red+Green+Blue) = 40+12+40=92 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.48% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 40 - color contains mainly: red, blue. Hex color #280C28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280C28 is #D7F3D7. Grayscale: #171717. Windows color (decimal): -14152664 or 2624552. OLE color: 2624552.
HSL color Cylindrical-coordinate representation of color #280C28: hue angle of 300º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #280C28 is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 12 | 40 | - |
| CMYK | 0 | 0.70 | 0 | 0.84 |
| HSL | 300º | 0.54% | 0.1% | - |
| HSV(B) | 300º | 0.7% | 0.16% | - |
| XYZ | 1.39 | 0.87 | 2.1 | - |
| YUV | 23.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 40 | 0 | 0.70 | 0 | 0.84 | 300 | 0.54 | 0.1 |
| Hex | 28 | C | 28 | 0 | 46 | 0 | 54 | 12C | 36 | A |
| Octal | 50 | 14 | 50 | 0 | 106 | 0 | 124 | 454 | 66 | 12 |
| Binary | 101000 | 1100 | 101000 | 0 | 1000110 | 0 | 1010100 | 100101100 | 110110 | 1010 |
Color Harmonies of #280C28
Complementary color
Monochromatic Colors of #280C28
Black with #280C28
Text Example
Text Example
White with #280C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C28; }
p { color: rgb(40,12,40); }
H1.HeaderClassName
{
color: #280C28;
}
.AnyTagClassName
{
color: #280C28;
}
</style>
background-color css
<style>
a { background-color: #280C28; }
a { background-color: rgb(40,12,40); }
div.DivClassName
{
background-color: #280C28;
}
.BgClassName
{
background-color: #280C28;
}
</style>
border-color css
<style>
span { border-color: #280C28; }
span { border-color: rgb(40,12,40); }
td.TdClassName
{
border-color: #280C28;
}
.TagClassName
{
border-color: #280C28;
}
</style>