Shades of Mardi Gras #260127
Tints of Mardi Gras #260127
RGB
CMYK
RGB Variations
Color information
#260127 (or 0x260127) is known color: Mardi Gras. HEX triplet: 26, 01 and 27. RGB value is (38,1,39). Sum of RGB (Red+Green+Blue) = 38+1+39=78 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.72% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 39 (15.62% from 255 or 50% from 78); Max value from RGB is 39 - color contains mainly: blue. Hex color #260127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260127 is #D9FED8. Grayscale: #101010. Windows color (decimal): -14286553 or 2556198. OLE color: 2556198.
HSL color Cylindrical-coordinate representation of color #260127: hue angle of 298.42º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #260127 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 1 | 39 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.85 |
| HSL | 298.42º | 0.95% | 0.08% | - |
| HSV(B) | 298.42º | 0.97% | 0.15% | - |
| XYZ | 1.18 | 0.58 | 1.97 | - |
| YUV | 16.4 | 140.76 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 1 | 39 | 0.03 | 0.97 | 0 | 0.85 | 298.42 | 0.95 | 0.08 |
| Hex | 26 | 1 | 27 | 3 | 61 | 0 | 55 | 12A | 5F | 8 |
| Octal | 46 | 1 | 47 | 3 | 141 | 0 | 125 | 452 | 137 | 10 |
| Binary | 100110 | 1 | 100111 | 11 | 1100001 | 0 | 1010101 | 100101010 | 1011111 | 1000 |
Color Harmonies of #260127
Complementary color
Monochromatic Colors of #260127
Black with #260127
Text Example
Text Example
White with #260127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260127; }
p { color: rgb(38,1,39); }
H1.HeaderClassName
{
color: #260127;
}
.AnyTagClassName
{
color: #260127;
}
</style>
background-color css
<style>
a { background-color: #260127; }
a { background-color: rgb(38,1,39); }
div.DivClassName
{
background-color: #260127;
}
.BgClassName
{
background-color: #260127;
}
</style>
border-color css
<style>
span { border-color: #260127; }
span { border-color: rgb(38,1,39); }
td.TdClassName
{
border-color: #260127;
}
.TagClassName
{
border-color: #260127;
}
</style>