Shades of Mardi Gras #250326
Tints of Mardi Gras #250326
RGB
CMYK
RGB Variations
Color information
#250326 (or 0x250326) is known color: Mardi Gras. HEX triplet: 25, 03 and 26. RGB value is (37,3,38). Sum of RGB (Red+Green+Blue) = 37+3+38=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 38 (15.23% from 255 or 48.72% from 78); Max value from RGB is 38 - color contains mainly: blue. Hex color #250326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250326 is #DAFCD9. Grayscale: #111111. Windows color (decimal): -14351578 or 2491173. OLE color: 2491173.
HSL color Cylindrical-coordinate representation of color #250326: hue angle of 298.29º 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 #250326 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 3 | 38 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.85 |
| HSL | 298.29º | 0.85% | 0.08% | - |
| HSV(B) | 298.29º | 0.92% | 0.15% | - |
| XYZ | 1.15 | 0.6 | 1.89 | - |
| YUV | 17.16 | 139.76 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 38 | 0.03 | 0.92 | 0 | 0.85 | 298.29 | 0.85 | 0.08 |
| Hex | 25 | 3 | 26 | 3 | 5C | 0 | 55 | 12A | 55 | 8 |
| Octal | 45 | 3 | 46 | 3 | 134 | 0 | 125 | 452 | 125 | 10 |
| Binary | 100101 | 11 | 100110 | 11 | 1011100 | 0 | 1010101 | 100101010 | 1010101 | 1000 |
Color Harmonies of #250326
Complementary color
Monochromatic Colors of #250326
Black with #250326
Text Example
Text Example
White with #250326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250326; }
p { color: rgb(37,3,38); }
H1.HeaderClassName
{
color: #250326;
}
.AnyTagClassName
{
color: #250326;
}
</style>
background-color css
<style>
a { background-color: #250326; }
a { background-color: rgb(37,3,38); }
div.DivClassName
{
background-color: #250326;
}
.BgClassName
{
background-color: #250326;
}
</style>
border-color css
<style>
span { border-color: #250326; }
span { border-color: rgb(37,3,38); }
td.TdClassName
{
border-color: #250326;
}
.TagClassName
{
border-color: #250326;
}
</style>