Shades of Melanzane #250E20
Tints of Melanzane #250E20
RGB
CMYK
RGB Variations
Color information
#250E20 (or 0x250E20) is known color: Melanzane. HEX triplet: 25, 0E and 20. RGB value is (37,14,32). Sum of RGB (Red+Green+Blue) = 37+14+32=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #250E20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E20 is #DAF1DF. Grayscale: #161616. Windows color (decimal): -14348768 or 2100773. OLE color: 2100773.
HSL color Cylindrical-coordinate representation of color #250E20: hue angle of 313.04º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #250E20 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 14 | 32 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.85 |
| HSL | 313.04º | 0.45% | 0.1% | - |
| HSV(B) | 313.04º | 0.62% | 0.15% | - |
| XYZ | 1.18 | 0.81 | 1.46 | - |
| YUV | 22.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 32 | 0 | 0.62 | 0.14 | 0.85 | 313.04 | 0.45 | 0.1 |
| Hex | 25 | E | 20 | 0 | 3E | E | 55 | 139 | 2D | A |
| Octal | 45 | 16 | 40 | 0 | 76 | 16 | 125 | 471 | 55 | 12 |
| Binary | 100101 | 1110 | 100000 | 0 | 111110 | 1110 | 1010101 | 100111001 | 101101 | 1010 |
Color Harmonies of #250E20
Complementary color
Monochromatic Colors of #250E20
Black with #250E20
Text Example
Text Example
White with #250E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250E20; }
p { color: rgb(37,14,32); }
H1.HeaderClassName
{
color: #250E20;
}
.AnyTagClassName
{
color: #250E20;
}
</style>
background-color css
<style>
a { background-color: #250E20; }
a { background-color: rgb(37,14,32); }
div.DivClassName
{
background-color: #250E20;
}
.BgClassName
{
background-color: #250E20;
}
</style>
border-color css
<style>
span { border-color: #250E20; }
span { border-color: rgb(37,14,32); }
td.TdClassName
{
border-color: #250E20;
}
.TagClassName
{
border-color: #250E20;
}
</style>