Shades of Melanzane #250B1D
Tints of Melanzane #250B1D
RGB
CMYK
RGB Variations
Color information
#250B1D (or 0x250B1D) is known color: Melanzane. HEX triplet: 25, 0B and 1D. RGB value is (37,11,29). Sum of RGB (Red+Green+Blue) = 37+11+29=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #250B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B1D is #DAF4E2. Grayscale: #141414. Windows color (decimal): -14349539 or 1903397. OLE color: 1903397.
HSL color Cylindrical-coordinate representation of color #250B1D: hue angle of 318.46º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #250B1D is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 11 | 29 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.85 |
| HSL | 318.46º | 0.54% | 0.09% | - |
| HSV(B) | 318.46º | 0.7% | 0.15% | - |
| XYZ | 1.1 | 0.72 | 1.24 | - |
| YUV | 20.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 29 | 0 | 0.70 | 0.22 | 0.85 | 318.46 | 0.54 | 0.09 |
| Hex | 25 | B | 1D | 0 | 46 | 16 | 55 | 13E | 36 | 9 |
| Octal | 45 | 13 | 35 | 0 | 106 | 26 | 125 | 476 | 66 | 11 |
| Binary | 100101 | 1011 | 11101 | 0 | 1000110 | 10110 | 1010101 | 100111110 | 110110 | 1001 |
Color Harmonies of #250B1D
Complementary color
Monochromatic Colors of #250B1D
Black with #250B1D
Text Example
Text Example
White with #250B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B1D; }
p { color: rgb(37,11,29); }
H1.HeaderClassName
{
color: #250B1D;
}
.AnyTagClassName
{
color: #250B1D;
}
</style>
background-color css
<style>
a { background-color: #250B1D; }
a { background-color: rgb(37,11,29); }
div.DivClassName
{
background-color: #250B1D;
}
.BgClassName
{
background-color: #250B1D;
}
</style>
border-color css
<style>
span { border-color: #250B1D; }
span { border-color: rgb(37,11,29); }
td.TdClassName
{
border-color: #250B1D;
}
.TagClassName
{
border-color: #250B1D;
}
</style>