Shades of Mardi Gras #281529
Tints of Mardi Gras #281529
RGB
CMYK
RGB Variations
Color information
#281529 (or 0x281529) is known color: Mardi Gras. HEX triplet: 28, 15 and 29. RGB value is (40,21,41). Sum of RGB (Red+Green+Blue) = 40+21+41=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 41 - color contains mainly: blue. Hex color #281529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281529 is #D7EAD6. Grayscale: #1C1C1C. Windows color (decimal): -14150359 or 2692392. OLE color: 2692392.
HSL color Cylindrical-coordinate representation of color #281529: hue angle of 297º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #281529 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 21 | 41 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.84 |
| HSL | 297º | 0.32% | 0.12% | - |
| HSV(B) | 297º | 0.49% | 0.16% | - |
| XYZ | 1.54 | 1.15 | 2.24 | - |
| YUV | 28.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 41 | 0.02 | 0.49 | 0 | 0.84 | 297 | 0.32 | 0.12 |
| Hex | 28 | 15 | 29 | 2 | 31 | 0 | 54 | 129 | 20 | C |
| Octal | 50 | 25 | 51 | 2 | 61 | 0 | 124 | 451 | 40 | 14 |
| Binary | 101000 | 10101 | 101001 | 10 | 110001 | 0 | 1010100 | 100101001 | 100000 | 1100 |
Color Harmonies of #281529
Complementary color
Monochromatic Colors of #281529
Black with #281529
Text Example
Text Example
White with #281529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281529; }
p { color: rgb(40,21,41); }
H1.HeaderClassName
{
color: #281529;
}
.AnyTagClassName
{
color: #281529;
}
</style>
background-color css
<style>
a { background-color: #281529; }
a { background-color: rgb(40,21,41); }
div.DivClassName
{
background-color: #281529;
}
.BgClassName
{
background-color: #281529;
}
</style>
border-color css
<style>
span { border-color: #281529; }
span { border-color: rgb(40,21,41); }
td.TdClassName
{
border-color: #281529;
}
.TagClassName
{
border-color: #281529;
}
</style>