Shades of Mardi Gras #260F29
Tints of Mardi Gras #260F29
RGB
CMYK
RGB Variations
Color information
#260F29 (or 0x260F29) is known color: Mardi Gras. HEX triplet: 26, 0F and 29. RGB value is (38,15,41). Sum of RGB (Red+Green+Blue) = 38+15+41=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 41 - color contains mainly: blue. Hex color #260F29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F29 is #D9F0D6. Grayscale: #181818. Windows color (decimal): -14282967 or 2690854. OLE color: 2690854.
HSL color Cylindrical-coordinate representation of color #260F29: hue angle of 293.08º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #260F29 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 15 | 41 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.84 |
| HSL | 293.08º | 0.46% | 0.11% | - |
| HSV(B) | 293.08º | 0.63% | 0.16% | - |
| XYZ | 1.37 | 0.91 | 2.2 | - |
| YUV | 24.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 41 | 0.07 | 0.63 | 0 | 0.84 | 293.08 | 0.46 | 0.11 |
| Hex | 26 | F | 29 | 7 | 3F | 0 | 54 | 125 | 2E | B |
| Octal | 46 | 17 | 51 | 7 | 77 | 0 | 124 | 445 | 56 | 13 |
| Binary | 100110 | 1111 | 101001 | 111 | 111111 | 0 | 1010100 | 100100101 | 101110 | 1011 |
Color Harmonies of #260F29
Complementary color
Monochromatic Colors of #260F29
Black with #260F29
Text Example
Text Example
White with #260F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F29; }
p { color: rgb(38,15,41); }
H1.HeaderClassName
{
color: #260F29;
}
.AnyTagClassName
{
color: #260F29;
}
</style>
background-color css
<style>
a { background-color: #260F29; }
a { background-color: rgb(38,15,41); }
div.DivClassName
{
background-color: #260F29;
}
.BgClassName
{
background-color: #260F29;
}
</style>
border-color css
<style>
span { border-color: #260F29; }
span { border-color: rgb(38,15,41); }
td.TdClassName
{
border-color: #260F29;
}
.TagClassName
{
border-color: #260F29;
}
</style>