Shades of Mardi Gras #261B26
Tints of Mardi Gras #261B26
RGB
CMYK
RGB Variations
Color information
#261B26 (or 0x261B26) is known color: Mardi Gras. HEX triplet: 26, 1B and 26. RGB value is (38,27,38). Sum of RGB (Red+Green+Blue) = 38+27+38=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 38 - color contains mainly: red, blue. Hex color #261B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261B26 is #D9E4D9. Grayscale: #1F1F1F. Windows color (decimal): -14279898 or 2497318. OLE color: 2497318.
HSL color Cylindrical-coordinate representation of color #261B26: hue angle of 300º degrees, saturation: 0.17, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #261B26 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 27 | 38 | - |
| CMYK | 0 | 0.29 | 0 | 0.85 |
| HSL | 300º | 0.17% | 0.13% | - |
| HSV(B) | 300º | 0.29% | 0.15% | - |
| XYZ | 1.54 | 1.34 | 2.01 | - |
| YUV | 31.54 | 131.64 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 38 | 0 | 0.29 | 0 | 0.85 | 300 | 0.17 | 0.13 |
| Hex | 26 | 1B | 26 | 0 | 1D | 0 | 55 | 12C | 11 | D |
| Octal | 46 | 33 | 46 | 0 | 35 | 0 | 125 | 454 | 21 | 15 |
| Binary | 100110 | 11011 | 100110 | 0 | 11101 | 0 | 1010101 | 100101100 | 10001 | 1101 |
Color Harmonies of #261B26
Complementary color
Monochromatic Colors of #261B26
Black with #261B26
Text Example
Text Example
White with #261B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261B26; }
p { color: rgb(38,27,38); }
H1.HeaderClassName
{
color: #261B26;
}
.AnyTagClassName
{
color: #261B26;
}
</style>
background-color css
<style>
a { background-color: #261B26; }
a { background-color: rgb(38,27,38); }
div.DivClassName
{
background-color: #261B26;
}
.BgClassName
{
background-color: #261B26;
}
</style>
border-color css
<style>
span { border-color: #261B26; }
span { border-color: rgb(38,27,38); }
td.TdClassName
{
border-color: #261B26;
}
.TagClassName
{
border-color: #261B26;
}
</style>