Shades of Mardi Gras #260328
Tints of Mardi Gras #260328
RGB
CMYK
RGB Variations
Color information
#260328 (or 0x260328) is known color: Mardi Gras. HEX triplet: 26, 03 and 28. RGB value is (38,3,40). Sum of RGB (Red+Green+Blue) = 38+3+40=81 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.91% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #260328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260328 is #D9FCD7. Grayscale: #111111. Windows color (decimal): -14286040 or 2622246. OLE color: 2622246.
HSL color Cylindrical-coordinate representation of color #260328: hue angle of 296.76º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #260328 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 3 | 40 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.84 |
| HSL | 296.76º | 0.86% | 0.08% | - |
| HSV(B) | 296.76º | 0.93% | 0.16% | - |
| XYZ | 1.21 | 0.63 | 2.07 | - |
| YUV | 17.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 40 | 0.05 | 0.93 | 0 | 0.84 | 296.76 | 0.86 | 0.08 |
| Hex | 26 | 3 | 28 | 5 | 5D | 0 | 54 | 129 | 56 | 8 |
| Octal | 46 | 3 | 50 | 5 | 135 | 0 | 124 | 451 | 126 | 10 |
| Binary | 100110 | 11 | 101000 | 101 | 1011101 | 0 | 1010100 | 100101001 | 1010110 | 1000 |
Color Harmonies of #260328
Complementary color
Monochromatic Colors of #260328
Black with #260328
Text Example
Text Example
White with #260328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260328; }
p { color: rgb(38,3,40); }
H1.HeaderClassName
{
color: #260328;
}
.AnyTagClassName
{
color: #260328;
}
</style>
background-color css
<style>
a { background-color: #260328; }
a { background-color: rgb(38,3,40); }
div.DivClassName
{
background-color: #260328;
}
.BgClassName
{
background-color: #260328;
}
</style>
border-color css
<style>
span { border-color: #260328; }
span { border-color: rgb(38,3,40); }
td.TdClassName
{
border-color: #260328;
}
.TagClassName
{
border-color: #260328;
}
</style>