Shades of Mardi Gras #261C28
Tints of Mardi Gras #261C28
RGB
CMYK
RGB Variations
Color information
#261C28 (or 0x261C28) is known color: Mardi Gras. HEX triplet: 26, 1C and 28. RGB value is (38,28,40). Sum of RGB (Red+Green+Blue) = 38+28+40=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 40 - color contains mainly: blue. Hex color #261C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C28 is #D9E3D7. Grayscale: #202020. Windows color (decimal): -14279640 or 2628646. OLE color: 2628646.
HSL color Cylindrical-coordinate representation of color #261C28: hue angle of 290º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #261C28 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 28 | 40 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.84 |
| HSL | 290º | 0.18% | 0.13% | - |
| HSV(B) | 290º | 0.3% | 0.16% | - |
| XYZ | 1.6 | 1.4 | 2.19 | - |
| YUV | 32.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 40 | 0.05 | 0.30 | 0 | 0.84 | 290 | 0.18 | 0.13 |
| Hex | 26 | 1C | 28 | 5 | 1E | 0 | 54 | 122 | 12 | D |
| Octal | 46 | 34 | 50 | 5 | 36 | 0 | 124 | 442 | 22 | 15 |
| Binary | 100110 | 11100 | 101000 | 101 | 11110 | 0 | 1010100 | 100100010 | 10010 | 1101 |
Color Harmonies of #261C28
Complementary color
Monochromatic Colors of #261C28
Black with #261C28
Text Example
Text Example
White with #261C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C28; }
p { color: rgb(38,28,40); }
H1.HeaderClassName
{
color: #261C28;
}
.AnyTagClassName
{
color: #261C28;
}
</style>
background-color css
<style>
a { background-color: #261C28; }
a { background-color: rgb(38,28,40); }
div.DivClassName
{
background-color: #261C28;
}
.BgClassName
{
background-color: #261C28;
}
</style>
border-color css
<style>
span { border-color: #261C28; }
span { border-color: rgb(38,28,40); }
td.TdClassName
{
border-color: #261C28;
}
.TagClassName
{
border-color: #261C28;
}
</style>