Shades of Mardi Gras #260124
Tints of Mardi Gras #260124
RGB
CMYK
RGB Variations
Color information
#260124 (or 0x260124) is known color: Mardi Gras. HEX triplet: 26, 01 and 24. RGB value is (38,1,36). Sum of RGB (Red+Green+Blue) = 38+1+36=75 (9% of max value = 765). Red value is 38 (15.23% from 255 or 50.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 36 (14.45% from 255 or 48% from 75); Max value from RGB is 38 - color contains mainly: red. Hex color #260124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260124 is #D9FEDB. Grayscale: #0F0F0F. Windows color (decimal): -14286556 or 2359590. OLE color: 2359590.
HSL color Cylindrical-coordinate representation of color #260124: hue angle of 303.24º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #260124 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 1 | 36 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.85 |
| HSL | 303.24º | 0.95% | 0.08% | - |
| HSV(B) | 303.24º | 0.97% | 0.15% | - |
| XYZ | 1.13 | 0.56 | 1.72 | - |
| YUV | 16.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 1 | 36 | 0 | 0.97 | 0.05 | 0.85 | 303.24 | 0.95 | 0.08 |
| Hex | 26 | 1 | 24 | 0 | 61 | 5 | 55 | 12F | 5F | 8 |
| Octal | 46 | 1 | 44 | 0 | 141 | 5 | 125 | 457 | 137 | 10 |
| Binary | 100110 | 1 | 100100 | 0 | 1100001 | 101 | 1010101 | 100101111 | 1011111 | 1000 |
Color Harmonies of #260124
Complementary color
Monochromatic Colors of #260124
Black with #260124
Text Example
Text Example
White with #260124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260124; }
p { color: rgb(38,1,36); }
H1.HeaderClassName
{
color: #260124;
}
.AnyTagClassName
{
color: #260124;
}
</style>
background-color css
<style>
a { background-color: #260124; }
a { background-color: rgb(38,1,36); }
div.DivClassName
{
background-color: #260124;
}
.BgClassName
{
background-color: #260124;
}
</style>
border-color css
<style>
span { border-color: #260124; }
span { border-color: rgb(38,1,36); }
td.TdClassName
{
border-color: #260124;
}
.TagClassName
{
border-color: #260124;
}
</style>