Shades of Mardi Gras #261626
Tints of Mardi Gras #261626
RGB
CMYK
RGB Variations
Color information
#261626 (or 0x261626) is known color: Mardi Gras. HEX triplet: 26, 16 and 26. RGB value is (38,22,38). Sum of RGB (Red+Green+Blue) = 38+22+38=98 (12% of max value = 765). Red value is 38 (15.23% from 255 or 38.78% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 38 (15.23% from 255 or 38.78% from 98); Max value from RGB is 38 - color contains mainly: red, blue. Hex color #261626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261626 is #D9E9D9. Grayscale: #1C1C1C. Windows color (decimal): -14281178 or 2496038. OLE color: 2496038.
HSL color Cylindrical-coordinate representation of color #261626: hue angle of 300º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #261626 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 22 | 38 | - |
| CMYK | 0 | 0.42 | 0 | 0.85 |
| HSL | 300º | 0.27% | 0.12% | - |
| HSV(B) | 300º | 0.42% | 0.15% | - |
| XYZ | 1.44 | 1.13 | 1.98 | - |
| YUV | 28.61 | 133.3 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 38 | 0 | 0.42 | 0 | 0.85 | 300 | 0.27 | 0.12 |
| Hex | 26 | 16 | 26 | 0 | 2A | 0 | 55 | 12C | 1B | C |
| Octal | 46 | 26 | 46 | 0 | 52 | 0 | 125 | 454 | 33 | 14 |
| Binary | 100110 | 10110 | 100110 | 0 | 101010 | 0 | 1010101 | 100101100 | 11011 | 1100 |
Color Harmonies of #261626
Complementary color
Monochromatic Colors of #261626
Black with #261626
Text Example
Text Example
White with #261626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261626; }
p { color: rgb(38,22,38); }
H1.HeaderClassName
{
color: #261626;
}
.AnyTagClassName
{
color: #261626;
}
</style>
background-color css
<style>
a { background-color: #261626; }
a { background-color: rgb(38,22,38); }
div.DivClassName
{
background-color: #261626;
}
.BgClassName
{
background-color: #261626;
}
</style>
border-color css
<style>
span { border-color: #261626; }
span { border-color: rgb(38,22,38); }
td.TdClassName
{
border-color: #261626;
}
.TagClassName
{
border-color: #261626;
}
</style>