Shades of Melanzane #280E21
Tints of Melanzane #280E21
RGB
CMYK
RGB Variations
Color information
#280E21 (or 0x280E21) is known color: Melanzane. HEX triplet: 28, 0E and 21. RGB value is (40,14,33). Sum of RGB (Red+Green+Blue) = 40+14+33=87 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.98% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 40 - color contains mainly: red. Hex color #280E21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E21 is #D7F1DE. Grayscale: #171717. Windows color (decimal): -14152159 or 2166312. OLE color: 2166312.
HSL color Cylindrical-coordinate representation of color #280E21: hue angle of 316.15º 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 #280E21 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 14 | 33 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.84 |
| HSL | 316.15º | 0.48% | 0.11% | - |
| HSV(B) | 316.15º | 0.65% | 0.16% | - |
| XYZ | 1.31 | 0.87 | 1.54 | - |
| YUV | 23.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 33 | 0 | 0.65 | 0.17 | 0.84 | 316.15 | 0.48 | 0.11 |
| Hex | 28 | E | 21 | 0 | 41 | 11 | 54 | 13C | 30 | B |
| Octal | 50 | 16 | 41 | 0 | 101 | 21 | 124 | 474 | 60 | 13 |
| Binary | 101000 | 1110 | 100001 | 0 | 1000001 | 10001 | 1010100 | 100111100 | 110000 | 1011 |
Color Harmonies of #280E21
Complementary color
Monochromatic Colors of #280E21
Black with #280E21
Text Example
Text Example
White with #280E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E21; }
p { color: rgb(40,14,33); }
H1.HeaderClassName
{
color: #280E21;
}
.AnyTagClassName
{
color: #280E21;
}
</style>
background-color css
<style>
a { background-color: #280E21; }
a { background-color: rgb(40,14,33); }
div.DivClassName
{
background-color: #280E21;
}
.BgClassName
{
background-color: #280E21;
}
</style>
border-color css
<style>
span { border-color: #280E21; }
span { border-color: rgb(40,14,33); }
td.TdClassName
{
border-color: #280E21;
}
.TagClassName
{
border-color: #280E21;
}
</style>