Shades of Melanzane #250D1F
Tints of Melanzane #250D1F
RGB
CMYK
RGB Variations
Color information
#250D1F (or 0x250D1F) is known color: Melanzane. HEX triplet: 25, 0D and 1F. RGB value is (37,13,31). Sum of RGB (Red+Green+Blue) = 37+13+31=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 31 (12.5% from 255 or 38.27% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #250D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D1F is #DAF2E0. Grayscale: #161616. Windows color (decimal): -14349025 or 2034981. OLE color: 2034981.
HSL color Cylindrical-coordinate representation of color #250D1F: hue angle of 315º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #250D1F is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 13 | 31 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.85 |
| HSL | 315º | 0.48% | 0.1% | - |
| HSV(B) | 315º | 0.65% | 0.15% | - |
| XYZ | 1.15 | 0.78 | 1.39 | - |
| YUV | 22.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 31 | 0 | 0.65 | 0.16 | 0.85 | 315 | 0.48 | 0.1 |
| Hex | 25 | D | 1F | 0 | 41 | 10 | 55 | 13B | 30 | A |
| Octal | 45 | 15 | 37 | 0 | 101 | 20 | 125 | 473 | 60 | 12 |
| Binary | 100101 | 1101 | 11111 | 0 | 1000001 | 10000 | 1010101 | 100111011 | 110000 | 1010 |
Color Harmonies of #250D1F
Complementary color
Monochromatic Colors of #250D1F
Black with #250D1F
Text Example
Text Example
White with #250D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D1F; }
p { color: rgb(37,13,31); }
H1.HeaderClassName
{
color: #250D1F;
}
.AnyTagClassName
{
color: #250D1F;
}
</style>
background-color css
<style>
a { background-color: #250D1F; }
a { background-color: rgb(37,13,31); }
div.DivClassName
{
background-color: #250D1F;
}
.BgClassName
{
background-color: #250D1F;
}
</style>
border-color css
<style>
span { border-color: #250D1F; }
span { border-color: rgb(37,13,31); }
td.TdClassName
{
border-color: #250D1F;
}
.TagClassName
{
border-color: #250D1F;
}
</style>