#271620

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

Shades of Melanzane #271620

Tints of Melanzane #271620

Color information

#271620 (or 0x271620) is unknown color: approx Melanzane. HEX triplet: 27, 16 and 20. RGB value is (39,22,32). Sum of RGB (Red+Green+Blue) = 39+22+32=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #271620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271620 is #D8E9DF. Grayscale: #1C1C1C. Windows color (decimal): -14215648 or 2102823. OLE color: 2102823.

HSL color Cylindrical-coordinate representation of color #271620: hue angle of 324.71º degrees, saturation: 0.28, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #271620 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB392232-
CMYK00.440.180.85
HSL324.71º27.87%11.96%-
HSV(B)324.71º43.59%15.29%-
XYZ1.381.111.51-
YUV28.22130.13135.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.94%
GREEN value IS 22 (8.98% from 255) = 23.66%
BLUE value IS 32 (12.89% from 255) = 34.41%
R=41.94%
G=23.66%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39223200.440.180.85324.7127.8711.96
Hex27162002C12551451cc
Octal472640054221255053414
Binary100111101101000000101100100101010101101000101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271620; }

 p { color: rgb(39,22,32); }

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

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

 a { background-color: rgb(39,22,32); }

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

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

 span { border-color: rgb(39,22,32); }

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