Shades of Mardi Gras #260224
Tints of Mardi Gras #260224
RGB
CMYK
RGB Variations
Color information
#260224 (or 0x260224) is known color: Mardi Gras. HEX triplet: 26, 02 and 24. RGB value is (38,2,36). Sum of RGB (Red+Green+Blue) = 38+2+36=76 (10% of max value = 765). Red value is 38 (15.23% from 255 or 50% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 36 (14.45% from 255 or 47.37% from 76); Max value from RGB is 38 - color contains mainly: red. Hex color #260224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260224 is #D9FDDB. Grayscale: #101010. Windows color (decimal): -14286300 or 2359846. OLE color: 2359846.
HSL color Cylindrical-coordinate representation of color #260224: hue angle of 303.33º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260224 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 2 | 36 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.85 |
| HSL | 303.33º | 0.9% | 0.08% | - |
| HSV(B) | 303.33º | 0.95% | 0.15% | - |
| XYZ | 1.14 | 0.58 | 1.72 | - |
| YUV | 16.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 36 | 0 | 0.95 | 0.05 | 0.85 | 303.33 | 0.9 | 0.08 |
| Hex | 26 | 2 | 24 | 0 | 5F | 5 | 55 | 12F | 5A | 8 |
| Octal | 46 | 2 | 44 | 0 | 137 | 5 | 125 | 457 | 132 | 10 |
| Binary | 100110 | 10 | 100100 | 0 | 1011111 | 101 | 1010101 | 100101111 | 1011010 | 1000 |
Color Harmonies of #260224
Complementary color
Monochromatic Colors of #260224
Black with #260224
Text Example
Text Example
White with #260224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260224; }
p { color: rgb(38,2,36); }
H1.HeaderClassName
{
color: #260224;
}
.AnyTagClassName
{
color: #260224;
}
</style>
background-color css
<style>
a { background-color: #260224; }
a { background-color: rgb(38,2,36); }
div.DivClassName
{
background-color: #260224;
}
.BgClassName
{
background-color: #260224;
}
</style>
border-color css
<style>
span { border-color: #260224; }
span { border-color: rgb(38,2,36); }
td.TdClassName
{
border-color: #260224;
}
.TagClassName
{
border-color: #260224;
}
</style>