Shades of Mardi Gras #281C29
Tints of Mardi Gras #281C29
RGB
CMYK
RGB Variations
Color information
#281C29 (or 0x281C29) is known color: Mardi Gras. HEX triplet: 28, 1C and 29. RGB value is (40,28,41). Sum of RGB (Red+Green+Blue) = 40+28+41=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 41 - color contains mainly: blue. Hex color #281C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281C29 is #D7E3D6. Grayscale: #212121. Windows color (decimal): -14148567 or 2694184. OLE color: 2694184.
HSL color Cylindrical-coordinate representation of color #281C29: hue angle of 295.38º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #281C29 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 28 | 41 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.84 |
| HSL | 295.38º | 0.19% | 0.14% | - |
| HSV(B) | 295.38º | 0.32% | 0.16% | - |
| XYZ | 1.69 | 1.44 | 2.29 | - |
| YUV | 33.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 41 | 0.02 | 0.32 | 0 | 0.84 | 295.38 | 0.19 | 0.14 |
| Hex | 28 | 1C | 29 | 2 | 20 | 0 | 54 | 127 | 13 | E |
| Octal | 50 | 34 | 51 | 2 | 40 | 0 | 124 | 447 | 23 | 16 |
| Binary | 101000 | 11100 | 101001 | 10 | 100000 | 0 | 1010100 | 100100111 | 10011 | 1110 |
Color Harmonies of #281C29
Complementary color
Monochromatic Colors of #281C29
Black with #281C29
Text Example
Text Example
White with #281C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C29; }
p { color: rgb(40,28,41); }
H1.HeaderClassName
{
color: #281C29;
}
.AnyTagClassName
{
color: #281C29;
}
</style>
background-color css
<style>
a { background-color: #281C29; }
a { background-color: rgb(40,28,41); }
div.DivClassName
{
background-color: #281C29;
}
.BgClassName
{
background-color: #281C29;
}
</style>
border-color css
<style>
span { border-color: #281C29; }
span { border-color: rgb(40,28,41); }
td.TdClassName
{
border-color: #281C29;
}
.TagClassName
{
border-color: #281C29;
}
</style>