Shades of Mardi Gras #260828
Tints of Mardi Gras #260828
RGB
CMYK
RGB Variations
Color information
#260828 (or 0x260828) is known color: Mardi Gras. HEX triplet: 26, 08 and 28. RGB value is (38,8,40). Sum of RGB (Red+Green+Blue) = 38+8+40=86 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.19% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 40 (16.02% from 255 or 46.51% from 86); Max value from RGB is 40 - color contains mainly: blue. Hex color #260828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260828 is #D9F7D7. Grayscale: #141414. Windows color (decimal): -14284760 or 2623526. OLE color: 2623526.
HSL color Cylindrical-coordinate representation of color #260828: hue angle of 296.25º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #260828 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 8 | 40 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.84 |
| HSL | 296.25º | 0.67% | 0.09% | - |
| HSV(B) | 296.25º | 0.8% | 0.16% | - |
| XYZ | 1.27 | 0.74 | 2.08 | - |
| YUV | 20.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 8 | 40 | 0.05 | 0.80 | 0 | 0.84 | 296.25 | 0.67 | 0.09 |
| Hex | 26 | 8 | 28 | 5 | 50 | 0 | 54 | 128 | 43 | 9 |
| Octal | 46 | 10 | 50 | 5 | 120 | 0 | 124 | 450 | 103 | 11 |
| Binary | 100110 | 1000 | 101000 | 101 | 1010000 | 0 | 1010100 | 100101000 | 1000011 | 1001 |
Color Harmonies of #260828
Complementary color
Monochromatic Colors of #260828
Black with #260828
Text Example
Text Example
White with #260828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260828; }
p { color: rgb(38,8,40); }
H1.HeaderClassName
{
color: #260828;
}
.AnyTagClassName
{
color: #260828;
}
</style>
background-color css
<style>
a { background-color: #260828; }
a { background-color: rgb(38,8,40); }
div.DivClassName
{
background-color: #260828;
}
.BgClassName
{
background-color: #260828;
}
</style>
border-color css
<style>
span { border-color: #260828; }
span { border-color: rgb(38,8,40); }
td.TdClassName
{
border-color: #260828;
}
.TagClassName
{
border-color: #260828;
}
</style>