Shades of Mardi Gras #260D28
Tints of Mardi Gras #260D28
RGB
CMYK
RGB Variations
Color information
#260D28 (or 0x260D28) is known color: Mardi Gras. HEX triplet: 26, 0D and 28. RGB value is (38,13,40). Sum of RGB (Red+Green+Blue) = 38+13+40=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 40 - color contains mainly: blue. Hex color #260D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D28 is #D9F2D7. Grayscale: #171717. Windows color (decimal): -14283480 or 2624806. OLE color: 2624806.
HSL color Cylindrical-coordinate representation of color #260D28: hue angle of 295.56º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #260D28 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 13 | 40 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.84 |
| HSL | 295.56º | 0.51% | 0.1% | - |
| HSV(B) | 295.56º | 0.68% | 0.16% | - |
| XYZ | 1.33 | 0.85 | 2.1 | - |
| YUV | 23.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 40 | 0.05 | 0.67 | 0 | 0.84 | 295.56 | 0.51 | 0.1 |
| Hex | 26 | D | 28 | 5 | 43 | 0 | 54 | 128 | 33 | A |
| Octal | 46 | 15 | 50 | 5 | 103 | 0 | 124 | 450 | 63 | 12 |
| Binary | 100110 | 1101 | 101000 | 101 | 1000011 | 0 | 1010100 | 100101000 | 110011 | 1010 |
Color Harmonies of #260D28
Complementary color
Monochromatic Colors of #260D28
Black with #260D28
Text Example
Text Example
White with #260D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D28; }
p { color: rgb(38,13,40); }
H1.HeaderClassName
{
color: #260D28;
}
.AnyTagClassName
{
color: #260D28;
}
</style>
background-color css
<style>
a { background-color: #260D28; }
a { background-color: rgb(38,13,40); }
div.DivClassName
{
background-color: #260D28;
}
.BgClassName
{
background-color: #260D28;
}
</style>
border-color css
<style>
span { border-color: #260D28; }
span { border-color: rgb(38,13,40); }
td.TdClassName
{
border-color: #260D28;
}
.TagClassName
{
border-color: #260D28;
}
</style>