Shades of Melanzane #25101F
Tints of Melanzane #25101F
RGB
CMYK
RGB Variations
Color information
#25101F (or 0x25101F) is known color: Melanzane. HEX triplet: 25, 10 and 1F. RGB value is (37,16,31). Sum of RGB (Red+Green+Blue) = 37+16+31=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 37 - color contains mainly: red. Hex color #25101F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25101F is #DAEFE0. Grayscale: #171717. Windows color (decimal): -14348257 or 2035749. OLE color: 2035749.
HSL color Cylindrical-coordinate representation of color #25101F: hue angle of 317.14º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #25101F is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 16 | 31 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.85 |
| HSL | 317.14º | 0.4% | 0.1% | - |
| HSV(B) | 317.14º | 0.57% | 0.15% | - |
| XYZ | 1.2 | 0.86 | 1.4 | - |
| YUV | 23.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 31 | 0 | 0.57 | 0.16 | 0.85 | 317.14 | 0.4 | 0.1 |
| Hex | 25 | 10 | 1F | 0 | 39 | 10 | 55 | 13D | 28 | A |
| Octal | 45 | 20 | 37 | 0 | 71 | 20 | 125 | 475 | 50 | 12 |
| Binary | 100101 | 10000 | 11111 | 0 | 111001 | 10000 | 1010101 | 100111101 | 101000 | 1010 |
Color Harmonies of #25101F
Complementary color
Monochromatic Colors of #25101F
Black with #25101F
Text Example
Text Example
White with #25101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25101F; }
p { color: rgb(37,16,31); }
H1.HeaderClassName
{
color: #25101F;
}
.AnyTagClassName
{
color: #25101F;
}
</style>
background-color css
<style>
a { background-color: #25101F; }
a { background-color: rgb(37,16,31); }
div.DivClassName
{
background-color: #25101F;
}
.BgClassName
{
background-color: #25101F;
}
</style>
border-color css
<style>
span { border-color: #25101F; }
span { border-color: rgb(37,16,31); }
td.TdClassName
{
border-color: #25101F;
}
.TagClassName
{
border-color: #25101F;
}
</style>