Shades of Mardi Gras #260B24
Tints of Mardi Gras #260B24
RGB
CMYK
RGB Variations
Color information
#260B24 (or 0x260B24) is known color: Mardi Gras. HEX triplet: 26, 0B and 24. RGB value is (38,11,36). Sum of RGB (Red+Green+Blue) = 38+11+36=85 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.71% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 36 (14.45% from 255 or 42.35% from 85); Max value from RGB is 38 - color contains mainly: red. Hex color #260B24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260B24 is #D9F4DB. Grayscale: #151515. Windows color (decimal): -14283996 or 2362150. OLE color: 2362150.
HSL color Cylindrical-coordinate representation of color #260B24: hue angle of 304.44º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #260B24 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 11 | 36 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.85 |
| HSL | 304.44º | 0.55% | 0.1% | - |
| HSV(B) | 304.44º | 0.71% | 0.15% | - |
| XYZ | 1.24 | 0.78 | 1.75 | - |
| YUV | 21.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 11 | 36 | 0 | 0.71 | 0.05 | 0.85 | 304.44 | 0.55 | 0.1 |
| Hex | 26 | B | 24 | 0 | 47 | 5 | 55 | 130 | 37 | A |
| Octal | 46 | 13 | 44 | 0 | 107 | 5 | 125 | 460 | 67 | 12 |
| Binary | 100110 | 1011 | 100100 | 0 | 1000111 | 101 | 1010101 | 100110000 | 110111 | 1010 |
Color Harmonies of #260B24
Complementary color
Monochromatic Colors of #260B24
Black with #260B24
Text Example
Text Example
White with #260B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260B24; }
p { color: rgb(38,11,36); }
H1.HeaderClassName
{
color: #260B24;
}
.AnyTagClassName
{
color: #260B24;
}
</style>
background-color css
<style>
a { background-color: #260B24; }
a { background-color: rgb(38,11,36); }
div.DivClassName
{
background-color: #260B24;
}
.BgClassName
{
background-color: #260B24;
}
</style>
border-color css
<style>
span { border-color: #260B24; }
span { border-color: rgb(38,11,36); }
td.TdClassName
{
border-color: #260B24;
}
.TagClassName
{
border-color: #260B24;
}
</style>