Shades of Mardi Gras #260D25
Tints of Mardi Gras #260D25
RGB
CMYK
RGB Variations
Color information
#260D25 (or 0x260D25) is known color: Mardi Gras. HEX triplet: 26, 0D and 25. RGB value is (38,13,37). Sum of RGB (Red+Green+Blue) = 38+13+37=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 38 - color contains mainly: red. Hex color #260D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D25 is #D9F2DA. Grayscale: #171717. Windows color (decimal): -14283483 or 2428198. OLE color: 2428198.
HSL color Cylindrical-coordinate representation of color #260D25: hue angle of 302.4º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #260D25 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 13 | 37 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.85 |
| HSL | 302.4º | 0.49% | 0.1% | - |
| HSV(B) | 302.4º | 0.66% | 0.15% | - |
| XYZ | 1.28 | 0.83 | 1.84 | - |
| YUV | 23.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 37 | 0 | 0.66 | 0.03 | 0.85 | 302.4 | 0.49 | 0.1 |
| Hex | 26 | D | 25 | 0 | 42 | 3 | 55 | 12E | 31 | A |
| Octal | 46 | 15 | 45 | 0 | 102 | 3 | 125 | 456 | 61 | 12 |
| Binary | 100110 | 1101 | 100101 | 0 | 1000010 | 11 | 1010101 | 100101110 | 110001 | 1010 |
Color Harmonies of #260D25
Complementary color
Monochromatic Colors of #260D25
Black with #260D25
Text Example
Text Example
White with #260D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D25; }
p { color: rgb(38,13,37); }
H1.HeaderClassName
{
color: #260D25;
}
.AnyTagClassName
{
color: #260D25;
}
</style>
background-color css
<style>
a { background-color: #260D25; }
a { background-color: rgb(38,13,37); }
div.DivClassName
{
background-color: #260D25;
}
.BgClassName
{
background-color: #260D25;
}
</style>
border-color css
<style>
span { border-color: #260D25; }
span { border-color: rgb(38,13,37); }
td.TdClassName
{
border-color: #260D25;
}
.TagClassName
{
border-color: #260D25;
}
</style>