Shades of Mardi Gras #280F24
Tints of Mardi Gras #280F24
RGB
CMYK
RGB Variations
Color information
#280F24 (or 0x280F24) is known color: Mardi Gras. HEX triplet: 28, 0F and 24. RGB value is (40,15,36). Sum of RGB (Red+Green+Blue) = 40+15+36=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #280F24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280F24 is #D7F0DB. Grayscale: #181818. Windows color (decimal): -14151900 or 2363176. OLE color: 2363176.
HSL color Cylindrical-coordinate representation of color #280F24: hue angle of 309.6º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #280F24 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 15 | 36 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.84 |
| HSL | 309.6º | 0.45% | 0.11% | - |
| HSV(B) | 309.6º | 0.63% | 0.16% | - |
| XYZ | 1.36 | 0.92 | 1.77 | - |
| YUV | 24.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 36 | 0 | 0.62 | 0.10 | 0.84 | 309.6 | 0.45 | 0.11 |
| Hex | 28 | F | 24 | 0 | 3E | A | 54 | 136 | 2D | B |
| Octal | 50 | 17 | 44 | 0 | 76 | 12 | 124 | 466 | 55 | 13 |
| Binary | 101000 | 1111 | 100100 | 0 | 111110 | 1010 | 1010100 | 100110110 | 101101 | 1011 |
Color Harmonies of #280F24
Complementary color
Monochromatic Colors of #280F24
Black with #280F24
Text Example
Text Example
White with #280F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280F24; }
p { color: rgb(40,15,36); }
H1.HeaderClassName
{
color: #280F24;
}
.AnyTagClassName
{
color: #280F24;
}
</style>
background-color css
<style>
a { background-color: #280F24; }
a { background-color: rgb(40,15,36); }
div.DivClassName
{
background-color: #280F24;
}
.BgClassName
{
background-color: #280F24;
}
</style>
border-color css
<style>
span { border-color: #280F24; }
span { border-color: rgb(40,15,36); }
td.TdClassName
{
border-color: #280F24;
}
.TagClassName
{
border-color: #280F24;
}
</style>