Shades of Melanzane #251521
Tints of Melanzane #251521
RGB
CMYK
RGB Variations
Color information
#251521 (or 0x251521) is known color: Melanzane. HEX triplet: 25, 15 and 21. RGB value is (37,21,33). Sum of RGB (Red+Green+Blue) = 37+21+33=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 37 - color contains mainly: red. Hex color #251521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251521 is #DAEADE. Grayscale: #1B1B1B. Windows color (decimal): -14346975 or 2168101. OLE color: 2168101.
HSL color Cylindrical-coordinate representation of color #251521: hue angle of 315º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #251521 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 21 | 33 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.85 |
| HSL | 315º | 0.28% | 0.11% | - |
| HSV(B) | 315º | 0.43% | 0.15% | - |
| XYZ | 1.31 | 1.04 | 1.57 | - |
| YUV | 27.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 33 | 0 | 0.43 | 0.11 | 0.85 | 315 | 0.28 | 0.11 |
| Hex | 25 | 15 | 21 | 0 | 2B | B | 55 | 13B | 1C | B |
| Octal | 45 | 25 | 41 | 0 | 53 | 13 | 125 | 473 | 34 | 13 |
| Binary | 100101 | 10101 | 100001 | 0 | 101011 | 1011 | 1010101 | 100111011 | 11100 | 1011 |
Color Harmonies of #251521
Complementary color
Monochromatic Colors of #251521
Black with #251521
Text Example
Text Example
White with #251521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251521; }
p { color: rgb(37,21,33); }
H1.HeaderClassName
{
color: #251521;
}
.AnyTagClassName
{
color: #251521;
}
</style>
background-color css
<style>
a { background-color: #251521; }
a { background-color: rgb(37,21,33); }
div.DivClassName
{
background-color: #251521;
}
.BgClassName
{
background-color: #251521;
}
</style>
border-color css
<style>
span { border-color: #251521; }
span { border-color: rgb(37,21,33); }
td.TdClassName
{
border-color: #251521;
}
.TagClassName
{
border-color: #251521;
}
</style>