Shades of Melanzane #25171F
Tints of Melanzane #25171F
RGB
CMYK
RGB Variations
Color information
#25171F (or 0x25171F) is known color: Melanzane. HEX triplet: 25, 17 and 1F. RGB value is (37,23,31). Sum of RGB (Red+Green+Blue) = 37+23+31=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 37 - color contains mainly: red. Hex color #25171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25171F is #DAE8E0. Grayscale: #1C1C1C. Windows color (decimal): -14346465 or 2037541. OLE color: 2037541.
HSL color Cylindrical-coordinate representation of color #25171F: hue angle of 325.71º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #25171F is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 23 | 31 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.85 |
| HSL | 325.71º | 0.23% | 0.12% | - |
| HSV(B) | 325.71º | 0.38% | 0.15% | - |
| XYZ | 1.32 | 1.11 | 1.44 | - |
| YUV | 28.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 23 | 31 | 0 | 0.38 | 0.16 | 0.85 | 325.71 | 0.23 | 0.12 |
| Hex | 25 | 17 | 1F | 0 | 26 | 10 | 55 | 146 | 17 | C |
| Octal | 45 | 27 | 37 | 0 | 46 | 20 | 125 | 506 | 27 | 14 |
| Binary | 100101 | 10111 | 11111 | 0 | 100110 | 10000 | 1010101 | 101000110 | 10111 | 1100 |
Color Harmonies of #25171F
Complementary color
Monochromatic Colors of #25171F
Black with #25171F
Text Example
Text Example
White with #25171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25171F; }
p { color: rgb(37,23,31); }
H1.HeaderClassName
{
color: #25171F;
}
.AnyTagClassName
{
color: #25171F;
}
</style>
background-color css
<style>
a { background-color: #25171F; }
a { background-color: rgb(37,23,31); }
div.DivClassName
{
background-color: #25171F;
}
.BgClassName
{
background-color: #25171F;
}
</style>
border-color css
<style>
span { border-color: #25171F; }
span { border-color: rgb(37,23,31); }
td.TdClassName
{
border-color: #25171F;
}
.TagClassName
{
border-color: #25171F;
}
</style>