#271120

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

Shades of Melanzane #271120

Tints of Melanzane #271120

Color information

#271120 (or 0x271120) is unknown color: approx Melanzane. HEX triplet: 27, 11 and 20. RGB value is (39,17,32). Sum of RGB (Red+Green+Blue) = 39+17+32=88 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.32% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 39 - color contains mainly: red. Hex color #271120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271120 is #D8EEDF. Grayscale: #191919. Windows color (decimal): -14216928 or 2101543. OLE color: 2101543.

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

Color convert

RGB391732-
CMYK00.560.180.85
HSL319.09º39.29%10.98%-
HSV(B)319.09º56.41%15.29%-
XYZ1.30.941.48-
YUV25.29131.79137.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.32%
GREEN value IS 17 (7.03% from 255) = 19.32%
BLUE value IS 32 (12.89% from 255) = 36.36%
R=44.32%
G=19.32%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39173200.560.180.85319.0939.2910.98
Hex271120038125513f27b
Octal472140070221254774713
Binary1001111000110000001110001001010101011001111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271120; }

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

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

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

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

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

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

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

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