Shades of Mardi Gras #260E25
Tints of Mardi Gras #260E25
RGB
CMYK
RGB Variations
Color information
#260E25 (or 0x260E25) is known color: Mardi Gras. HEX triplet: 26, 0E and 25. RGB value is (38,14,37). Sum of RGB (Red+Green+Blue) = 38+14+37=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 14 (5.86% from 255 or 15.73% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 38 - color contains mainly: red. Hex color #260E25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260E25 is #D9F1DA. Grayscale: #171717. Windows color (decimal): -14283227 or 2428454. OLE color: 2428454.
HSL color Cylindrical-coordinate representation of color #260E25: hue angle of 302.5º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #260E25 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 14 | 37 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.85 |
| HSL | 302.5º | 0.46% | 0.1% | - |
| HSV(B) | 302.5º | 0.63% | 0.15% | - |
| XYZ | 1.29 | 0.86 | 1.85 | - |
| YUV | 23.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 37 | 0 | 0.63 | 0.03 | 0.85 | 302.5 | 0.46 | 0.1 |
| Hex | 26 | E | 25 | 0 | 3F | 3 | 55 | 12E | 2E | A |
| Octal | 46 | 16 | 45 | 0 | 77 | 3 | 125 | 456 | 56 | 12 |
| Binary | 100110 | 1110 | 100101 | 0 | 111111 | 11 | 1010101 | 100101110 | 101110 | 1010 |
Color Harmonies of #260E25
Complementary color
Monochromatic Colors of #260E25
Black with #260E25
Text Example
Text Example
White with #260E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260E25; }
p { color: rgb(38,14,37); }
H1.HeaderClassName
{
color: #260E25;
}
.AnyTagClassName
{
color: #260E25;
}
</style>
background-color css
<style>
a { background-color: #260E25; }
a { background-color: rgb(38,14,37); }
div.DivClassName
{
background-color: #260E25;
}
.BgClassName
{
background-color: #260E25;
}
</style>
border-color css
<style>
span { border-color: #260E25; }
span { border-color: rgb(38,14,37); }
td.TdClassName
{
border-color: #260E25;
}
.TagClassName
{
border-color: #260E25;
}
</style>