Shades of Mardi Gras #260A27
Tints of Mardi Gras #260A27
RGB
CMYK
RGB Variations
Color information
#260A27 (or 0x260A27) is known color: Mardi Gras. HEX triplet: 26, 0A and 27. RGB value is (38,10,39). Sum of RGB (Red+Green+Blue) = 38+10+39=87 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.68% from 87); Green value is 10 (4.30% from 255 or 11.49% from 87); Blue value is 39 (15.62% from 255 or 44.83% from 87); Max value from RGB is 39 - color contains mainly: blue. Hex color #260A27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260A27 is #D9F5D8. Grayscale: #151515. Windows color (decimal): -14284249 or 2558502. OLE color: 2558502.
HSL color Cylindrical-coordinate representation of color #260A27: hue angle of 297.93º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #260A27 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 10 | 39 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.85 |
| HSL | 297.93º | 0.59% | 0.1% | - |
| HSV(B) | 297.93º | 0.74% | 0.15% | - |
| XYZ | 1.27 | 0.78 | 2 | - |
| YUV | 21.68 | 137.78 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 39 | 0.03 | 0.74 | 0 | 0.85 | 297.93 | 0.59 | 0.1 |
| Hex | 26 | A | 27 | 3 | 4A | 0 | 55 | 12A | 3B | A |
| Octal | 46 | 12 | 47 | 3 | 112 | 0 | 125 | 452 | 73 | 12 |
| Binary | 100110 | 1010 | 100111 | 11 | 1001010 | 0 | 1010101 | 100101010 | 111011 | 1010 |
Color Harmonies of #260A27
Complementary color
Monochromatic Colors of #260A27
Black with #260A27
Text Example
Text Example
White with #260A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260A27; }
p { color: rgb(38,10,39); }
H1.HeaderClassName
{
color: #260A27;
}
.AnyTagClassName
{
color: #260A27;
}
</style>
background-color css
<style>
a { background-color: #260A27; }
a { background-color: rgb(38,10,39); }
div.DivClassName
{
background-color: #260A27;
}
.BgClassName
{
background-color: #260A27;
}
</style>
border-color css
<style>
span { border-color: #260A27; }
span { border-color: rgb(38,10,39); }
td.TdClassName
{
border-color: #260A27;
}
.TagClassName
{
border-color: #260A27;
}
</style>