Shades of Mardi Gras #261824
Tints of Mardi Gras #261824
RGB
CMYK
RGB Variations
Color information
#261824 (or 0x261824) is known color: Mardi Gras. HEX triplet: 26, 18 and 24. RGB value is (38,24,36). Sum of RGB (Red+Green+Blue) = 38+24+36=98 (12% of max value = 765). Red value is 38 (15.23% from 255 or 38.78% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 36 (14.45% from 255 or 36.73% from 98); Max value from RGB is 38 - color contains mainly: red. Hex color #261824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261824 is #D9E7DB. Grayscale: #1D1D1D. Windows color (decimal): -14280668 or 2365478. OLE color: 2365478.
HSL color Cylindrical-coordinate representation of color #261824: hue angle of 308.57º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #261824 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 24 | 36 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.85 |
| HSL | 308.57º | 0.23% | 0.12% | - |
| HSV(B) | 308.57º | 0.37% | 0.15% | - |
| XYZ | 1.44 | 1.19 | 1.82 | - |
| YUV | 29.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 24 | 36 | 0 | 0.37 | 0.05 | 0.85 | 308.57 | 0.23 | 0.12 |
| Hex | 26 | 18 | 24 | 0 | 25 | 5 | 55 | 135 | 17 | C |
| Octal | 46 | 30 | 44 | 0 | 45 | 5 | 125 | 465 | 27 | 14 |
| Binary | 100110 | 11000 | 100100 | 0 | 100101 | 101 | 1010101 | 100110101 | 10111 | 1100 |
Color Harmonies of #261824
Complementary color
Monochromatic Colors of #261824
Black with #261824
Text Example
Text Example
White with #261824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261824; }
p { color: rgb(38,24,36); }
H1.HeaderClassName
{
color: #261824;
}
.AnyTagClassName
{
color: #261824;
}
</style>
background-color css
<style>
a { background-color: #261824; }
a { background-color: rgb(38,24,36); }
div.DivClassName
{
background-color: #261824;
}
.BgClassName
{
background-color: #261824;
}
</style>
border-color css
<style>
span { border-color: #261824; }
span { border-color: rgb(38,24,36); }
td.TdClassName
{
border-color: #261824;
}
.TagClassName
{
border-color: #261824;
}
</style>