Shades of Mardi Gras #271D29
Tints of Mardi Gras #271D29
RGB
CMYK
RGB Variations
Color information
#271D29 (or 0x271D29) is known color: Mardi Gras. HEX triplet: 27, 1D and 29. RGB value is (39,29,41). Sum of RGB (Red+Green+Blue) = 39+29+41=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 29 (11.72% from 255 or 26.61% 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 #271D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D29 is #D8E2D6. Grayscale: #212121. Windows color (decimal): -14213847 or 2694439. OLE color: 2694439.
HSL color Cylindrical-coordinate representation of color #271D29: hue angle of 290º 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 #271D29 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 29 | 41 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.84 |
| HSL | 290º | 0.17% | 0.14% | - |
| HSV(B) | 290º | 0.29% | 0.16% | - |
| XYZ | 1.68 | 1.47 | 2.29 | - |
| YUV | 33.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 41 | 0.05 | 0.29 | 0 | 0.84 | 290 | 0.17 | 0.14 |
| Hex | 27 | 1D | 29 | 5 | 1D | 0 | 54 | 122 | 11 | E |
| Octal | 47 | 35 | 51 | 5 | 35 | 0 | 124 | 442 | 21 | 16 |
| Binary | 100111 | 11101 | 101001 | 101 | 11101 | 0 | 1010100 | 100100010 | 10001 | 1110 |
Color Harmonies of #271D29
Complementary color
Monochromatic Colors of #271D29
Black with #271D29
Text Example
Text Example
White with #271D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D29; }
p { color: rgb(39,29,41); }
H1.HeaderClassName
{
color: #271D29;
}
.AnyTagClassName
{
color: #271D29;
}
</style>
background-color css
<style>
a { background-color: #271D29; }
a { background-color: rgb(39,29,41); }
div.DivClassName
{
background-color: #271D29;
}
.BgClassName
{
background-color: #271D29;
}
</style>
border-color css
<style>
span { border-color: #271D29; }
span { border-color: rgb(39,29,41); }
td.TdClassName
{
border-color: #271D29;
}
.TagClassName
{
border-color: #271D29;
}
</style>