Shades of Melanzane #280E22
Tints of Melanzane #280E22
RGB
CMYK
RGB Variations
Color information
#280E22 (or 0x280E22) is known color: Melanzane. HEX triplet: 28, 0E and 22. RGB value is (40,14,34). Sum of RGB (Red+Green+Blue) = 40+14+34=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 14 (5.86% from 255 or 15.91% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 40 - color contains mainly: red. Hex color #280E22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E22 is #D7F1DD. Grayscale: #181818. Windows color (decimal): -14152158 or 2231848. OLE color: 2231848.
HSL color Cylindrical-coordinate representation of color #280E22: hue angle of 313.85º 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 #280E22 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 14 | 34 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.84 |
| HSL | 313.85º | 0.48% | 0.11% | - |
| HSV(B) | 313.85º | 0.65% | 0.16% | - |
| XYZ | 1.32 | 0.88 | 1.61 | - |
| YUV | 24.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 34 | 0 | 0.65 | 0.15 | 0.84 | 313.85 | 0.48 | 0.11 |
| Hex | 28 | E | 22 | 0 | 41 | F | 54 | 13A | 30 | B |
| Octal | 50 | 16 | 42 | 0 | 101 | 17 | 124 | 472 | 60 | 13 |
| Binary | 101000 | 1110 | 100010 | 0 | 1000001 | 1111 | 1010100 | 100111010 | 110000 | 1011 |
Color Harmonies of #280E22
Complementary color
Monochromatic Colors of #280E22
Black with #280E22
Text Example
Text Example
White with #280E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E22; }
p { color: rgb(40,14,34); }
H1.HeaderClassName
{
color: #280E22;
}
.AnyTagClassName
{
color: #280E22;
}
</style>
background-color css
<style>
a { background-color: #280E22; }
a { background-color: rgb(40,14,34); }
div.DivClassName
{
background-color: #280E22;
}
.BgClassName
{
background-color: #280E22;
}
</style>
border-color css
<style>
span { border-color: #280E22; }
span { border-color: rgb(40,14,34); }
td.TdClassName
{
border-color: #280E22;
}
.TagClassName
{
border-color: #280E22;
}
</style>