Shades of Mardi Gras #261524
Tints of Mardi Gras #261524
RGB
CMYK
RGB Variations
Color information
#261524 (or 0x261524) is known color: Mardi Gras. HEX triplet: 26, 15 and 24. RGB value is (38,21,36). Sum of RGB (Red+Green+Blue) = 38+21+36=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 38 - color contains mainly: red. Hex color #261524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261524 is #D9EADB. Grayscale: #1B1B1B. Windows color (decimal): -14281436 or 2364710. OLE color: 2364710.
HSL color Cylindrical-coordinate representation of color #261524: hue angle of 307.06º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #261524 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 21 | 36 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.85 |
| HSL | 307.06º | 0.29% | 0.12% | - |
| HSV(B) | 307.06º | 0.45% | 0.15% | - |
| XYZ | 1.39 | 1.08 | 1.8 | - |
| YUV | 27.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 21 | 36 | 0 | 0.45 | 0.05 | 0.85 | 307.06 | 0.29 | 0.12 |
| Hex | 26 | 15 | 24 | 0 | 2D | 5 | 55 | 133 | 1D | C |
| Octal | 46 | 25 | 44 | 0 | 55 | 5 | 125 | 463 | 35 | 14 |
| Binary | 100110 | 10101 | 100100 | 0 | 101101 | 101 | 1010101 | 100110011 | 11101 | 1100 |
Color Harmonies of #261524
Complementary color
Monochromatic Colors of #261524
Black with #261524
Text Example
Text Example
White with #261524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261524; }
p { color: rgb(38,21,36); }
H1.HeaderClassName
{
color: #261524;
}
.AnyTagClassName
{
color: #261524;
}
</style>
background-color css
<style>
a { background-color: #261524; }
a { background-color: rgb(38,21,36); }
div.DivClassName
{
background-color: #261524;
}
.BgClassName
{
background-color: #261524;
}
</style>
border-color css
<style>
span { border-color: #261524; }
span { border-color: rgb(38,21,36); }
td.TdClassName
{
border-color: #261524;
}
.TagClassName
{
border-color: #261524;
}
</style>