Shades of Mardi Gras #260B28
Tints of Mardi Gras #260B28
RGB
CMYK
RGB Variations
Color information
#260B28 (or 0x260B28) is known color: Mardi Gras. HEX triplet: 26, 0B and 28. RGB value is (38,11,40). Sum of RGB (Red+Green+Blue) = 38+11+40=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 40 - color contains mainly: blue. Hex color #260B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260B28 is #D9F4D7. Grayscale: #161616. Windows color (decimal): -14283992 or 2624294. OLE color: 2624294.
HSL color Cylindrical-coordinate representation of color #260B28: hue angle of 295.86º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #260B28 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 11 | 40 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.84 |
| HSL | 295.86º | 0.57% | 0.1% | - |
| HSV(B) | 295.86º | 0.73% | 0.16% | - |
| XYZ | 1.3 | 0.8 | 2.09 | - |
| YUV | 22.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 11 | 40 | 0.05 | 0.72 | 0 | 0.84 | 295.86 | 0.57 | 0.1 |
| Hex | 26 | B | 28 | 5 | 48 | 0 | 54 | 128 | 39 | A |
| Octal | 46 | 13 | 50 | 5 | 110 | 0 | 124 | 450 | 71 | 12 |
| Binary | 100110 | 1011 | 101000 | 101 | 1001000 | 0 | 1010100 | 100101000 | 111001 | 1010 |
Color Harmonies of #260B28
Complementary color
Monochromatic Colors of #260B28
Black with #260B28
Text Example
Text Example
White with #260B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260B28; }
p { color: rgb(38,11,40); }
H1.HeaderClassName
{
color: #260B28;
}
.AnyTagClassName
{
color: #260B28;
}
</style>
background-color css
<style>
a { background-color: #260B28; }
a { background-color: rgb(38,11,40); }
div.DivClassName
{
background-color: #260B28;
}
.BgClassName
{
background-color: #260B28;
}
</style>
border-color css
<style>
span { border-color: #260B28; }
span { border-color: rgb(38,11,40); }
td.TdClassName
{
border-color: #260B28;
}
.TagClassName
{
border-color: #260B28;
}
</style>