Shades of Mardi Gras #271529
Tints of Mardi Gras #271529
RGB
CMYK
RGB Variations
Color information
#271529 (or 0x271529) is known color: Mardi Gras. HEX triplet: 27, 15 and 29. RGB value is (39,21,41). Sum of RGB (Red+Green+Blue) = 39+21+41=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 41 (16.41% from 255 or 40.59% from 101); Max value from RGB is 41 - color contains mainly: blue. Hex color #271529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271529 is #D8EAD6. Grayscale: #1C1C1C. Windows color (decimal): -14215895 or 2692391. OLE color: 2692391.
HSL color Cylindrical-coordinate representation of color #271529: hue angle of 294º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #271529 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 21 | 41 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.84 |
| HSL | 294º | 0.32% | 0.12% | - |
| HSV(B) | 294º | 0.49% | 0.16% | - |
| XYZ | 1.51 | 1.13 | 2.24 | - |
| YUV | 28.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 21 | 41 | 0.05 | 0.49 | 0 | 0.84 | 294 | 0.32 | 0.12 |
| Hex | 27 | 15 | 29 | 5 | 31 | 0 | 54 | 126 | 20 | C |
| Octal | 47 | 25 | 51 | 5 | 61 | 0 | 124 | 446 | 40 | 14 |
| Binary | 100111 | 10101 | 101001 | 101 | 110001 | 0 | 1010100 | 100100110 | 100000 | 1100 |
Color Harmonies of #271529
Complementary color
Monochromatic Colors of #271529
Black with #271529
Text Example
Text Example
White with #271529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271529; }
p { color: rgb(39,21,41); }
H1.HeaderClassName
{
color: #271529;
}
.AnyTagClassName
{
color: #271529;
}
</style>
background-color css
<style>
a { background-color: #271529; }
a { background-color: rgb(39,21,41); }
div.DivClassName
{
background-color: #271529;
}
.BgClassName
{
background-color: #271529;
}
</style>
border-color css
<style>
span { border-color: #271529; }
span { border-color: rgb(39,21,41); }
td.TdClassName
{
border-color: #271529;
}
.TagClassName
{
border-color: #271529;
}
</style>