#281020

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

Shades of Melanzane #281020

Tints of Melanzane #281020

Color information

#281020 (or 0x281020) is unknown color: approx Melanzane. HEX triplet: 28, 10 and 20. RGB value is (40,16,32). Sum of RGB (Red+Green+Blue) = 40+16+32=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 40 - color contains mainly: red. Hex color #281020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281020 is #D7EFDF. Grayscale: #181818. Windows color (decimal): -14151648 or 2101288. OLE color: 2101288.

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

Color convert

RGB401632-
CMYK00.600.200.84
HSL320º42.86%10.98%-
HSV(B)320º60%15.69%-
XYZ1.320.931.48-
YUV25131.95138.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.45%
GREEN value IS 16 (6.64% from 255) = 18.18%
BLUE value IS 32 (12.89% from 255) = 36.36%
R=45.45%
G=18.18%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40163200.600.200.8432042.8610.98
Hex28102003C14541402bb
Octal502040074241245005313
Binary1010001000010000001111001010010101001010000001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281020; }

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

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

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

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

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

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

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

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