Shades of Mardi Gras #281629
Tints of Mardi Gras #281629
RGB
CMYK
RGB Variations
Color information
#281629 (or 0x281629) is known color: Mardi Gras. HEX triplet: 28, 16 and 29. RGB value is (40,22,41). Sum of RGB (Red+Green+Blue) = 40+22+41=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 41 (16.41% from 255 or 39.81% from 103); Max value from RGB is 41 - color contains mainly: blue. Hex color #281629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281629 is #D7E9D6. Grayscale: #1D1D1D. Windows color (decimal): -14150103 or 2692648. OLE color: 2692648.
HSL color Cylindrical-coordinate representation of color #281629: hue angle of 296.84º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #281629 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 22 | 41 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.84 |
| HSL | 296.84º | 0.3% | 0.12% | - |
| HSV(B) | 296.84º | 0.46% | 0.16% | - |
| XYZ | 1.56 | 1.19 | 2.24 | - |
| YUV | 29.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 22 | 41 | 0.02 | 0.46 | 0 | 0.84 | 296.84 | 0.3 | 0.12 |
| Hex | 28 | 16 | 29 | 2 | 2E | 0 | 54 | 129 | 1E | C |
| Octal | 50 | 26 | 51 | 2 | 56 | 0 | 124 | 451 | 36 | 14 |
| Binary | 101000 | 10110 | 101001 | 10 | 101110 | 0 | 1010100 | 100101001 | 11110 | 1100 |
Color Harmonies of #281629
Complementary color
Monochromatic Colors of #281629
Black with #281629
Text Example
Text Example
White with #281629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281629; }
p { color: rgb(40,22,41); }
H1.HeaderClassName
{
color: #281629;
}
.AnyTagClassName
{
color: #281629;
}
</style>
background-color css
<style>
a { background-color: #281629; }
a { background-color: rgb(40,22,41); }
div.DivClassName
{
background-color: #281629;
}
.BgClassName
{
background-color: #281629;
}
</style>
border-color css
<style>
span { border-color: #281629; }
span { border-color: rgb(40,22,41); }
td.TdClassName
{
border-color: #281629;
}
.TagClassName
{
border-color: #281629;
}
</style>