Shades of Mardi Gras #270E28
Tints of Mardi Gras #270E28
RGB
CMYK
RGB Variations
Color information
#270E28 (or 0x270E28) is known color: Mardi Gras. HEX triplet: 27, 0E and 28. RGB value is (39,14,40). Sum of RGB (Red+Green+Blue) = 39+14+40=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 40 - color contains mainly: blue. Hex color #270E28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270E28 is #D8F1D7. Grayscale: #181818. Windows color (decimal): -14217688 or 2625063. OLE color: 2625063.
HSL color Cylindrical-coordinate representation of color #270E28: hue angle of 297.69º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #270E28 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 14 | 40 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.84 |
| HSL | 297.69º | 0.48% | 0.11% | - |
| HSV(B) | 297.69º | 0.65% | 0.16% | - |
| XYZ | 1.38 | 0.9 | 2.11 | - |
| YUV | 24.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 14 | 40 | 0.02 | 0.65 | 0 | 0.84 | 297.69 | 0.48 | 0.11 |
| Hex | 27 | E | 28 | 2 | 41 | 0 | 54 | 12A | 30 | B |
| Octal | 47 | 16 | 50 | 2 | 101 | 0 | 124 | 452 | 60 | 13 |
| Binary | 100111 | 1110 | 101000 | 10 | 1000001 | 0 | 1010100 | 100101010 | 110000 | 1011 |
Color Harmonies of #270E28
Complementary color
Monochromatic Colors of #270E28
Black with #270E28
Text Example
Text Example
White with #270E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270E28; }
p { color: rgb(39,14,40); }
H1.HeaderClassName
{
color: #270E28;
}
.AnyTagClassName
{
color: #270E28;
}
</style>
background-color css
<style>
a { background-color: #270E28; }
a { background-color: rgb(39,14,40); }
div.DivClassName
{
background-color: #270E28;
}
.BgClassName
{
background-color: #270E28;
}
</style>
border-color css
<style>
span { border-color: #270E28; }
span { border-color: rgb(39,14,40); }
td.TdClassName
{
border-color: #270E28;
}
.TagClassName
{
border-color: #270E28;
}
</style>