#280E20

Color #280E20 Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #280E20

Tints of Melanzane #280E20

Color information

#280E20 (or 0x280E20) is unknown color: approx Melanzane. HEX triplet: 28, 0E and 20. RGB value is (40,14,32). Sum of RGB (Red+Green+Blue) = 40+14+32=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #280E20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E20 is #D7F1DF. Grayscale: #171717. Windows color (decimal): -14152160 or 2100776. OLE color: 2100776.

HSL color Cylindrical-coordinate representation of color #280E20: hue angle of 318.46º 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 #280E20 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB401432-
CMYK00.650.200.84
HSL318.46º48.15%10.59%-
HSV(B)318.46º65%15.69%-
XYZ1.290.871.47-
YUV23.83132.61139.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 46.51%
GREEN value IS 14 (5.86% from 255) = 16.28%
BLUE value IS 32 (12.89% from 255) = 37.21%
R=46.51%
G=16.28%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40143200.650.200.84318.4648.1510.59
Hex28E20041145413e30b
Octal5016400101241244766013
Binary1010001110100000010000011010010101001001111101100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280E20; }

 p { color: rgb(40,14,32); }

 H1.HeaderClassName
 {
   color: #280E20;
 }
 .AnyTagClassName
 {
   color: #280E20;
 }
</style>
background-color css

<style>
 a { background-color: #280E20; }

 a { background-color: rgb(40,14,32); }

 div.DivClassName
 {
   background-color: #280E20;
 }
 .BgClassName
 {
   background-color: #280E20;
 }
</style>
border-color css

<style>
 span { border-color: #280E20; }

 span { border-color: rgb(40,14,32); }

 td.TdClassName
 {
   border-color: #280E20;
 }
 .TagClassName
 {
   border-color: #280E20;
 }
</style>