Shades of Melanzane #250E1F
Tints of Melanzane #250E1F
RGB
CMYK
RGB Variations
Color information
#250E1F (or 0x250E1F) is known color: Melanzane. HEX triplet: 25, 0E and 1F. RGB value is (37,14,31). Sum of RGB (Red+Green+Blue) = 37+14+31=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #250E1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E1F is #DAF1E0. Grayscale: #161616. Windows color (decimal): -14348769 or 2035237. OLE color: 2035237.
HSL color Cylindrical-coordinate representation of color #250E1F: hue angle of 315.65º 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 #250E1F is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 14 | 31 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.85 |
| HSL | 315.65º | 0.45% | 0.1% | - |
| HSV(B) | 315.65º | 0.62% | 0.15% | - |
| XYZ | 1.17 | 0.81 | 1.39 | - |
| YUV | 22.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 31 | 0 | 0.62 | 0.16 | 0.85 | 315.65 | 0.45 | 0.1 |
| Hex | 25 | E | 1F | 0 | 3E | 10 | 55 | 13C | 2D | A |
| Octal | 45 | 16 | 37 | 0 | 76 | 20 | 125 | 474 | 55 | 12 |
| Binary | 100101 | 1110 | 11111 | 0 | 111110 | 10000 | 1010101 | 100111100 | 101101 | 1010 |
Color Harmonies of #250E1F
Complementary color
Monochromatic Colors of #250E1F
Black with #250E1F
Text Example
Text Example
White with #250E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250E1F; }
p { color: rgb(37,14,31); }
H1.HeaderClassName
{
color: #250E1F;
}
.AnyTagClassName
{
color: #250E1F;
}
</style>
background-color css
<style>
a { background-color: #250E1F; }
a { background-color: rgb(37,14,31); }
div.DivClassName
{
background-color: #250E1F;
}
.BgClassName
{
background-color: #250E1F;
}
</style>
border-color css
<style>
span { border-color: #250E1F; }
span { border-color: rgb(37,14,31); }
td.TdClassName
{
border-color: #250E1F;
}
.TagClassName
{
border-color: #250E1F;
}
</style>