#271020

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

Shades of Melanzane #271020

Tints of Melanzane #271020

Color information

#271020 (or 0x271020) is unknown color: approx Melanzane. HEX triplet: 27, 10 and 20. RGB value is (39,16,32). Sum of RGB (Red+Green+Blue) = 39+16+32=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #271020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271020 is #D8EFDF. Grayscale: #181818. Windows color (decimal): -14217184 or 2101287. OLE color: 2101287.

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

Color convert

RGB391632-
CMYK00.590.180.85
HSL318.26º41.82%10.78%-
HSV(B)318.26º58.97%15.29%-
XYZ1.280.911.47-
YUV24.7132.12138.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.83%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 32 (12.89% from 255) = 36.78%
R=44.83%
G=18.39%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39163200.590.180.85318.2641.8210.78
Hex27102003B125513e2ab
Octal472040073221254765213
Binary1001111000010000001110111001010101011001111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271020; }

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

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

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

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

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

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

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

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