#271520

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

Shades of Melanzane #271520

Tints of Melanzane #271520

Color information

#271520 (or 0x271520) is unknown color: approx Melanzane. HEX triplet: 27, 15 and 20. RGB value is (39,21,32). Sum of RGB (Red+Green+Blue) = 39+21+32=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 39 - color contains mainly: red. Hex color #271520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271520 is #D8EADF. Grayscale: #1B1B1B. Windows color (decimal): -14215904 or 2102567. OLE color: 2102567.

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

Color convert

RGB392132-
CMYK00.460.180.85
HSL323.33º30%11.76%-
HSV(B)323.33º46.15%15.29%-
XYZ1.371.071.5-
YUV27.64130.46136.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.39%
GREEN value IS 21 (8.59% from 255) = 22.83%
BLUE value IS 32 (12.89% from 255) = 34.78%
R=42.39%
G=22.83%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39213200.460.180.85323.333011.76
Hex27152002E12551431ec
Octal472540056221255033614
Binary100111101011000000101110100101010101101000011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271520; }

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

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

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

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

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

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

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

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