Shades of Mardi Gras #280D27
Tints of Mardi Gras #280D27
RGB
CMYK
RGB Variations
Color information
#280D27 (or 0x280D27) is known color: Mardi Gras. HEX triplet: 28, 0D and 27. RGB value is (40,13,39). Sum of RGB (Red+Green+Blue) = 40+13+39=92 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.48% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 40 - color contains mainly: red. Hex color #280D27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280D27 is #D7F2D8. Grayscale: #171717. Windows color (decimal): -14152409 or 2559272. OLE color: 2559272.
HSL color Cylindrical-coordinate representation of color #280D27: hue angle of 302.22º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #280D27 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 13 | 39 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.84 |
| HSL | 302.22º | 0.51% | 0.1% | - |
| HSV(B) | 302.22º | 0.68% | 0.16% | - |
| XYZ | 1.39 | 0.89 | 2.02 | - |
| YUV | 24.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 39 | 0 | 0.67 | 0.02 | 0.84 | 302.22 | 0.51 | 0.1 |
| Hex | 28 | D | 27 | 0 | 43 | 2 | 54 | 12E | 33 | A |
| Octal | 50 | 15 | 47 | 0 | 103 | 2 | 124 | 456 | 63 | 12 |
| Binary | 101000 | 1101 | 100111 | 0 | 1000011 | 10 | 1010100 | 100101110 | 110011 | 1010 |
Color Harmonies of #280D27
Complementary color
Monochromatic Colors of #280D27
Black with #280D27
Text Example
Text Example
White with #280D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D27; }
p { color: rgb(40,13,39); }
H1.HeaderClassName
{
color: #280D27;
}
.AnyTagClassName
{
color: #280D27;
}
</style>
background-color css
<style>
a { background-color: #280D27; }
a { background-color: rgb(40,13,39); }
div.DivClassName
{
background-color: #280D27;
}
.BgClassName
{
background-color: #280D27;
}
</style>
border-color css
<style>
span { border-color: #280D27; }
span { border-color: rgb(40,13,39); }
td.TdClassName
{
border-color: #280D27;
}
.TagClassName
{
border-color: #280D27;
}
</style>