Shades of Melanzane #25161F
Tints of Melanzane #25161F
RGB
CMYK
RGB Variations
Color information
#25161F (or 0x25161F) is known color: Melanzane. HEX triplet: 25, 16 and 1F. RGB value is (37,22,31). Sum of RGB (Red+Green+Blue) = 37+22+31=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #25161F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25161F is #DAE9E0. Grayscale: #1B1B1B. Windows color (decimal): -14346721 or 2037285. OLE color: 2037285.
HSL color Cylindrical-coordinate representation of color #25161F: hue angle of 324º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #25161F is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 22 | 31 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.85 |
| HSL | 324º | 0.25% | 0.12% | - |
| HSV(B) | 324º | 0.41% | 0.15% | - |
| XYZ | 1.3 | 1.07 | 1.43 | - |
| YUV | 27.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 22 | 31 | 0 | 0.41 | 0.16 | 0.85 | 324 | 0.25 | 0.12 |
| Hex | 25 | 16 | 1F | 0 | 29 | 10 | 55 | 144 | 19 | C |
| Octal | 45 | 26 | 37 | 0 | 51 | 20 | 125 | 504 | 31 | 14 |
| Binary | 100101 | 10110 | 11111 | 0 | 101001 | 10000 | 1010101 | 101000100 | 11001 | 1100 |
Color Harmonies of #25161F
Complementary color
Monochromatic Colors of #25161F
Black with #25161F
Text Example
Text Example
White with #25161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25161F; }
p { color: rgb(37,22,31); }
H1.HeaderClassName
{
color: #25161F;
}
.AnyTagClassName
{
color: #25161F;
}
</style>
background-color css
<style>
a { background-color: #25161F; }
a { background-color: rgb(37,22,31); }
div.DivClassName
{
background-color: #25161F;
}
.BgClassName
{
background-color: #25161F;
}
</style>
border-color css
<style>
span { border-color: #25161F; }
span { border-color: rgb(37,22,31); }
td.TdClassName
{
border-color: #25161F;
}
.TagClassName
{
border-color: #25161F;
}
</style>