Shades of Mardi Gras #260A24
Tints of Mardi Gras #260A24
RGB
CMYK
RGB Variations
Color information
#260A24 (or 0x260A24) is known color: Mardi Gras. HEX triplet: 26, 0A and 24. RGB value is (38,10,36). Sum of RGB (Red+Green+Blue) = 38+10+36=84 (11% of max value = 765). Red value is 38 (15.23% from 255 or 45.24% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 38 - color contains mainly: red. Hex color #260A24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260A24 is #D9F5DB. Grayscale: #151515. Windows color (decimal): -14284252 or 2361894. OLE color: 2361894.
HSL color Cylindrical-coordinate representation of color #260A24: hue angle of 304.29º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #260A24 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 10 | 36 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.85 |
| HSL | 304.29º | 0.58% | 0.09% | - |
| HSV(B) | 304.29º | 0.74% | 0.15% | - |
| XYZ | 1.23 | 0.76 | 1.75 | - |
| YUV | 21.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 36 | 0 | 0.74 | 0.05 | 0.85 | 304.29 | 0.58 | 0.09 |
| Hex | 26 | A | 24 | 0 | 4A | 5 | 55 | 130 | 3A | 9 |
| Octal | 46 | 12 | 44 | 0 | 112 | 5 | 125 | 460 | 72 | 11 |
| Binary | 100110 | 1010 | 100100 | 0 | 1001010 | 101 | 1010101 | 100110000 | 111010 | 1001 |
Color Harmonies of #260A24
Complementary color
Monochromatic Colors of #260A24
Black with #260A24
Text Example
Text Example
White with #260A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260A24; }
p { color: rgb(38,10,36); }
H1.HeaderClassName
{
color: #260A24;
}
.AnyTagClassName
{
color: #260A24;
}
</style>
background-color css
<style>
a { background-color: #260A24; }
a { background-color: rgb(38,10,36); }
div.DivClassName
{
background-color: #260A24;
}
.BgClassName
{
background-color: #260A24;
}
</style>
border-color css
<style>
span { border-color: #260A24; }
span { border-color: rgb(38,10,36); }
td.TdClassName
{
border-color: #260A24;
}
.TagClassName
{
border-color: #260A24;
}
</style>