Shades of Melanzane #25091E
Tints of Melanzane #25091E
RGB
CMYK
RGB Variations
Color information
#25091E (or 0x25091E) is known color: Melanzane. HEX triplet: 25, 09 and 1E. RGB value is (37,9,30). Sum of RGB (Red+Green+Blue) = 37+9+30=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #25091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25091E is #DAF6E1. Grayscale: #131313. Windows color (decimal): -14350050 or 1968421. OLE color: 1968421.
HSL color Cylindrical-coordinate representation of color #25091E: hue angle of 315º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25091E is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 9 | 30 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.85 |
| HSL | 315º | 0.61% | 0.09% | - |
| HSV(B) | 315º | 0.76% | 0.15% | - |
| XYZ | 1.09 | 0.68 | 1.3 | - |
| YUV | 19.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 9 | 30 | 0 | 0.76 | 0.19 | 0.85 | 315 | 0.61 | 0.09 |
| Hex | 25 | 9 | 1E | 0 | 4C | 13 | 55 | 13B | 3D | 9 |
| Octal | 45 | 11 | 36 | 0 | 114 | 23 | 125 | 473 | 75 | 11 |
| Binary | 100101 | 1001 | 11110 | 0 | 1001100 | 10011 | 1010101 | 100111011 | 111101 | 1001 |
Color Harmonies of #25091E
Complementary color
Monochromatic Colors of #25091E
Black with #25091E
Text Example
Text Example
White with #25091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25091E; }
p { color: rgb(37,9,30); }
H1.HeaderClassName
{
color: #25091E;
}
.AnyTagClassName
{
color: #25091E;
}
</style>
background-color css
<style>
a { background-color: #25091E; }
a { background-color: rgb(37,9,30); }
div.DivClassName
{
background-color: #25091E;
}
.BgClassName
{
background-color: #25091E;
}
</style>
border-color css
<style>
span { border-color: #25091E; }
span { border-color: rgb(37,9,30); }
td.TdClassName
{
border-color: #25091E;
}
.TagClassName
{
border-color: #25091E;
}
</style>