#280920

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

Shades of Melanzane #280920

Tints of Melanzane #280920

Color information

#280920 (or 0x280920) is unknown color: approx Melanzane. HEX triplet: 28, 09 and 20. RGB value is (40,9,32). Sum of RGB (Red+Green+Blue) = 40+9+32=81 (10% of max value = 765). Red value is 40 (16.02% from 255 or 49.38% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 40 - color contains mainly: red. Hex color #280920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280920 is #D7F6DF. Grayscale: #141414. Windows color (decimal): -14153440 or 2099496. OLE color: 2099496.

HSL color Cylindrical-coordinate representation of color #280920: hue angle of 315.48º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #280920 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB40932-
CMYK00.780.200.84
HSL315.48º63.27%9.61%-
HSV(B)315.48º77.5%15.69%-
XYZ1.230.751.45-
YUV20.89134.27141.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 49.38%
GREEN value IS 9 (3.91% from 255) = 11.11%
BLUE value IS 32 (12.89% from 255) = 39.51%
R=49.38%
G=11.11%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4093200.780.200.84315.4863.279.61
Hex2892004E145413b3fa
Octal5011400116241244737712
Binary1010001001100000010011101010010101001001110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280920; }

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

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

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

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

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

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

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

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