Shades of Mardi Gras #260529
Tints of Mardi Gras #260529
RGB
CMYK
RGB Variations
Color information
#260529 (or 0x260529) is known color: Mardi Gras. HEX triplet: 26, 05 and 29. RGB value is (38,5,41). Sum of RGB (Red+Green+Blue) = 38+5+41=84 (11% of max value = 765). Red value is 38 (15.23% from 255 or 45.24% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 41 (16.41% from 255 or 48.81% from 84); Max value from RGB is 41 - color contains mainly: blue. Hex color #260529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260529 is #D9FAD6. Grayscale: #121212. Windows color (decimal): -14285527 or 2688294. OLE color: 2688294.
HSL color Cylindrical-coordinate representation of color #260529: hue angle of 295º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #260529 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 5 | 41 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.84 |
| HSL | 295º | 0.78% | 0.09% | - |
| HSV(B) | 295º | 0.88% | 0.16% | - |
| XYZ | 1.25 | 0.68 | 2.16 | - |
| YUV | 18.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 41 | 0.07 | 0.88 | 0 | 0.84 | 295 | 0.78 | 0.09 |
| Hex | 26 | 5 | 29 | 7 | 58 | 0 | 54 | 127 | 4E | 9 |
| Octal | 46 | 5 | 51 | 7 | 130 | 0 | 124 | 447 | 116 | 11 |
| Binary | 100110 | 101 | 101001 | 111 | 1011000 | 0 | 1010100 | 100100111 | 1001110 | 1001 |
Color Harmonies of #260529
Complementary color
Monochromatic Colors of #260529
Black with #260529
Text Example
Text Example
White with #260529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260529; }
p { color: rgb(38,5,41); }
H1.HeaderClassName
{
color: #260529;
}
.AnyTagClassName
{
color: #260529;
}
</style>
background-color css
<style>
a { background-color: #260529; }
a { background-color: rgb(38,5,41); }
div.DivClassName
{
background-color: #260529;
}
.BgClassName
{
background-color: #260529;
}
</style>
border-color css
<style>
span { border-color: #260529; }
span { border-color: rgb(38,5,41); }
td.TdClassName
{
border-color: #260529;
}
.TagClassName
{
border-color: #260529;
}
</style>