Shades of Melanzane #25181F
Tints of Melanzane #25181F
RGB
CMYK
RGB Variations
Color information
#25181F (or 0x25181F) is known color: Melanzane. HEX triplet: 25, 18 and 1F. RGB value is (37,24,31). Sum of RGB (Red+Green+Blue) = 37+24+31=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 37 - color contains mainly: red. Hex color #25181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25181F is #DAE7E0. Grayscale: #1C1C1C. Windows color (decimal): -14346209 or 2037797. OLE color: 2037797.
HSL color Cylindrical-coordinate representation of color #25181F: hue angle of 327.69º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #25181F is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 24 | 31 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.85 |
| HSL | 327.69º | 0.21% | 0.12% | - |
| HSV(B) | 327.69º | 0.35% | 0.15% | - |
| XYZ | 1.34 | 1.15 | 1.45 | - |
| YUV | 28.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 31 | 0 | 0.35 | 0.16 | 0.85 | 327.69 | 0.21 | 0.12 |
| Hex | 25 | 18 | 1F | 0 | 23 | 10 | 55 | 148 | 15 | C |
| Octal | 45 | 30 | 37 | 0 | 43 | 20 | 125 | 510 | 25 | 14 |
| Binary | 100101 | 11000 | 11111 | 0 | 100011 | 10000 | 1010101 | 101001000 | 10101 | 1100 |
Color Harmonies of #25181F
Complementary color
Monochromatic Colors of #25181F
Black with #25181F
Text Example
Text Example
White with #25181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25181F; }
p { color: rgb(37,24,31); }
H1.HeaderClassName
{
color: #25181F;
}
.AnyTagClassName
{
color: #25181F;
}
</style>
background-color css
<style>
a { background-color: #25181F; }
a { background-color: rgb(37,24,31); }
div.DivClassName
{
background-color: #25181F;
}
.BgClassName
{
background-color: #25181F;
}
</style>
border-color css
<style>
span { border-color: #25181F; }
span { border-color: rgb(37,24,31); }
td.TdClassName
{
border-color: #25181F;
}
.TagClassName
{
border-color: #25181F;
}
</style>