Shades of Melanzane #282026
Tints of Melanzane #282026
RGB
CMYK
RGB Variations
Color information
#282026 (or 0x282026) is known color: Melanzane. HEX triplet: 28, 20 and 26. RGB value is (40,32,38). Sum of RGB (Red+Green+Blue) = 40+32+38=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 40 - color contains mainly: red. Hex color #282026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282026 is #D7DFD9. Grayscale: #232323. Windows color (decimal): -14147546 or 2498600. OLE color: 2498600.
HSL color Cylindrical-coordinate representation of color #282026: hue angle of 315º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #282026 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 32 | 38 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.84 |
| HSL | 315º | 0.11% | 0.14% | - |
| HSV(B) | 315º | 0.2% | 0.16% | - |
| XYZ | 1.74 | 1.62 | 2.06 | - |
| YUV | 35.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 38 | 0 | 0.20 | 0.05 | 0.84 | 315 | 0.11 | 0.14 |
| Hex | 28 | 20 | 26 | 0 | 14 | 5 | 54 | 13B | B | E |
| Octal | 50 | 40 | 46 | 0 | 24 | 5 | 124 | 473 | 13 | 16 |
| Binary | 101000 | 100000 | 100110 | 0 | 10100 | 101 | 1010100 | 100111011 | 1011 | 1110 |
Color Harmonies of #282026
Complementary color
Monochromatic Colors of #282026
Black with #282026
Text Example
Text Example
White with #282026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282026; }
p { color: rgb(40,32,38); }
H1.HeaderClassName
{
color: #282026;
}
.AnyTagClassName
{
color: #282026;
}
</style>
background-color css
<style>
a { background-color: #282026; }
a { background-color: rgb(40,32,38); }
div.DivClassName
{
background-color: #282026;
}
.BgClassName
{
background-color: #282026;
}
</style>
border-color css
<style>
span { border-color: #282026; }
span { border-color: rgb(40,32,38); }
td.TdClassName
{
border-color: #282026;
}
.TagClassName
{
border-color: #282026;
}
</style>