#271E20

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

Shades of Aubergine #271E20

Tints of Aubergine #271E20

Color information

#271E20 (or 0x271E20) is unknown color: approx Aubergine. HEX triplet: 27, 1E and 20. RGB value is (39,30,32). Sum of RGB (Red+Green+Blue) = 39+30+32=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 39 - color contains mainly: red. Hex color #271E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271E20 is #D8E1DF. Grayscale: #202020. Windows color (decimal): -14213600 or 2104871. OLE color: 2104871.

HSL color Cylindrical-coordinate representation of color #271E20: hue angle of 346.67º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #271E20 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB393032-
CMYK00.230.180.85
HSL346.67º13.04%13.53%-
HSV(B)346.67º23.08%15.29%-
XYZ1.561.461.57-
YUV32.92127.48132.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 38.61%
GREEN value IS 30 (12.11% from 255) = 29.70%
BLUE value IS 32 (12.89% from 255) = 31.68%
R=38.61%
G=29.70%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39303200.230.180.85346.6713.0413.53
Hex271E20017125515bde
Octal473640027221255331516
Binary1001111111010000001011110010101010110101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271E20; }

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

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

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

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

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

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

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

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