Shades of Mardi Gras #250122
Tints of Mardi Gras #250122
RGB
CMYK
RGB Variations
Color information
#250122 (or 0x250122) is known color: Mardi Gras. HEX triplet: 25, 01 and 22. RGB value is (37,1,34). Sum of RGB (Red+Green+Blue) = 37+1+34=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 34 (13.67% from 255 or 47.22% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #250122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250122 is #DAFEDD. Grayscale: #0F0F0F. Windows color (decimal): -14352094 or 2228517. OLE color: 2228517.
HSL color Cylindrical-coordinate representation of color #250122: hue angle of 305º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250122 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 1 | 34 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.85 |
| HSL | 305º | 0.95% | 0.07% | - |
| HSV(B) | 305º | 0.97% | 0.15% | - |
| XYZ | 1.06 | 0.53 | 1.56 | - |
| YUV | 15.53 | 138.43 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 34 | 0 | 0.97 | 0.08 | 0.85 | 305 | 0.95 | 0.07 |
| Hex | 25 | 1 | 22 | 0 | 61 | 8 | 55 | 131 | 5F | 7 |
| Octal | 45 | 1 | 42 | 0 | 141 | 10 | 125 | 461 | 137 | 7 |
| Binary | 100101 | 1 | 100010 | 0 | 1100001 | 1000 | 1010101 | 100110001 | 1011111 | 111 |
Color Harmonies of #250122
Complementary color
Monochromatic Colors of #250122
Black with #250122
Text Example
Text Example
White with #250122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250122; }
p { color: rgb(37,1,34); }
H1.HeaderClassName
{
color: #250122;
}
.AnyTagClassName
{
color: #250122;
}
</style>
background-color css
<style>
a { background-color: #250122; }
a { background-color: rgb(37,1,34); }
div.DivClassName
{
background-color: #250122;
}
.BgClassName
{
background-color: #250122;
}
</style>
border-color css
<style>
span { border-color: #250122; }
span { border-color: rgb(37,1,34); }
td.TdClassName
{
border-color: #250122;
}
.TagClassName
{
border-color: #250122;
}
</style>