Shades of Melanzane #250F1F
Tints of Melanzane #250F1F
RGB
CMYK
RGB Variations
Color information
#250F1F (or 0x250F1F) is known color: Melanzane. HEX triplet: 25, 0F and 1F. RGB value is (37,15,31). Sum of RGB (Red+Green+Blue) = 37+15+31=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #250F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F1F is #DAF0E0. Grayscale: #171717. Windows color (decimal): -14348513 or 2035493. OLE color: 2035493.
HSL color Cylindrical-coordinate representation of color #250F1F: hue angle of 316.36º 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 #250F1F is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 15 | 31 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.85 |
| HSL | 316.36º | 0.42% | 0.1% | - |
| HSV(B) | 316.36º | 0.59% | 0.15% | - |
| XYZ | 1.18 | 0.83 | 1.4 | - |
| YUV | 23.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 31 | 0 | 0.59 | 0.16 | 0.85 | 316.36 | 0.42 | 0.1 |
| Hex | 25 | F | 1F | 0 | 3B | 10 | 55 | 13C | 2A | A |
| Octal | 45 | 17 | 37 | 0 | 73 | 20 | 125 | 474 | 52 | 12 |
| Binary | 100101 | 1111 | 11111 | 0 | 111011 | 10000 | 1010101 | 100111100 | 101010 | 1010 |
Color Harmonies of #250F1F
Complementary color
Monochromatic Colors of #250F1F
Black with #250F1F
Text Example
Text Example
White with #250F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F1F; }
p { color: rgb(37,15,31); }
H1.HeaderClassName
{
color: #250F1F;
}
.AnyTagClassName
{
color: #250F1F;
}
</style>
background-color css
<style>
a { background-color: #250F1F; }
a { background-color: rgb(37,15,31); }
div.DivClassName
{
background-color: #250F1F;
}
.BgClassName
{
background-color: #250F1F;
}
</style>
border-color css
<style>
span { border-color: #250F1F; }
span { border-color: rgb(37,15,31); }
td.TdClassName
{
border-color: #250F1F;
}
.TagClassName
{
border-color: #250F1F;
}
</style>