Shades of Mardi Gras #261D28
Tints of Mardi Gras #261D28
RGB
CMYK
RGB Variations
Color information
#261D28 (or 0x261D28) is known color: Mardi Gras. HEX triplet: 26, 1D and 28. RGB value is (38,29,40). Sum of RGB (Red+Green+Blue) = 38+29+40=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 40 - color contains mainly: blue. Hex color #261D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261D28 is #D9E2D7. Grayscale: #202020. Windows color (decimal): -14279384 or 2628902. OLE color: 2628902.
HSL color Cylindrical-coordinate representation of color #261D28: hue angle of 289.09º degrees, saturation: 0.16, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #261D28 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 29 | 40 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.84 |
| HSL | 289.09º | 0.16% | 0.14% | - |
| HSV(B) | 289.09º | 0.28% | 0.16% | - |
| XYZ | 1.62 | 1.44 | 2.2 | - |
| YUV | 32.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 40 | 0.05 | 0.28 | 0 | 0.84 | 289.09 | 0.16 | 0.14 |
| Hex | 26 | 1D | 28 | 5 | 1C | 0 | 54 | 121 | 10 | E |
| Octal | 46 | 35 | 50 | 5 | 34 | 0 | 124 | 441 | 20 | 16 |
| Binary | 100110 | 11101 | 101000 | 101 | 11100 | 0 | 1010100 | 100100001 | 10000 | 1110 |
Color Harmonies of #261D28
Complementary color
Monochromatic Colors of #261D28
Black with #261D28
Text Example
Text Example
White with #261D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261D28; }
p { color: rgb(38,29,40); }
H1.HeaderClassName
{
color: #261D28;
}
.AnyTagClassName
{
color: #261D28;
}
</style>
background-color css
<style>
a { background-color: #261D28; }
a { background-color: rgb(38,29,40); }
div.DivClassName
{
background-color: #261D28;
}
.BgClassName
{
background-color: #261D28;
}
</style>
border-color css
<style>
span { border-color: #261D28; }
span { border-color: rgb(38,29,40); }
td.TdClassName
{
border-color: #261D28;
}
.TagClassName
{
border-color: #261D28;
}
</style>