Shades of Mardi Gras #260A28
Tints of Mardi Gras #260A28
RGB
CMYK
RGB Variations
Color information
#260A28 (or 0x260A28) is known color: Mardi Gras. HEX triplet: 26, 0A and 28. RGB value is (38,10,40). Sum of RGB (Red+Green+Blue) = 38+10+40=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 10 (4.30% from 255 or 11.36% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: blue. Hex color #260A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260A28 is #D9F5D7. Grayscale: #151515. Windows color (decimal): -14284248 or 2624038. OLE color: 2624038.
HSL color Cylindrical-coordinate representation of color #260A28: hue angle of 296º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #260A28 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 10 | 40 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.84 |
| HSL | 296º | 0.6% | 0.1% | - |
| HSV(B) | 296º | 0.75% | 0.16% | - |
| XYZ | 1.29 | 0.78 | 2.09 | - |
| YUV | 21.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 40 | 0.05 | 0.75 | 0 | 0.84 | 296 | 0.6 | 0.1 |
| Hex | 26 | A | 28 | 5 | 4B | 0 | 54 | 128 | 3C | A |
| Octal | 46 | 12 | 50 | 5 | 113 | 0 | 124 | 450 | 74 | 12 |
| Binary | 100110 | 1010 | 101000 | 101 | 1001011 | 0 | 1010100 | 100101000 | 111100 | 1010 |
Color Harmonies of #260A28
Complementary color
Monochromatic Colors of #260A28
Black with #260A28
Text Example
Text Example
White with #260A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260A28; }
p { color: rgb(38,10,40); }
H1.HeaderClassName
{
color: #260A28;
}
.AnyTagClassName
{
color: #260A28;
}
</style>
background-color css
<style>
a { background-color: #260A28; }
a { background-color: rgb(38,10,40); }
div.DivClassName
{
background-color: #260A28;
}
.BgClassName
{
background-color: #260A28;
}
</style>
border-color css
<style>
span { border-color: #260A28; }
span { border-color: rgb(38,10,40); }
td.TdClassName
{
border-color: #260A28;
}
.TagClassName
{
border-color: #260A28;
}
</style>