Shades of Melanzane #251220
Tints of Melanzane #251220
RGB
CMYK
RGB Variations
Color information
#251220 (or 0x251220) is known color: Melanzane. HEX triplet: 25, 12 and 20. RGB value is (37,18,32). Sum of RGB (Red+Green+Blue) = 37+18+32=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #251220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251220 is #DAEDDF. Grayscale: #191919. Windows color (decimal): -14347744 or 2101797. OLE color: 2101797.
HSL color Cylindrical-coordinate representation of color #251220: hue angle of 315.79º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #251220 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 18 | 32 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.85 |
| HSL | 315.79º | 0.35% | 0.11% | - |
| HSV(B) | 315.79º | 0.51% | 0.15% | - |
| XYZ | 1.24 | 0.93 | 1.48 | - |
| YUV | 25.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 18 | 32 | 0 | 0.51 | 0.14 | 0.85 | 315.79 | 0.35 | 0.11 |
| Hex | 25 | 12 | 20 | 0 | 33 | E | 55 | 13C | 23 | B |
| Octal | 45 | 22 | 40 | 0 | 63 | 16 | 125 | 474 | 43 | 13 |
| Binary | 100101 | 10010 | 100000 | 0 | 110011 | 1110 | 1010101 | 100111100 | 100011 | 1011 |
Color Harmonies of #251220
Complementary color
Monochromatic Colors of #251220
Black with #251220
Text Example
Text Example
White with #251220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251220; }
p { color: rgb(37,18,32); }
H1.HeaderClassName
{
color: #251220;
}
.AnyTagClassName
{
color: #251220;
}
</style>
background-color css
<style>
a { background-color: #251220; }
a { background-color: rgb(37,18,32); }
div.DivClassName
{
background-color: #251220;
}
.BgClassName
{
background-color: #251220;
}
</style>
border-color css
<style>
span { border-color: #251220; }
span { border-color: rgb(37,18,32); }
td.TdClassName
{
border-color: #251220;
}
.TagClassName
{
border-color: #251220;
}
</style>