Shades of Mardi Gras #261C26
Tints of Mardi Gras #261C26
RGB
CMYK
RGB Variations
Color information
#261C26 (or 0x261C26) is known color: Mardi Gras. HEX triplet: 26, 1C and 26. RGB value is (38,28,38). Sum of RGB (Red+Green+Blue) = 38+28+38=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 38 - color contains mainly: red, blue. Hex color #261C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C26 is #D9E3D9. Grayscale: #202020. Windows color (decimal): -14279642 or 2497574. OLE color: 2497574.
HSL color Cylindrical-coordinate representation of color #261C26: hue angle of 300º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #261C26 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 28 | 38 | - |
| CMYK | 0 | 0.26 | 0 | 0.85 |
| HSL | 300º | 0.15% | 0.13% | - |
| HSV(B) | 300º | 0.26% | 0.15% | - |
| XYZ | 1.56 | 1.38 | 2.02 | - |
| YUV | 32.13 | 131.31 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 38 | 0 | 0.26 | 0 | 0.85 | 300 | 0.15 | 0.13 |
| Hex | 26 | 1C | 26 | 0 | 1A | 0 | 55 | 12C | F | D |
| Octal | 46 | 34 | 46 | 0 | 32 | 0 | 125 | 454 | 17 | 15 |
| Binary | 100110 | 11100 | 100110 | 0 | 11010 | 0 | 1010101 | 100101100 | 1111 | 1101 |
Color Harmonies of #261C26
Complementary color
Monochromatic Colors of #261C26
Black with #261C26
Text Example
Text Example
White with #261C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C26; }
p { color: rgb(38,28,38); }
H1.HeaderClassName
{
color: #261C26;
}
.AnyTagClassName
{
color: #261C26;
}
</style>
background-color css
<style>
a { background-color: #261C26; }
a { background-color: rgb(38,28,38); }
div.DivClassName
{
background-color: #261C26;
}
.BgClassName
{
background-color: #261C26;
}
</style>
border-color css
<style>
span { border-color: #261C26; }
span { border-color: rgb(38,28,38); }
td.TdClassName
{
border-color: #261C26;
}
.TagClassName
{
border-color: #261C26;
}
</style>