Shades of Melanzane #250A1E
Tints of Melanzane #250A1E
RGB
CMYK
RGB Variations
Color information
#250A1E (or 0x250A1E) is known color: Melanzane. HEX triplet: 25, 0A and 1E. RGB value is (37,10,30). Sum of RGB (Red+Green+Blue) = 37+10+30=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #250A1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A1E is #DAF5E1. Grayscale: #141414. Windows color (decimal): -14349794 or 1968677. OLE color: 1968677.
HSL color Cylindrical-coordinate representation of color #250A1E: hue angle of 315.56º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #250A1E is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 10 | 30 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.85 |
| HSL | 315.56º | 0.57% | 0.09% | - |
| HSV(B) | 315.56º | 0.73% | 0.15% | - |
| XYZ | 1.11 | 0.7 | 1.31 | - |
| YUV | 20.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 30 | 0 | 0.73 | 0.19 | 0.85 | 315.56 | 0.57 | 0.09 |
| Hex | 25 | A | 1E | 0 | 49 | 13 | 55 | 13C | 39 | 9 |
| Octal | 45 | 12 | 36 | 0 | 111 | 23 | 125 | 474 | 71 | 11 |
| Binary | 100101 | 1010 | 11110 | 0 | 1001001 | 10011 | 1010101 | 100111100 | 111001 | 1001 |
Color Harmonies of #250A1E
Complementary color
Monochromatic Colors of #250A1E
Black with #250A1E
Text Example
Text Example
White with #250A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250A1E; }
p { color: rgb(37,10,30); }
H1.HeaderClassName
{
color: #250A1E;
}
.AnyTagClassName
{
color: #250A1E;
}
</style>
background-color css
<style>
a { background-color: #250A1E; }
a { background-color: rgb(37,10,30); }
div.DivClassName
{
background-color: #250A1E;
}
.BgClassName
{
background-color: #250A1E;
}
</style>
border-color css
<style>
span { border-color: #250A1E; }
span { border-color: rgb(37,10,30); }
td.TdClassName
{
border-color: #250A1E;
}
.TagClassName
{
border-color: #250A1E;
}
</style>