Shades of Mardi Gras #260E27
Tints of Mardi Gras #260E27
RGB
CMYK
RGB Variations
Color information
#260E27 (or 0x260E27) is known color: Mardi Gras. HEX triplet: 26, 0E and 27. RGB value is (38,14,39). Sum of RGB (Red+Green+Blue) = 38+14+39=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: blue. Hex color #260E27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260E27 is #D9F1D8. Grayscale: #171717. Windows color (decimal): -14283225 or 2559526. OLE color: 2559526.
HSL color Cylindrical-coordinate representation of color #260E27: hue angle of 297.6º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #260E27 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 14 | 39 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.85 |
| HSL | 297.6º | 0.47% | 0.1% | - |
| HSV(B) | 297.6º | 0.64% | 0.15% | - |
| XYZ | 1.32 | 0.87 | 2.02 | - |
| YUV | 24.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 39 | 0.03 | 0.64 | 0 | 0.85 | 297.6 | 0.47 | 0.1 |
| Hex | 26 | E | 27 | 3 | 40 | 0 | 55 | 12A | 2F | A |
| Octal | 46 | 16 | 47 | 3 | 100 | 0 | 125 | 452 | 57 | 12 |
| Binary | 100110 | 1110 | 100111 | 11 | 1000000 | 0 | 1010101 | 100101010 | 101111 | 1010 |
Color Harmonies of #260E27
Complementary color
Monochromatic Colors of #260E27
Black with #260E27
Text Example
Text Example
White with #260E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260E27; }
p { color: rgb(38,14,39); }
H1.HeaderClassName
{
color: #260E27;
}
.AnyTagClassName
{
color: #260E27;
}
</style>
background-color css
<style>
a { background-color: #260E27; }
a { background-color: rgb(38,14,39); }
div.DivClassName
{
background-color: #260E27;
}
.BgClassName
{
background-color: #260E27;
}
</style>
border-color css
<style>
span { border-color: #260E27; }
span { border-color: rgb(38,14,39); }
td.TdClassName
{
border-color: #260E27;
}
.TagClassName
{
border-color: #260E27;
}
</style>