Shades of Mardi Gras #280C25
Tints of Mardi Gras #280C25
RGB
CMYK
RGB Variations
Color information
#280C25 (or 0x280C25) is known color: Mardi Gras. HEX triplet: 28, 0C and 25. RGB value is (40,12,37). Sum of RGB (Red+Green+Blue) = 40+12+37=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 40 - color contains mainly: red. Hex color #280C25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280C25 is #D7F3DA. Grayscale: #171717. Windows color (decimal): -14152667 or 2427944. OLE color: 2427944.
HSL color Cylindrical-coordinate representation of color #280C25: hue angle of 306.43º 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 #280C25 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 12 | 37 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.84 |
| HSL | 306.43º | 0.54% | 0.1% | - |
| HSV(B) | 306.43º | 0.7% | 0.16% | - |
| XYZ | 1.34 | 0.85 | 1.84 | - |
| YUV | 23.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 37 | 0 | 0.70 | 0.07 | 0.84 | 306.43 | 0.54 | 0.1 |
| Hex | 28 | C | 25 | 0 | 46 | 7 | 54 | 132 | 36 | A |
| Octal | 50 | 14 | 45 | 0 | 106 | 7 | 124 | 462 | 66 | 12 |
| Binary | 101000 | 1100 | 100101 | 0 | 1000110 | 111 | 1010100 | 100110010 | 110110 | 1010 |
Color Harmonies of #280C25
Complementary color
Monochromatic Colors of #280C25
Black with #280C25
Text Example
Text Example
White with #280C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C25; }
p { color: rgb(40,12,37); }
H1.HeaderClassName
{
color: #280C25;
}
.AnyTagClassName
{
color: #280C25;
}
</style>
background-color css
<style>
a { background-color: #280C25; }
a { background-color: rgb(40,12,37); }
div.DivClassName
{
background-color: #280C25;
}
.BgClassName
{
background-color: #280C25;
}
</style>
border-color css
<style>
span { border-color: #280C25; }
span { border-color: rgb(40,12,37); }
td.TdClassName
{
border-color: #280C25;
}
.TagClassName
{
border-color: #280C25;
}
</style>