#281220

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

Shades of Melanzane #281220

Tints of Melanzane #281220

Color information

#281220 (or 0x281220) is unknown color: approx Melanzane. HEX triplet: 28, 12 and 20. RGB value is (40,18,32). Sum of RGB (Red+Green+Blue) = 40+18+32=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #281220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281220 is #D7EDDF. Grayscale: #1A1A1A. Windows color (decimal): -14151136 or 2101800. OLE color: 2101800.

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

Color convert

RGB401832-
CMYK00.550.200.84
HSL321.82º37.93%11.37%-
HSV(B)321.82º55%15.69%-
XYZ1.350.991.49-
YUV26.17131.29137.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.44%
GREEN value IS 18 (7.42% from 255) = 20%
BLUE value IS 32 (12.89% from 255) = 35.56%
R=44.44%
G=20%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40183200.550.200.84321.8237.9311.37
Hex281220037145414226b
Octal502240067241245024613
Binary1010001001010000001101111010010101001010000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281220; }

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

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

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

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

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

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

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

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