Shades of Melanzane #25111F
Tints of Melanzane #25111F
RGB
CMYK
RGB Variations
Color information
#25111F (or 0x25111F) is known color: Melanzane. HEX triplet: 25, 11 and 1F. RGB value is (37,17,31). Sum of RGB (Red+Green+Blue) = 37+17+31=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #25111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25111F is #DAEEE0. Grayscale: #181818. Windows color (decimal): -14348001 or 2036005. OLE color: 2036005.
HSL color Cylindrical-coordinate representation of color #25111F: hue angle of 318º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #25111F is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 17 | 31 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.85 |
| HSL | 318º | 0.37% | 0.11% | - |
| HSV(B) | 318º | 0.54% | 0.15% | - |
| XYZ | 1.21 | 0.89 | 1.4 | - |
| YUV | 24.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 31 | 0 | 0.54 | 0.16 | 0.85 | 318 | 0.37 | 0.11 |
| Hex | 25 | 11 | 1F | 0 | 36 | 10 | 55 | 13E | 25 | B |
| Octal | 45 | 21 | 37 | 0 | 66 | 20 | 125 | 476 | 45 | 13 |
| Binary | 100101 | 10001 | 11111 | 0 | 110110 | 10000 | 1010101 | 100111110 | 100101 | 1011 |
Color Harmonies of #25111F
Complementary color
Monochromatic Colors of #25111F
Black with #25111F
Text Example
Text Example
White with #25111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25111F; }
p { color: rgb(37,17,31); }
H1.HeaderClassName
{
color: #25111F;
}
.AnyTagClassName
{
color: #25111F;
}
</style>
background-color css
<style>
a { background-color: #25111F; }
a { background-color: rgb(37,17,31); }
div.DivClassName
{
background-color: #25111F;
}
.BgClassName
{
background-color: #25111F;
}
</style>
border-color css
<style>
span { border-color: #25111F; }
span { border-color: rgb(37,17,31); }
td.TdClassName
{
border-color: #25111F;
}
.TagClassName
{
border-color: #25111F;
}
</style>