Shades of Mardi Gras #261A25
Tints of Mardi Gras #261A25
RGB
CMYK
RGB Variations
Color information
#261A25 (or 0x261A25) is known color: Mardi Gras. HEX triplet: 26, 1A and 25. RGB value is (38,26,37). Sum of RGB (Red+Green+Blue) = 38+26+37=101 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.62% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 37 (14.84% from 255 or 36.63% from 101); Max value from RGB is 38 - color contains mainly: red. Hex color #261A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261A25 is #D9E5DA. Grayscale: #1E1E1E. Windows color (decimal): -14280155 or 2431526. OLE color: 2431526.
HSL color Cylindrical-coordinate representation of color #261A25: hue angle of 305º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #261A25 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 26 | 37 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.85 |
| HSL | 305º | 0.19% | 0.13% | - |
| HSV(B) | 305º | 0.32% | 0.15% | - |
| XYZ | 1.5 | 1.28 | 1.92 | - |
| YUV | 30.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 37 | 0 | 0.32 | 0.03 | 0.85 | 305 | 0.19 | 0.13 |
| Hex | 26 | 1A | 25 | 0 | 20 | 3 | 55 | 131 | 13 | D |
| Octal | 46 | 32 | 45 | 0 | 40 | 3 | 125 | 461 | 23 | 15 |
| Binary | 100110 | 11010 | 100101 | 0 | 100000 | 11 | 1010101 | 100110001 | 10011 | 1101 |
Color Harmonies of #261A25
Complementary color
Monochromatic Colors of #261A25
Black with #261A25
Text Example
Text Example
White with #261A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A25; }
p { color: rgb(38,26,37); }
H1.HeaderClassName
{
color: #261A25;
}
.AnyTagClassName
{
color: #261A25;
}
</style>
background-color css
<style>
a { background-color: #261A25; }
a { background-color: rgb(38,26,37); }
div.DivClassName
{
background-color: #261A25;
}
.BgClassName
{
background-color: #261A25;
}
</style>
border-color css
<style>
span { border-color: #261A25; }
span { border-color: rgb(38,26,37); }
td.TdClassName
{
border-color: #261A25;
}
.TagClassName
{
border-color: #261A25;
}
</style>