Shades of Mardi Gras #250227
Tints of Mardi Gras #250227
RGB
CMYK
RGB Variations
Color information
#250227 (or 0x250227) is known color: Mardi Gras. HEX triplet: 25, 02 and 27. RGB value is (37,2,39). Sum of RGB (Red+Green+Blue) = 37+2+39=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 39 (15.62% from 255 or 50% from 78); Max value from RGB is 39 - color contains mainly: blue. Hex color #250227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250227 is #DAFDD8. Grayscale: #101010. Windows color (decimal): -14351833 or 2556453. OLE color: 2556453.
HSL color Cylindrical-coordinate representation of color #250227: hue angle of 296.76º 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 #250227 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 2 | 39 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.85 |
| HSL | 296.76º | 0.9% | 0.08% | - |
| HSV(B) | 296.76º | 0.95% | 0.15% | - |
| XYZ | 1.15 | 0.58 | 1.97 | - |
| YUV | 16.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 39 | 0.05 | 0.95 | 0 | 0.85 | 296.76 | 0.9 | 0.08 |
| Hex | 25 | 2 | 27 | 5 | 5F | 0 | 55 | 129 | 5A | 8 |
| Octal | 45 | 2 | 47 | 5 | 137 | 0 | 125 | 451 | 132 | 10 |
| Binary | 100101 | 10 | 100111 | 101 | 1011111 | 0 | 1010101 | 100101001 | 1011010 | 1000 |
Color Harmonies of #250227
Complementary color
Monochromatic Colors of #250227
Black with #250227
Text Example
Text Example
White with #250227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250227; }
p { color: rgb(37,2,39); }
H1.HeaderClassName
{
color: #250227;
}
.AnyTagClassName
{
color: #250227;
}
</style>
background-color css
<style>
a { background-color: #250227; }
a { background-color: rgb(37,2,39); }
div.DivClassName
{
background-color: #250227;
}
.BgClassName
{
background-color: #250227;
}
</style>
border-color css
<style>
span { border-color: #250227; }
span { border-color: rgb(37,2,39); }
td.TdClassName
{
border-color: #250227;
}
.TagClassName
{
border-color: #250227;
}
</style>