Shades of Mardi Gras #272128
Tints of Mardi Gras #272128
RGB
CMYK
RGB Variations
Color information
#272128 (or 0x272128) is known color: Mardi Gras. HEX triplet: 27, 21 and 28. RGB value is (39,33,40). Sum of RGB (Red+Green+Blue) = 39+33+40=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 40 - color contains mainly: blue. Hex color #272128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272128 is #D8DED7. Grayscale: #232323. Windows color (decimal): -14212824 or 2629927. OLE color: 2629927.
HSL color Cylindrical-coordinate representation of color #272128: hue angle of 291.43º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #272128 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 33 | 40 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.84 |
| HSL | 291.43º | 0.1% | 0.14% | - |
| HSV(B) | 291.43º | 0.18% | 0.16% | - |
| XYZ | 1.76 | 1.67 | 2.24 | - |
| YUV | 35.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 40 | 0.02 | 0.17 | 0 | 0.84 | 291.43 | 0.1 | 0.14 |
| Hex | 27 | 21 | 28 | 2 | 11 | 0 | 54 | 123 | A | E |
| Octal | 47 | 41 | 50 | 2 | 21 | 0 | 124 | 443 | 12 | 16 |
| Binary | 100111 | 100001 | 101000 | 10 | 10001 | 0 | 1010100 | 100100011 | 1010 | 1110 |
Color Harmonies of #272128
Complementary color
Monochromatic Colors of #272128
Black with #272128
Text Example
Text Example
White with #272128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272128; }
p { color: rgb(39,33,40); }
H1.HeaderClassName
{
color: #272128;
}
.AnyTagClassName
{
color: #272128;
}
</style>
background-color css
<style>
a { background-color: #272128; }
a { background-color: rgb(39,33,40); }
div.DivClassName
{
background-color: #272128;
}
.BgClassName
{
background-color: #272128;
}
</style>
border-color css
<style>
span { border-color: #272128; }
span { border-color: rgb(39,33,40); }
td.TdClassName
{
border-color: #272128;
}
.TagClassName
{
border-color: #272128;
}
</style>