Shades of Mardi Gras #260128
Tints of Mardi Gras #260128
RGB
CMYK
RGB Variations
Color information
#260128 (or 0x260128) is known color: Mardi Gras. HEX triplet: 26, 01 and 28. RGB value is (38,1,40). Sum of RGB (Red+Green+Blue) = 38+1+40=79 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.10% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #260128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260128 is #D9FED7. Grayscale: #101010. Windows color (decimal): -14286552 or 2621734. OLE color: 2621734.
HSL color Cylindrical-coordinate representation of color #260128: hue angle of 296.92º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #260128 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 1 | 40 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.84 |
| HSL | 296.92º | 0.95% | 0.08% | - |
| HSV(B) | 296.92º | 0.98% | 0.16% | - |
| XYZ | 1.19 | 0.59 | 2.06 | - |
| YUV | 16.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 1 | 40 | 0.05 | 0.98 | 0 | 0.84 | 296.92 | 0.95 | 0.08 |
| Hex | 26 | 1 | 28 | 5 | 62 | 0 | 54 | 129 | 5F | 8 |
| Octal | 46 | 1 | 50 | 5 | 142 | 0 | 124 | 451 | 137 | 10 |
| Binary | 100110 | 1 | 101000 | 101 | 1100010 | 0 | 1010100 | 100101001 | 1011111 | 1000 |
Color Harmonies of #260128
Complementary color
Monochromatic Colors of #260128
Black with #260128
Text Example
Text Example
White with #260128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260128; }
p { color: rgb(38,1,40); }
H1.HeaderClassName
{
color: #260128;
}
.AnyTagClassName
{
color: #260128;
}
</style>
background-color css
<style>
a { background-color: #260128; }
a { background-color: rgb(38,1,40); }
div.DivClassName
{
background-color: #260128;
}
.BgClassName
{
background-color: #260128;
}
</style>
border-color css
<style>
span { border-color: #260128; }
span { border-color: rgb(38,1,40); }
td.TdClassName
{
border-color: #260128;
}
.TagClassName
{
border-color: #260128;
}
</style>