Shades of Melanzane #25091F
Tints of Melanzane #25091F
RGB
CMYK
RGB Variations
Color information
#25091F (or 0x25091F) is known color: Melanzane. HEX triplet: 25, 09 and 1F. RGB value is (37,9,31). Sum of RGB (Red+Green+Blue) = 37+9+31=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #25091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25091F is #DAF6E0. Grayscale: #131313. Windows color (decimal): -14350049 or 2033957. OLE color: 2033957.
HSL color Cylindrical-coordinate representation of color #25091F: hue angle of 312.86º 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 #25091F is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 9 | 31 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.85 |
| HSL | 312.86º | 0.61% | 0.09% | - |
| HSV(B) | 312.86º | 0.76% | 0.15% | - |
| XYZ | 1.11 | 0.69 | 1.37 | - |
| YUV | 19.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 9 | 31 | 0 | 0.76 | 0.16 | 0.85 | 312.86 | 0.61 | 0.09 |
| Hex | 25 | 9 | 1F | 0 | 4C | 10 | 55 | 139 | 3D | 9 |
| Octal | 45 | 11 | 37 | 0 | 114 | 20 | 125 | 471 | 75 | 11 |
| Binary | 100101 | 1001 | 11111 | 0 | 1001100 | 10000 | 1010101 | 100111001 | 111101 | 1001 |
Color Harmonies of #25091F
Complementary color
Monochromatic Colors of #25091F
Black with #25091F
Text Example
Text Example
White with #25091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25091F; }
p { color: rgb(37,9,31); }
H1.HeaderClassName
{
color: #25091F;
}
.AnyTagClassName
{
color: #25091F;
}
</style>
background-color css
<style>
a { background-color: #25091F; }
a { background-color: rgb(37,9,31); }
div.DivClassName
{
background-color: #25091F;
}
.BgClassName
{
background-color: #25091F;
}
</style>
border-color css
<style>
span { border-color: #25091F; }
span { border-color: rgb(37,9,31); }
td.TdClassName
{
border-color: #25091F;
}
.TagClassName
{
border-color: #25091F;
}
</style>