Shades of Melanzane #280E23
Tints of Melanzane #280E23
RGB
CMYK
RGB Variations
Color information
#280E23 (or 0x280E23) is known color: Melanzane. HEX triplet: 28, 0E and 23. RGB value is (40,14,35). Sum of RGB (Red+Green+Blue) = 40+14+35=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 14 (5.86% from 255 or 15.73% from 89); Blue value is 35 (14.06% from 255 or 39.33% from 89); Max value from RGB is 40 - color contains mainly: red. Hex color #280E23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E23 is #D7F1DC. Grayscale: #181818. Windows color (decimal): -14152157 or 2297384. OLE color: 2297384.
HSL color Cylindrical-coordinate representation of color #280E23: hue angle of 311.54º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #280E23 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 14 | 35 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.84 |
| HSL | 311.54º | 0.48% | 0.11% | - |
| HSV(B) | 311.54º | 0.65% | 0.16% | - |
| XYZ | 1.34 | 0.89 | 1.69 | - |
| YUV | 24.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 35 | 0 | 0.65 | 0.12 | 0.84 | 311.54 | 0.48 | 0.11 |
| Hex | 28 | E | 23 | 0 | 41 | C | 54 | 138 | 30 | B |
| Octal | 50 | 16 | 43 | 0 | 101 | 14 | 124 | 470 | 60 | 13 |
| Binary | 101000 | 1110 | 100011 | 0 | 1000001 | 1100 | 1010100 | 100111000 | 110000 | 1011 |
Color Harmonies of #280E23
Complementary color
Monochromatic Colors of #280E23
Black with #280E23
Text Example
Text Example
White with #280E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E23; }
p { color: rgb(40,14,35); }
H1.HeaderClassName
{
color: #280E23;
}
.AnyTagClassName
{
color: #280E23;
}
</style>
background-color css
<style>
a { background-color: #280E23; }
a { background-color: rgb(40,14,35); }
div.DivClassName
{
background-color: #280E23;
}
.BgClassName
{
background-color: #280E23;
}
</style>
border-color css
<style>
span { border-color: #280E23; }
span { border-color: rgb(40,14,35); }
td.TdClassName
{
border-color: #280E23;
}
.TagClassName
{
border-color: #280E23;
}
</style>