#271220

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

Shades of Melanzane #271220

Tints of Melanzane #271220

Color information

#271220 (or 0x271220) is unknown color: approx Melanzane. HEX triplet: 27, 12 and 20. RGB value is (39,18,32). Sum of RGB (Red+Green+Blue) = 39+18+32=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 39 - color contains mainly: red. Hex color #271220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271220 is #D8EDDF. Grayscale: #191919. Windows color (decimal): -14216672 or 2101799. OLE color: 2101799.

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

Color convert

RGB391832-
CMYK00.540.180.85
HSL320º36.84%11.18%-
HSV(B)320º53.85%15.29%-
XYZ1.310.971.48-
YUV25.87131.46137.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 43.82%
GREEN value IS 18 (7.42% from 255) = 20.22%
BLUE value IS 32 (12.89% from 255) = 35.96%
R=43.82%
G=20.22%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39183200.540.180.8532036.8411.18
Hex271220036125514025b
Octal472240066221255004513
Binary1001111001010000001101101001010101011010000001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271220; }

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

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

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

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

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

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

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

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