Shades of Mardi Gras #250127
Tints of Mardi Gras #250127
RGB
CMYK
RGB Variations
Color information
#250127 (or 0x250127) is known color: Mardi Gras. HEX triplet: 25, 01 and 27. RGB value is (37,1,39). Sum of RGB (Red+Green+Blue) = 37+1+39=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #250127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250127 is #DAFED8. Grayscale: #0F0F0F. Windows color (decimal): -14352089 or 2556197. OLE color: 2556197.
HSL color Cylindrical-coordinate representation of color #250127: hue angle of 296.84º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250127 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 1 | 39 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.85 |
| HSL | 296.84º | 0.95% | 0.08% | - |
| HSV(B) | 296.84º | 0.97% | 0.15% | - |
| XYZ | 1.14 | 0.56 | 1.97 | - |
| YUV | 16.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 39 | 0.05 | 0.97 | 0 | 0.85 | 296.84 | 0.95 | 0.08 |
| Hex | 25 | 1 | 27 | 5 | 61 | 0 | 55 | 129 | 5F | 8 |
| Octal | 45 | 1 | 47 | 5 | 141 | 0 | 125 | 451 | 137 | 10 |
| Binary | 100101 | 1 | 100111 | 101 | 1100001 | 0 | 1010101 | 100101001 | 1011111 | 1000 |
Color Harmonies of #250127
Complementary color
Monochromatic Colors of #250127
Black with #250127
Text Example
Text Example
White with #250127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250127; }
p { color: rgb(37,1,39); }
H1.HeaderClassName
{
color: #250127;
}
.AnyTagClassName
{
color: #250127;
}
</style>
background-color css
<style>
a { background-color: #250127; }
a { background-color: rgb(37,1,39); }
div.DivClassName
{
background-color: #250127;
}
.BgClassName
{
background-color: #250127;
}
</style>
border-color css
<style>
span { border-color: #250127; }
span { border-color: rgb(37,1,39); }
td.TdClassName
{
border-color: #250127;
}
.TagClassName
{
border-color: #250127;
}
</style>