Shades of Melanzane #25061E
Tints of Melanzane #25061E
RGB
CMYK
RGB Variations
Color information
#25061E (or 0x25061E) is known color: Melanzane. HEX triplet: 25, 06 and 1E. RGB value is (37,6,30). Sum of RGB (Red+Green+Blue) = 37+6+30=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #25061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25061E is #DAF9E1. Grayscale: #111111. Windows color (decimal): -14350818 or 1967653. OLE color: 1967653.
HSL color Cylindrical-coordinate representation of color #25061E: hue angle of 313.55º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25061E is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 6 | 30 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.85 |
| HSL | 313.55º | 0.72% | 0.08% | - |
| HSV(B) | 313.55º | 0.84% | 0.15% | - |
| XYZ | 1.06 | 0.62 | 1.29 | - |
| YUV | 18.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 30 | 0 | 0.84 | 0.19 | 0.85 | 313.55 | 0.72 | 0.08 |
| Hex | 25 | 6 | 1E | 0 | 54 | 13 | 55 | 13A | 48 | 8 |
| Octal | 45 | 6 | 36 | 0 | 124 | 23 | 125 | 472 | 110 | 10 |
| Binary | 100101 | 110 | 11110 | 0 | 1010100 | 10011 | 1010101 | 100111010 | 1001000 | 1000 |
Color Harmonies of #25061E
Complementary color
Monochromatic Colors of #25061E
Black with #25061E
Text Example
Text Example
White with #25061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25061E; }
p { color: rgb(37,6,30); }
H1.HeaderClassName
{
color: #25061E;
}
.AnyTagClassName
{
color: #25061E;
}
</style>
background-color css
<style>
a { background-color: #25061E; }
a { background-color: rgb(37,6,30); }
div.DivClassName
{
background-color: #25061E;
}
.BgClassName
{
background-color: #25061E;
}
</style>
border-color css
<style>
span { border-color: #25061E; }
span { border-color: rgb(37,6,30); }
td.TdClassName
{
border-color: #25061E;
}
.TagClassName
{
border-color: #25061E;
}
</style>