Shades of Melanzane #250F1D
Tints of Melanzane #250F1D
RGB
CMYK
RGB Variations
Color information
#250F1D (or 0x250F1D) is known color: Melanzane. HEX triplet: 25, 0F and 1D. RGB value is (37,15,29). Sum of RGB (Red+Green+Blue) = 37+15+29=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #250F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F1D is #DAF0E2. Grayscale: #171717. Windows color (decimal): -14348515 or 1904421. OLE color: 1904421.
HSL color Cylindrical-coordinate representation of color #250F1D: hue angle of 321.82º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #250F1D is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 15 | 29 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.85 |
| HSL | 321.82º | 0.42% | 0.1% | - |
| HSV(B) | 321.82º | 0.59% | 0.15% | - |
| XYZ | 1.16 | 0.82 | 1.26 | - |
| YUV | 23.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 29 | 0 | 0.59 | 0.22 | 0.85 | 321.82 | 0.42 | 0.1 |
| Hex | 25 | F | 1D | 0 | 3B | 16 | 55 | 142 | 2A | A |
| Octal | 45 | 17 | 35 | 0 | 73 | 26 | 125 | 502 | 52 | 12 |
| Binary | 100101 | 1111 | 11101 | 0 | 111011 | 10110 | 1010101 | 101000010 | 101010 | 1010 |
Color Harmonies of #250F1D
Complementary color
Monochromatic Colors of #250F1D
Black with #250F1D
Text Example
Text Example
White with #250F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F1D; }
p { color: rgb(37,15,29); }
H1.HeaderClassName
{
color: #250F1D;
}
.AnyTagClassName
{
color: #250F1D;
}
</style>
background-color css
<style>
a { background-color: #250F1D; }
a { background-color: rgb(37,15,29); }
div.DivClassName
{
background-color: #250F1D;
}
.BgClassName
{
background-color: #250F1D;
}
</style>
border-color css
<style>
span { border-color: #250F1D; }
span { border-color: rgb(37,15,29); }
td.TdClassName
{
border-color: #250F1D;
}
.TagClassName
{
border-color: #250F1D;
}
</style>