#280A20

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

Shades of Melanzane #280A20

Tints of Melanzane #280A20

Color information

#280A20 (or 0x280A20) is unknown color: approx Melanzane. HEX triplet: 28, 0A and 20. RGB value is (40,10,32). Sum of RGB (Red+Green+Blue) = 40+10+32=82 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.78% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 40 - color contains mainly: red. Hex color #280A20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280A20 is #D7F5DF. Grayscale: #151515. Windows color (decimal): -14153184 or 2099752. OLE color: 2099752.

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

Color convert

RGB401032-
CMYK00.750.200.84
HSL316º60%9.8%-
HSV(B)316º75%15.69%-
XYZ1.240.771.45-
YUV21.48133.94141.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 48.78%
GREEN value IS 10 (4.30% from 255) = 12.20%
BLUE value IS 32 (12.89% from 255) = 39.02%
R=48.78%
G=12.20%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40103200.750.200.84316609.8
Hex28A2004B145413c3ca
Octal5012400113241244747412
Binary1010001010100000010010111010010101001001111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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