Shades of Melanzane #281F25
Tints of Melanzane #281F25
RGB
CMYK
RGB Variations
Color information
#281F25 (or 0x281F25) is known color: Melanzane. HEX triplet: 28, 1F and 25. RGB value is (40,31,37). Sum of RGB (Red+Green+Blue) = 40+31+37=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 31 (12.5% from 255 or 28.70% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 40 - color contains mainly: red. Hex color #281F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F25 is #D7E0DA. Grayscale: #222222. Windows color (decimal): -14147803 or 2432808. OLE color: 2432808.
HSL color Cylindrical-coordinate representation of color #281F25: hue angle of 320º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #281F25 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 31 | 37 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.84 |
| HSL | 320º | 0.13% | 0.14% | - |
| HSV(B) | 320º | 0.23% | 0.16% | - |
| XYZ | 1.7 | 1.56 | 1.96 | - |
| YUV | 34.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 37 | 0 | 0.22 | 0.07 | 0.84 | 320 | 0.13 | 0.14 |
| Hex | 28 | 1F | 25 | 0 | 16 | 7 | 54 | 140 | D | E |
| Octal | 50 | 37 | 45 | 0 | 26 | 7 | 124 | 500 | 15 | 16 |
| Binary | 101000 | 11111 | 100101 | 0 | 10110 | 111 | 1010100 | 101000000 | 1101 | 1110 |
Color Harmonies of #281F25
Complementary color
Monochromatic Colors of #281F25
Black with #281F25
Text Example
Text Example
White with #281F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F25; }
p { color: rgb(40,31,37); }
H1.HeaderClassName
{
color: #281F25;
}
.AnyTagClassName
{
color: #281F25;
}
</style>
background-color css
<style>
a { background-color: #281F25; }
a { background-color: rgb(40,31,37); }
div.DivClassName
{
background-color: #281F25;
}
.BgClassName
{
background-color: #281F25;
}
</style>
border-color css
<style>
span { border-color: #281F25; }
span { border-color: rgb(40,31,37); }
td.TdClassName
{
border-color: #281F25;
}
.TagClassName
{
border-color: #281F25;
}
</style>