Shades of Mardi Gras #250F27
Tints of Mardi Gras #250F27
RGB
CMYK
RGB Variations
Color information
#250F27 (or 0x250F27) is known color: Mardi Gras. HEX triplet: 25, 0F and 27. RGB value is (37,15,39). Sum of RGB (Red+Green+Blue) = 37+15+39=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: blue. Hex color #250F27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F27 is #DAF0D8. Grayscale: #181818. Windows color (decimal): -14348505 or 2559781. OLE color: 2559781.
HSL color Cylindrical-coordinate representation of color #250F27: hue angle of 295º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #250F27 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 15 | 39 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.85 |
| HSL | 295º | 0.44% | 0.11% | - |
| HSV(B) | 295º | 0.62% | 0.15% | - |
| XYZ | 1.3 | 0.88 | 2.02 | - |
| YUV | 24.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 39 | 0.05 | 0.62 | 0 | 0.85 | 295 | 0.44 | 0.11 |
| Hex | 25 | F | 27 | 5 | 3E | 0 | 55 | 127 | 2C | B |
| Octal | 45 | 17 | 47 | 5 | 76 | 0 | 125 | 447 | 54 | 13 |
| Binary | 100101 | 1111 | 100111 | 101 | 111110 | 0 | 1010101 | 100100111 | 101100 | 1011 |
Color Harmonies of #250F27
Complementary color
Monochromatic Colors of #250F27
Black with #250F27
Text Example
Text Example
White with #250F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F27; }
p { color: rgb(37,15,39); }
H1.HeaderClassName
{
color: #250F27;
}
.AnyTagClassName
{
color: #250F27;
}
</style>
background-color css
<style>
a { background-color: #250F27; }
a { background-color: rgb(37,15,39); }
div.DivClassName
{
background-color: #250F27;
}
.BgClassName
{
background-color: #250F27;
}
</style>
border-color css
<style>
span { border-color: #250F27; }
span { border-color: rgb(37,15,39); }
td.TdClassName
{
border-color: #250F27;
}
.TagClassName
{
border-color: #250F27;
}
</style>