Shades of Mardi Gras #281D29
Tints of Mardi Gras #281D29
RGB
CMYK
RGB Variations
Color information
#281D29 (or 0x281D29) is known color: Mardi Gras. HEX triplet: 28, 1D and 29. RGB value is (40,29,41). Sum of RGB (Red+Green+Blue) = 40+29+41=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 41 - color contains mainly: blue. Hex color #281D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281D29 is #D7E2D6. Grayscale: #212121. Windows color (decimal): -14148311 or 2694440. OLE color: 2694440.
HSL color Cylindrical-coordinate representation of color #281D29: hue angle of 295º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #281D29 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 29 | 41 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.84 |
| HSL | 295º | 0.17% | 0.14% | - |
| HSV(B) | 295º | 0.29% | 0.16% | - |
| XYZ | 1.71 | 1.49 | 2.3 | - |
| YUV | 33.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 41 | 0.02 | 0.29 | 0 | 0.84 | 295 | 0.17 | 0.14 |
| Hex | 28 | 1D | 29 | 2 | 1D | 0 | 54 | 127 | 11 | E |
| Octal | 50 | 35 | 51 | 2 | 35 | 0 | 124 | 447 | 21 | 16 |
| Binary | 101000 | 11101 | 101001 | 10 | 11101 | 0 | 1010100 | 100100111 | 10001 | 1110 |
Color Harmonies of #281D29
Complementary color
Monochromatic Colors of #281D29
Black with #281D29
Text Example
Text Example
White with #281D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281D29; }
p { color: rgb(40,29,41); }
H1.HeaderClassName
{
color: #281D29;
}
.AnyTagClassName
{
color: #281D29;
}
</style>
background-color css
<style>
a { background-color: #281D29; }
a { background-color: rgb(40,29,41); }
div.DivClassName
{
background-color: #281D29;
}
.BgClassName
{
background-color: #281D29;
}
</style>
border-color css
<style>
span { border-color: #281D29; }
span { border-color: rgb(40,29,41); }
td.TdClassName
{
border-color: #281D29;
}
.TagClassName
{
border-color: #281D29;
}
</style>