Shades of Mardi Gras #280C29
Tints of Mardi Gras #280C29
RGB
CMYK
RGB Variations
Color information
#280C29 (or 0x280C29) is known color: Mardi Gras. HEX triplet: 28, 0C and 29. RGB value is (40,12,41). Sum of RGB (Red+Green+Blue) = 40+12+41=93 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.01% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 41 (16.41% from 255 or 44.09% from 93); Max value from RGB is 41 - color contains mainly: blue. Hex color #280C29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280C29 is #D7F3D6. Grayscale: #171717. Windows color (decimal): -14152663 or 2690088. OLE color: 2690088.
HSL color Cylindrical-coordinate representation of color #280C29: hue angle of 297.93º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #280C29 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 12 | 41 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.84 |
| HSL | 297.93º | 0.55% | 0.1% | - |
| HSV(B) | 297.93º | 0.71% | 0.16% | - |
| XYZ | 1.41 | 0.87 | 2.19 | - |
| YUV | 23.68 | 137.78 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 41 | 0.02 | 0.71 | 0 | 0.84 | 297.93 | 0.55 | 0.1 |
| Hex | 28 | C | 29 | 2 | 47 | 0 | 54 | 12A | 37 | A |
| Octal | 50 | 14 | 51 | 2 | 107 | 0 | 124 | 452 | 67 | 12 |
| Binary | 101000 | 1100 | 101001 | 10 | 1000111 | 0 | 1010100 | 100101010 | 110111 | 1010 |
Color Harmonies of #280C29
Complementary color
Monochromatic Colors of #280C29
Black with #280C29
Text Example
Text Example
White with #280C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C29; }
p { color: rgb(40,12,41); }
H1.HeaderClassName
{
color: #280C29;
}
.AnyTagClassName
{
color: #280C29;
}
</style>
background-color css
<style>
a { background-color: #280C29; }
a { background-color: rgb(40,12,41); }
div.DivClassName
{
background-color: #280C29;
}
.BgClassName
{
background-color: #280C29;
}
</style>
border-color css
<style>
span { border-color: #280C29; }
span { border-color: rgb(40,12,41); }
td.TdClassName
{
border-color: #280C29;
}
.TagClassName
{
border-color: #280C29;
}
</style>