Shades of Mardi Gras #250222
Tints of Mardi Gras #250222
RGB
CMYK
RGB Variations
Color information
#250222 (or 0x250222) is known color: Mardi Gras. HEX triplet: 25, 02 and 22. RGB value is (37,2,34). Sum of RGB (Red+Green+Blue) = 37+2+34=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 34 (13.67% from 255 or 46.58% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #250222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250222 is #DAFDDD. Grayscale: #101010. Windows color (decimal): -14351838 or 2228773. OLE color: 2228773.
HSL color Cylindrical-coordinate representation of color #250222: hue angle of 305.14º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250222 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 2 | 34 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.85 |
| HSL | 305.14º | 0.9% | 0.08% | - |
| HSV(B) | 305.14º | 0.95% | 0.15% | - |
| XYZ | 1.07 | 0.55 | 1.56 | - |
| YUV | 16.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 34 | 0 | 0.95 | 0.08 | 0.85 | 305.14 | 0.9 | 0.08 |
| Hex | 25 | 2 | 22 | 0 | 5F | 8 | 55 | 131 | 5A | 8 |
| Octal | 45 | 2 | 42 | 0 | 137 | 10 | 125 | 461 | 132 | 10 |
| Binary | 100101 | 10 | 100010 | 0 | 1011111 | 1000 | 1010101 | 100110001 | 1011010 | 1000 |
Color Harmonies of #250222
Complementary color
Monochromatic Colors of #250222
Black with #250222
Text Example
Text Example
White with #250222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250222; }
p { color: rgb(37,2,34); }
H1.HeaderClassName
{
color: #250222;
}
.AnyTagClassName
{
color: #250222;
}
</style>
background-color css
<style>
a { background-color: #250222; }
a { background-color: rgb(37,2,34); }
div.DivClassName
{
background-color: #250222;
}
.BgClassName
{
background-color: #250222;
}
</style>
border-color css
<style>
span { border-color: #250222; }
span { border-color: rgb(37,2,34); }
td.TdClassName
{
border-color: #250222;
}
.TagClassName
{
border-color: #250222;
}
</style>