Shades of Mardi Gras #260F25
Tints of Mardi Gras #260F25
RGB
CMYK
RGB Variations
Color information
#260F25 (or 0x260F25) is known color: Mardi Gras. HEX triplet: 26, 0F and 25. RGB value is (38,15,37). Sum of RGB (Red+Green+Blue) = 38+15+37=90 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.22% from 90); Green value is 15 (6.25% from 255 or 16.67% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 38 - color contains mainly: red. Hex color #260F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F25 is #D9F0DA. Grayscale: #181818. Windows color (decimal): -14282971 or 2428710. OLE color: 2428710.
HSL color Cylindrical-coordinate representation of color #260F25: hue angle of 302.61º 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 #260F25 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 15 | 37 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.85 |
| HSL | 302.61º | 0.43% | 0.1% | - |
| HSV(B) | 302.61º | 0.61% | 0.15% | - |
| XYZ | 1.3 | 0.89 | 1.85 | - |
| YUV | 24.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 37 | 0 | 0.61 | 0.03 | 0.85 | 302.61 | 0.43 | 0.1 |
| Hex | 26 | F | 25 | 0 | 3D | 3 | 55 | 12F | 2B | A |
| Octal | 46 | 17 | 45 | 0 | 75 | 3 | 125 | 457 | 53 | 12 |
| Binary | 100110 | 1111 | 100101 | 0 | 111101 | 11 | 1010101 | 100101111 | 101011 | 1010 |
Color Harmonies of #260F25
Complementary color
Monochromatic Colors of #260F25
Black with #260F25
Text Example
Text Example
White with #260F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F25; }
p { color: rgb(38,15,37); }
H1.HeaderClassName
{
color: #260F25;
}
.AnyTagClassName
{
color: #260F25;
}
</style>
background-color css
<style>
a { background-color: #260F25; }
a { background-color: rgb(38,15,37); }
div.DivClassName
{
background-color: #260F25;
}
.BgClassName
{
background-color: #260F25;
}
</style>
border-color css
<style>
span { border-color: #260F25; }
span { border-color: rgb(38,15,37); }
td.TdClassName
{
border-color: #260F25;
}
.TagClassName
{
border-color: #260F25;
}
</style>