Shades of Mardi Gras #280C26
Tints of Mardi Gras #280C26
RGB
CMYK
RGB Variations
Color information
#280C26 (or 0x280C26) is known color: Mardi Gras. HEX triplet: 28, 0C and 26. RGB value is (40,12,38). Sum of RGB (Red+Green+Blue) = 40+12+38=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 38 (15.23% from 255 or 42.22% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #280C26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280C26 is #D7F3D9. Grayscale: #171717. Windows color (decimal): -14152666 or 2493480. OLE color: 2493480.
HSL color Cylindrical-coordinate representation of color #280C26: hue angle of 304.29º 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 #280C26 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 12 | 38 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.84 |
| HSL | 304.29º | 0.54% | 0.1% | - |
| HSV(B) | 304.29º | 0.7% | 0.16% | - |
| XYZ | 1.36 | 0.85 | 1.93 | - |
| YUV | 23.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 38 | 0 | 0.70 | 0.05 | 0.84 | 304.29 | 0.54 | 0.1 |
| Hex | 28 | C | 26 | 0 | 46 | 5 | 54 | 130 | 36 | A |
| Octal | 50 | 14 | 46 | 0 | 106 | 5 | 124 | 460 | 66 | 12 |
| Binary | 101000 | 1100 | 100110 | 0 | 1000110 | 101 | 1010100 | 100110000 | 110110 | 1010 |
Color Harmonies of #280C26
Complementary color
Monochromatic Colors of #280C26
Black with #280C26
Text Example
Text Example
White with #280C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C26; }
p { color: rgb(40,12,38); }
H1.HeaderClassName
{
color: #280C26;
}
.AnyTagClassName
{
color: #280C26;
}
</style>
background-color css
<style>
a { background-color: #280C26; }
a { background-color: rgb(40,12,38); }
div.DivClassName
{
background-color: #280C26;
}
.BgClassName
{
background-color: #280C26;
}
</style>
border-color css
<style>
span { border-color: #280C26; }
span { border-color: rgb(40,12,38); }
td.TdClassName
{
border-color: #280C26;
}
.TagClassName
{
border-color: #280C26;
}
</style>