Shades of Mardi Gras #250322
Tints of Mardi Gras #250322
RGB
CMYK
RGB Variations
Color information
#250322 (or 0x250322) is known color: Mardi Gras. HEX triplet: 25, 03 and 22. RGB value is (37,3,34). Sum of RGB (Red+Green+Blue) = 37+3+34=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 34 (13.67% from 255 or 45.95% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #250322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250322 is #DAFCDD. Grayscale: #101010. Windows color (decimal): -14351582 or 2229029. OLE color: 2229029.
HSL color Cylindrical-coordinate representation of color #250322: hue angle of 305.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 #250322 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 3 | 34 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.85 |
| HSL | 305.29º | 0.85% | 0.08% | - |
| HSV(B) | 305.29º | 0.92% | 0.15% | - |
| XYZ | 1.08 | 0.57 | 1.57 | - |
| YUV | 16.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 34 | 0 | 0.92 | 0.08 | 0.85 | 305.29 | 0.85 | 0.08 |
| Hex | 25 | 3 | 22 | 0 | 5C | 8 | 55 | 131 | 55 | 8 |
| Octal | 45 | 3 | 42 | 0 | 134 | 10 | 125 | 461 | 125 | 10 |
| Binary | 100101 | 11 | 100010 | 0 | 1011100 | 1000 | 1010101 | 100110001 | 1010101 | 1000 |
Color Harmonies of #250322
Complementary color
Monochromatic Colors of #250322
Black with #250322
Text Example
Text Example
White with #250322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250322; }
p { color: rgb(37,3,34); }
H1.HeaderClassName
{
color: #250322;
}
.AnyTagClassName
{
color: #250322;
}
</style>
background-color css
<style>
a { background-color: #250322; }
a { background-color: rgb(37,3,34); }
div.DivClassName
{
background-color: #250322;
}
.BgClassName
{
background-color: #250322;
}
</style>
border-color css
<style>
span { border-color: #250322; }
span { border-color: rgb(37,3,34); }
td.TdClassName
{
border-color: #250322;
}
.TagClassName
{
border-color: #250322;
}
</style>