Shades of Mardi Gras #270E29
Tints of Mardi Gras #270E29
RGB
CMYK
RGB Variations
Color information
#270E29 (or 0x270E29) is known color: Mardi Gras. HEX triplet: 27, 0E and 29. RGB value is (39,14,41). Sum of RGB (Red+Green+Blue) = 39+14+41=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 41 - color contains mainly: blue. Hex color #270E29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270E29 is #D8F1D6. Grayscale: #181818. Windows color (decimal): -14217687 or 2690599. OLE color: 2690599.
HSL color Cylindrical-coordinate representation of color #270E29: hue angle of 295.56º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #270E29 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 14 | 41 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.84 |
| HSL | 295.56º | 0.49% | 0.11% | - |
| HSV(B) | 295.56º | 0.66% | 0.16% | - |
| XYZ | 1.39 | 0.91 | 2.2 | - |
| YUV | 24.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 14 | 41 | 0.05 | 0.66 | 0 | 0.84 | 295.56 | 0.49 | 0.11 |
| Hex | 27 | E | 29 | 5 | 42 | 0 | 54 | 128 | 31 | B |
| Octal | 47 | 16 | 51 | 5 | 102 | 0 | 124 | 450 | 61 | 13 |
| Binary | 100111 | 1110 | 101001 | 101 | 1000010 | 0 | 1010100 | 100101000 | 110001 | 1011 |
Color Harmonies of #270E29
Complementary color
Monochromatic Colors of #270E29
Black with #270E29
Text Example
Text Example
White with #270E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270E29; }
p { color: rgb(39,14,41); }
H1.HeaderClassName
{
color: #270E29;
}
.AnyTagClassName
{
color: #270E29;
}
</style>
background-color css
<style>
a { background-color: #270E29; }
a { background-color: rgb(39,14,41); }
div.DivClassName
{
background-color: #270E29;
}
.BgClassName
{
background-color: #270E29;
}
</style>
border-color css
<style>
span { border-color: #270E29; }
span { border-color: rgb(39,14,41); }
td.TdClassName
{
border-color: #270E29;
}
.TagClassName
{
border-color: #270E29;
}
</style>