Shades of Mardi Gras #250123
Tints of Mardi Gras #250123
RGB
CMYK
RGB Variations
Color information
#250123 (or 0x250123) is known color: Mardi Gras. HEX triplet: 25, 01 and 23. RGB value is (37,1,35). Sum of RGB (Red+Green+Blue) = 37+1+35=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 35 (14.06% from 255 or 47.95% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #250123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250123 is #DAFEDC. Grayscale: #0F0F0F. Windows color (decimal): -14352093 or 2294053. OLE color: 2294053.
HSL color Cylindrical-coordinate representation of color #250123: hue angle of 303.33º 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 #250123 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 1 | 35 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.85 |
| HSL | 303.33º | 0.95% | 0.07% | - |
| HSV(B) | 303.33º | 0.97% | 0.15% | - |
| XYZ | 1.08 | 0.54 | 1.64 | - |
| YUV | 15.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 35 | 0 | 0.97 | 0.05 | 0.85 | 303.33 | 0.95 | 0.07 |
| Hex | 25 | 1 | 23 | 0 | 61 | 5 | 55 | 12F | 5F | 7 |
| Octal | 45 | 1 | 43 | 0 | 141 | 5 | 125 | 457 | 137 | 7 |
| Binary | 100101 | 1 | 100011 | 0 | 1100001 | 101 | 1010101 | 100101111 | 1011111 | 111 |
Color Harmonies of #250123
Complementary color
Monochromatic Colors of #250123
Black with #250123
Text Example
Text Example
White with #250123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250123; }
p { color: rgb(37,1,35); }
H1.HeaderClassName
{
color: #250123;
}
.AnyTagClassName
{
color: #250123;
}
</style>
background-color css
<style>
a { background-color: #250123; }
a { background-color: rgb(37,1,35); }
div.DivClassName
{
background-color: #250123;
}
.BgClassName
{
background-color: #250123;
}
</style>
border-color css
<style>
span { border-color: #250123; }
span { border-color: rgb(37,1,35); }
td.TdClassName
{
border-color: #250123;
}
.TagClassName
{
border-color: #250123;
}
</style>