Shades of Melanzane #250B20
Tints of Melanzane #250B20
RGB
CMYK
RGB Variations
Color information
#250B20 (or 0x250B20) is known color: Melanzane. HEX triplet: 25, 0B and 20. RGB value is (37,11,32). Sum of RGB (Red+Green+Blue) = 37+11+32=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 32 (12.89% from 255 or 40% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #250B20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B20 is #DAF4DF. Grayscale: #151515. Windows color (decimal): -14349536 or 2100005. OLE color: 2100005.
HSL color Cylindrical-coordinate representation of color #250B20: hue angle of 311.54º 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 #250B20 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 11 | 32 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.85 |
| HSL | 311.54º | 0.54% | 0.09% | - |
| HSV(B) | 311.54º | 0.7% | 0.15% | - |
| XYZ | 1.14 | 0.74 | 1.45 | - |
| YUV | 21.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 32 | 0 | 0.70 | 0.14 | 0.85 | 311.54 | 0.54 | 0.09 |
| Hex | 25 | B | 20 | 0 | 46 | E | 55 | 138 | 36 | 9 |
| Octal | 45 | 13 | 40 | 0 | 106 | 16 | 125 | 470 | 66 | 11 |
| Binary | 100101 | 1011 | 100000 | 0 | 1000110 | 1110 | 1010101 | 100111000 | 110110 | 1001 |
Color Harmonies of #250B20
Complementary color
Monochromatic Colors of #250B20
Black with #250B20
Text Example
Text Example
White with #250B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B20; }
p { color: rgb(37,11,32); }
H1.HeaderClassName
{
color: #250B20;
}
.AnyTagClassName
{
color: #250B20;
}
</style>
background-color css
<style>
a { background-color: #250B20; }
a { background-color: rgb(37,11,32); }
div.DivClassName
{
background-color: #250B20;
}
.BgClassName
{
background-color: #250B20;
}
</style>
border-color css
<style>
span { border-color: #250B20; }
span { border-color: rgb(37,11,32); }
td.TdClassName
{
border-color: #250B20;
}
.TagClassName
{
border-color: #250B20;
}
</style>