Shades of Mardi Gras #250022
Tints of Mardi Gras #250022
RGB
CMYK
RGB Variations
Color information
#250022 (or 0x250022) is known color: Mardi Gras. HEX triplet: 25, 00 and 22. RGB value is (37,0,34). Sum of RGB (Red+Green+Blue) = 37+0+34=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 34 (13.67% from 255 or 47.89% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #250022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250022 is #DAFFDD. Grayscale: #0E0E0E. Windows color (decimal): -14352350 or 2228261. OLE color: 2228261.
HSL color Cylindrical-coordinate representation of color #250022: hue angle of 304.86º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250022 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.08 | 0.85 |
| HSL | 304.86º | 1% | 0.07% | - |
| HSV(B) | 304.86º | 1% | 0.15% | - |
| XYZ | 1.05 | 0.51 | 1.56 | - |
| YUV | 14.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 34 | 0 | 1 | 0.08 | 0.85 | 304.86 | 1 | 0.07 |
| Hex | 25 | 0 | 22 | 0 | 64 | 8 | 55 | 131 | 64 | 7 |
| Octal | 45 | 0 | 42 | 0 | 144 | 10 | 125 | 461 | 144 | 7 |
| Binary | 100101 | 0 | 100010 | 0 | 1100100 | 1000 | 1010101 | 100110001 | 1100100 | 111 |
Color Harmonies of #250022
Complementary color
Monochromatic Colors of #250022
Black with #250022
Text Example
Text Example
White with #250022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250022; }
p { color: rgb(37,0,34); }
H1.HeaderClassName
{
color: #250022;
}
.AnyTagClassName
{
color: #250022;
}
</style>
background-color css
<style>
a { background-color: #250022; }
a { background-color: rgb(37,0,34); }
div.DivClassName
{
background-color: #250022;
}
.BgClassName
{
background-color: #250022;
}
</style>
border-color css
<style>
span { border-color: #250022; }
span { border-color: rgb(37,0,34); }
td.TdClassName
{
border-color: #250022;
}
.TagClassName
{
border-color: #250022;
}
</style>