Shades of Mardi Gras #271729
Tints of Mardi Gras #271729
RGB
CMYK
RGB Variations
Color information
#271729 (or 0x271729) is known color: Mardi Gras. HEX triplet: 27, 17 and 29. RGB value is (39,23,41). Sum of RGB (Red+Green+Blue) = 39+23+41=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 23 (9.38% from 255 or 22.33% 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 #271729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271729 is #D8E8D6. Grayscale: #1D1D1D. Windows color (decimal): -14215383 or 2692903. OLE color: 2692903.
HSL color Cylindrical-coordinate representation of color #271729: hue angle of 293.33º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #271729 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 23 | 41 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.84 |
| HSL | 293.33º | 0.28% | 0.13% | - |
| HSV(B) | 293.33º | 0.44% | 0.16% | - |
| XYZ | 1.54 | 1.2 | 2.25 | - |
| YUV | 29.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 23 | 41 | 0.05 | 0.44 | 0 | 0.84 | 293.33 | 0.28 | 0.13 |
| Hex | 27 | 17 | 29 | 5 | 2C | 0 | 54 | 125 | 1C | D |
| Octal | 47 | 27 | 51 | 5 | 54 | 0 | 124 | 445 | 34 | 15 |
| Binary | 100111 | 10111 | 101001 | 101 | 101100 | 0 | 1010100 | 100100101 | 11100 | 1101 |
Color Harmonies of #271729
Complementary color
Monochromatic Colors of #271729
Black with #271729
Text Example
Text Example
White with #271729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271729; }
p { color: rgb(39,23,41); }
H1.HeaderClassName
{
color: #271729;
}
.AnyTagClassName
{
color: #271729;
}
</style>
background-color css
<style>
a { background-color: #271729; }
a { background-color: rgb(39,23,41); }
div.DivClassName
{
background-color: #271729;
}
.BgClassName
{
background-color: #271729;
}
</style>
border-color css
<style>
span { border-color: #271729; }
span { border-color: rgb(39,23,41); }
td.TdClassName
{
border-color: #271729;
}
.TagClassName
{
border-color: #271729;
}
</style>