Shades of Mardi Gras #272127
Tints of Mardi Gras #272127
RGB
CMYK
RGB Variations
Color information
#272127 (or 0x272127) is known color: Mardi Gras. HEX triplet: 27, 21 and 27. RGB value is (39,33,39). Sum of RGB (Red+Green+Blue) = 39+33+39=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 39 - color contains mainly: red, blue. Hex color #272127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272127 is #D8DED8. Grayscale: #232323. Windows color (decimal): -14212825 or 2564391. OLE color: 2564391.
HSL color Cylindrical-coordinate representation of color #272127: hue angle of 300º degrees, saturation: 0.08, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #272127 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 33 | 39 | - |
| CMYK | 0 | 0.15 | 0 | 0.85 |
| HSL | 300º | 0.08% | 0.14% | - |
| HSV(B) | 300º | 0.15% | 0.15% | - |
| XYZ | 1.75 | 1.67 | 2.15 | - |
| YUV | 35.48 | 129.99 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 39 | 0 | 0.15 | 0 | 0.85 | 300 | 0.08 | 0.14 |
| Hex | 27 | 21 | 27 | 0 | F | 0 | 55 | 12C | 8 | E |
| Octal | 47 | 41 | 47 | 0 | 17 | 0 | 125 | 454 | 10 | 16 |
| Binary | 100111 | 100001 | 100111 | 0 | 1111 | 0 | 1010101 | 100101100 | 1000 | 1110 |
Color Harmonies of #272127
Complementary color
Monochromatic Colors of #272127
Black with #272127
Text Example
Text Example
White with #272127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272127; }
p { color: rgb(39,33,39); }
H1.HeaderClassName
{
color: #272127;
}
.AnyTagClassName
{
color: #272127;
}
</style>
background-color css
<style>
a { background-color: #272127; }
a { background-color: rgb(39,33,39); }
div.DivClassName
{
background-color: #272127;
}
.BgClassName
{
background-color: #272127;
}
</style>
border-color css
<style>
span { border-color: #272127; }
span { border-color: rgb(39,33,39); }
td.TdClassName
{
border-color: #272127;
}
.TagClassName
{
border-color: #272127;
}
</style>