Shades of Melanzane #281725
Tints of Melanzane #281725
RGB
CMYK
RGB Variations
Color information
#281725 (or 0x281725) is known color: Melanzane. HEX triplet: 28, 17 and 25. RGB value is (40,23,37). Sum of RGB (Red+Green+Blue) = 40+23+37=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 40 - color contains mainly: red. Hex color #281725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281725 is #D7E8DA. Grayscale: #1D1D1D. Windows color (decimal): -14149851 or 2430760. OLE color: 2430760.
HSL color Cylindrical-coordinate representation of color #281725: hue angle of 310.59º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #281725 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 23 | 37 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.84 |
| HSL | 310.59º | 0.27% | 0.12% | - |
| HSV(B) | 310.59º | 0.43% | 0.16% | - |
| XYZ | 1.52 | 1.2 | 1.9 | - |
| YUV | 29.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 37 | 0 | 0.43 | 0.07 | 0.84 | 310.59 | 0.27 | 0.12 |
| Hex | 28 | 17 | 25 | 0 | 2B | 7 | 54 | 137 | 1B | C |
| Octal | 50 | 27 | 45 | 0 | 53 | 7 | 124 | 467 | 33 | 14 |
| Binary | 101000 | 10111 | 100101 | 0 | 101011 | 111 | 1010100 | 100110111 | 11011 | 1100 |
Color Harmonies of #281725
Complementary color
Monochromatic Colors of #281725
Black with #281725
Text Example
Text Example
White with #281725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281725; }
p { color: rgb(40,23,37); }
H1.HeaderClassName
{
color: #281725;
}
.AnyTagClassName
{
color: #281725;
}
</style>
background-color css
<style>
a { background-color: #281725; }
a { background-color: rgb(40,23,37); }
div.DivClassName
{
background-color: #281725;
}
.BgClassName
{
background-color: #281725;
}
</style>
border-color css
<style>
span { border-color: #281725; }
span { border-color: rgb(40,23,37); }
td.TdClassName
{
border-color: #281725;
}
.TagClassName
{
border-color: #281725;
}
</style>