#280720

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

Shades of Melanzane #280720

Tints of Melanzane #280720

Color information

#280720 (or 0x280720) is unknown color: approx Melanzane. HEX triplet: 28, 07 and 20. RGB value is (40,7,32). Sum of RGB (Red+Green+Blue) = 40+7+32=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 32 (12.89% from 255 or 40.51% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #280720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280720 is #D7F8DF. Grayscale: #131313. Windows color (decimal): -14153952 or 2098984. OLE color: 2098984.

HSL color Cylindrical-coordinate representation of color #280720: hue angle of 314.55º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280720 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB40732-
CMYK00.830.200.84
HSL314.55º70.21%9.22%-
HSV(B)314.55º82.5%15.69%-
XYZ1.210.711.44-
YUV19.72134.93142.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50.63%
GREEN value IS 7 (3.12% from 255) = 8.86%
BLUE value IS 32 (12.89% from 255) = 40.51%
R=50.63%
G=8.86%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4073200.830.200.84314.5570.219.22
Hex28720053145413b469
Octal5074001232412447310611
Binary1010001111000000101001110100101010010011101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280720; }

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

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

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

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

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

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

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

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