Shades of Mardi Gras #260325
Tints of Mardi Gras #260325
RGB
CMYK
RGB Variations
Color information
#260325 (or 0x260325) is known color: Mardi Gras. HEX triplet: 26, 03 and 25. RGB value is (38,3,37). Sum of RGB (Red+Green+Blue) = 38+3+37=78 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.72% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 38 - color contains mainly: red. Hex color #260325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260325 is #D9FCDA. Grayscale: #111111. Windows color (decimal): -14286043 or 2425638. OLE color: 2425638.
HSL color Cylindrical-coordinate representation of color #260325: hue angle of 301.71º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260325 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 3 | 37 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.85 |
| HSL | 301.71º | 0.85% | 0.08% | - |
| HSV(B) | 301.71º | 0.92% | 0.15% | - |
| XYZ | 1.17 | 0.61 | 1.81 | - |
| YUV | 17.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 37 | 0 | 0.92 | 0.03 | 0.85 | 301.71 | 0.85 | 0.08 |
| Hex | 26 | 3 | 25 | 0 | 5C | 3 | 55 | 12E | 55 | 8 |
| Octal | 46 | 3 | 45 | 0 | 134 | 3 | 125 | 456 | 125 | 10 |
| Binary | 100110 | 11 | 100101 | 0 | 1011100 | 11 | 1010101 | 100101110 | 1010101 | 1000 |
Color Harmonies of #260325
Complementary color
Monochromatic Colors of #260325
Black with #260325
Text Example
Text Example
White with #260325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260325; }
p { color: rgb(38,3,37); }
H1.HeaderClassName
{
color: #260325;
}
.AnyTagClassName
{
color: #260325;
}
</style>
background-color css
<style>
a { background-color: #260325; }
a { background-color: rgb(38,3,37); }
div.DivClassName
{
background-color: #260325;
}
.BgClassName
{
background-color: #260325;
}
</style>
border-color css
<style>
span { border-color: #260325; }
span { border-color: rgb(38,3,37); }
td.TdClassName
{
border-color: #260325;
}
.TagClassName
{
border-color: #260325;
}
</style>