Shades of Melanzane #251B21
Tints of Melanzane #251B21
RGB
CMYK
RGB Variations
Color information
#251B21 (or 0x251B21) is known color: Melanzane. HEX triplet: 25, 1B and 21. RGB value is (37,27,33). Sum of RGB (Red+Green+Blue) = 37+27+33=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 37 - color contains mainly: red. Hex color #251B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251B21 is #DAE4DE. Grayscale: #1E1E1E. Windows color (decimal): -14345439 or 2169637. OLE color: 2169637.
HSL color Cylindrical-coordinate representation of color #251B21: hue angle of 324º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #251B21 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 27 | 33 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.85 |
| HSL | 324º | 0.16% | 0.13% | - |
| HSV(B) | 324º | 0.27% | 0.15% | - |
| XYZ | 1.43 | 1.29 | 1.61 | - |
| YUV | 30.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 33 | 0 | 0.27 | 0.11 | 0.85 | 324 | 0.16 | 0.13 |
| Hex | 25 | 1B | 21 | 0 | 1B | B | 55 | 144 | 10 | D |
| Octal | 45 | 33 | 41 | 0 | 33 | 13 | 125 | 504 | 20 | 15 |
| Binary | 100101 | 11011 | 100001 | 0 | 11011 | 1011 | 1010101 | 101000100 | 10000 | 1101 |
Color Harmonies of #251B21
Complementary color
Monochromatic Colors of #251B21
Black with #251B21
Text Example
Text Example
White with #251B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251B21; }
p { color: rgb(37,27,33); }
H1.HeaderClassName
{
color: #251B21;
}
.AnyTagClassName
{
color: #251B21;
}
</style>
background-color css
<style>
a { background-color: #251B21; }
a { background-color: rgb(37,27,33); }
div.DivClassName
{
background-color: #251B21;
}
.BgClassName
{
background-color: #251B21;
}
</style>
border-color css
<style>
span { border-color: #251B21; }
span { border-color: rgb(37,27,33); }
td.TdClassName
{
border-color: #251B21;
}
.TagClassName
{
border-color: #251B21;
}
</style>