Shades of Mardi Gras #260F24
Tints of Mardi Gras #260F24
RGB
CMYK
RGB Variations
Color information
#260F24 (or 0x260F24) is known color: Mardi Gras. HEX triplet: 26, 0F and 24. RGB value is (38,15,36). Sum of RGB (Red+Green+Blue) = 38+15+36=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 38 - color contains mainly: red. Hex color #260F24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F24 is #D9F0DB. Grayscale: #181818. Windows color (decimal): -14282972 or 2363174. OLE color: 2363174.
HSL color Cylindrical-coordinate representation of color #260F24: hue angle of 305.22º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #260F24 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 15 | 36 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.85 |
| HSL | 305.22º | 0.43% | 0.1% | - |
| HSV(B) | 305.22º | 0.61% | 0.15% | - |
| XYZ | 1.29 | 0.88 | 1.77 | - |
| YUV | 24.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 36 | 0 | 0.61 | 0.05 | 0.85 | 305.22 | 0.43 | 0.1 |
| Hex | 26 | F | 24 | 0 | 3D | 5 | 55 | 131 | 2B | A |
| Octal | 46 | 17 | 44 | 0 | 75 | 5 | 125 | 461 | 53 | 12 |
| Binary | 100110 | 1111 | 100100 | 0 | 111101 | 101 | 1010101 | 100110001 | 101011 | 1010 |
Color Harmonies of #260F24
Complementary color
Monochromatic Colors of #260F24
Black with #260F24
Text Example
Text Example
White with #260F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F24; }
p { color: rgb(38,15,36); }
H1.HeaderClassName
{
color: #260F24;
}
.AnyTagClassName
{
color: #260F24;
}
</style>
background-color css
<style>
a { background-color: #260F24; }
a { background-color: rgb(38,15,36); }
div.DivClassName
{
background-color: #260F24;
}
.BgClassName
{
background-color: #260F24;
}
</style>
border-color css
<style>
span { border-color: #260F24; }
span { border-color: rgb(38,15,36); }
td.TdClassName
{
border-color: #260F24;
}
.TagClassName
{
border-color: #260F24;
}
</style>