Shades of Mardi Gras #260D26
Tints of Mardi Gras #260D26
RGB
CMYK
RGB Variations
Color information
#260D26 (or 0x260D26) is known color: Mardi Gras. HEX triplet: 26, 0D and 26. RGB value is (38,13,38). Sum of RGB (Red+Green+Blue) = 38+13+38=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 13 (5.47% from 255 or 14.61% from 89); Blue value is 38 (15.23% from 255 or 42.70% from 89); Max value from RGB is 38 - color contains mainly: red, blue. Hex color #260D26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D26 is #D9F2D9. Grayscale: #171717. Windows color (decimal): -14283482 or 2493734. OLE color: 2493734.
HSL color Cylindrical-coordinate representation of color #260D26: hue angle of 300º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #260D26 is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 13 | 38 | - |
| CMYK | 0 | 0.66 | 0 | 0.85 |
| HSL | 300º | 0.49% | 0.1% | - |
| HSV(B) | 300º | 0.66% | 0.15% | - |
| XYZ | 1.29 | 0.84 | 1.93 | - |
| YUV | 23.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 38 | 0 | 0.66 | 0 | 0.85 | 300 | 0.49 | 0.1 |
| Hex | 26 | D | 26 | 0 | 42 | 0 | 55 | 12C | 31 | A |
| Octal | 46 | 15 | 46 | 0 | 102 | 0 | 125 | 454 | 61 | 12 |
| Binary | 100110 | 1101 | 100110 | 0 | 1000010 | 0 | 1010101 | 100101100 | 110001 | 1010 |
Color Harmonies of #260D26
Complementary color
Monochromatic Colors of #260D26
Black with #260D26
Text Example
Text Example
White with #260D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D26; }
p { color: rgb(38,13,38); }
H1.HeaderClassName
{
color: #260D26;
}
.AnyTagClassName
{
color: #260D26;
}
</style>
background-color css
<style>
a { background-color: #260D26; }
a { background-color: rgb(38,13,38); }
div.DivClassName
{
background-color: #260D26;
}
.BgClassName
{
background-color: #260D26;
}
</style>
border-color css
<style>
span { border-color: #260D26; }
span { border-color: rgb(38,13,38); }
td.TdClassName
{
border-color: #260D26;
}
.TagClassName
{
border-color: #260D26;
}
</style>