Shades of Mardi Gras #271F27
Tints of Mardi Gras #271F27
RGB
CMYK
RGB Variations
Color information
#271F27 (or 0x271F27) is known color: Mardi Gras. HEX triplet: 27, 1F and 27. RGB value is (39,31,39). Sum of RGB (Red+Green+Blue) = 39+31+39=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 39 - color contains mainly: red, blue. Hex color #271F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271F27 is #D8E0D8. Grayscale: #222222. Windows color (decimal): -14213337 or 2563879. OLE color: 2563879.
HSL color Cylindrical-coordinate representation of color #271F27: hue angle of 300º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #271F27 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 31 | 39 | - |
| CMYK | 0 | 0.21 | 0 | 0.85 |
| HSL | 300º | 0.11% | 0.14% | - |
| HSV(B) | 300º | 0.21% | 0.15% | - |
| XYZ | 1.69 | 1.56 | 2.13 | - |
| YUV | 34.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 31 | 39 | 0 | 0.21 | 0 | 0.85 | 300 | 0.11 | 0.14 |
| Hex | 27 | 1F | 27 | 0 | 15 | 0 | 55 | 12C | B | E |
| Octal | 47 | 37 | 47 | 0 | 25 | 0 | 125 | 454 | 13 | 16 |
| Binary | 100111 | 11111 | 100111 | 0 | 10101 | 0 | 1010101 | 100101100 | 1011 | 1110 |
Color Harmonies of #271F27
Complementary color
Monochromatic Colors of #271F27
Black with #271F27
Text Example
Text Example
White with #271F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271F27; }
p { color: rgb(39,31,39); }
H1.HeaderClassName
{
color: #271F27;
}
.AnyTagClassName
{
color: #271F27;
}
</style>
background-color css
<style>
a { background-color: #271F27; }
a { background-color: rgb(39,31,39); }
div.DivClassName
{
background-color: #271F27;
}
.BgClassName
{
background-color: #271F27;
}
</style>
border-color css
<style>
span { border-color: #271F27; }
span { border-color: rgb(39,31,39); }
td.TdClassName
{
border-color: #271F27;
}
.TagClassName
{
border-color: #271F27;
}
</style>