Shades of Mardi Gras #261424
Tints of Mardi Gras #261424
RGB
CMYK
RGB Variations
Color information
#261424 (or 0x261424) is known color: Mardi Gras. HEX triplet: 26, 14 and 24. RGB value is (38,20,36). Sum of RGB (Red+Green+Blue) = 38+20+36=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 38 - color contains mainly: red. Hex color #261424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261424 is #D9EBDB. Grayscale: #1B1B1B. Windows color (decimal): -14281692 or 2364454. OLE color: 2364454.
HSL color Cylindrical-coordinate representation of color #261424: hue angle of 306.67º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #261424 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 20 | 36 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.85 |
| HSL | 306.67º | 0.31% | 0.11% | - |
| HSV(B) | 306.67º | 0.47% | 0.15% | - |
| XYZ | 1.37 | 1.04 | 1.8 | - |
| YUV | 27.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 20 | 36 | 0 | 0.47 | 0.05 | 0.85 | 306.67 | 0.31 | 0.11 |
| Hex | 26 | 14 | 24 | 0 | 2F | 5 | 55 | 133 | 1F | B |
| Octal | 46 | 24 | 44 | 0 | 57 | 5 | 125 | 463 | 37 | 13 |
| Binary | 100110 | 10100 | 100100 | 0 | 101111 | 101 | 1010101 | 100110011 | 11111 | 1011 |
Color Harmonies of #261424
Complementary color
Monochromatic Colors of #261424
Black with #261424
Text Example
Text Example
White with #261424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261424; }
p { color: rgb(38,20,36); }
H1.HeaderClassName
{
color: #261424;
}
.AnyTagClassName
{
color: #261424;
}
</style>
background-color css
<style>
a { background-color: #261424; }
a { background-color: rgb(38,20,36); }
div.DivClassName
{
background-color: #261424;
}
.BgClassName
{
background-color: #261424;
}
</style>
border-color css
<style>
span { border-color: #261424; }
span { border-color: rgb(38,20,36); }
td.TdClassName
{
border-color: #261424;
}
.TagClassName
{
border-color: #261424;
}
</style>