Shades of Melanzane #25131E
Tints of Melanzane #25131E
RGB
CMYK
RGB Variations
Color information
#25131E (or 0x25131E) is known color: Melanzane. HEX triplet: 25, 13 and 1E. RGB value is (37,19,30). Sum of RGB (Red+Green+Blue) = 37+19+30=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 37 - color contains mainly: red. Hex color #25131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25131E is #DAECE1. Grayscale: #191919. Windows color (decimal): -14347490 or 1970981. OLE color: 1970981.
HSL color Cylindrical-coordinate representation of color #25131E: hue angle of 323.33º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #25131E is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 19 | 30 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.85 |
| HSL | 323.33º | 0.32% | 0.11% | - |
| HSV(B) | 323.33º | 0.49% | 0.15% | - |
| XYZ | 1.23 | 0.95 | 1.35 | - |
| YUV | 25.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 30 | 0 | 0.49 | 0.19 | 0.85 | 323.33 | 0.32 | 0.11 |
| Hex | 25 | 13 | 1E | 0 | 31 | 13 | 55 | 143 | 20 | B |
| Octal | 45 | 23 | 36 | 0 | 61 | 23 | 125 | 503 | 40 | 13 |
| Binary | 100101 | 10011 | 11110 | 0 | 110001 | 10011 | 1010101 | 101000011 | 100000 | 1011 |
Color Harmonies of #25131E
Complementary color
Monochromatic Colors of #25131E
Black with #25131E
Text Example
Text Example
White with #25131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25131E; }
p { color: rgb(37,19,30); }
H1.HeaderClassName
{
color: #25131E;
}
.AnyTagClassName
{
color: #25131E;
}
</style>
background-color css
<style>
a { background-color: #25131E; }
a { background-color: rgb(37,19,30); }
div.DivClassName
{
background-color: #25131E;
}
.BgClassName
{
background-color: #25131E;
}
</style>
border-color css
<style>
span { border-color: #25131E; }
span { border-color: rgb(37,19,30); }
td.TdClassName
{
border-color: #25131E;
}
.TagClassName
{
border-color: #25131E;
}
</style>