#271A1D

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

Shades of Aubergine #271A1D

Tints of Aubergine #271A1D

Color information

#271A1D (or 0x271A1D) is unknown color: approx Aubergine. HEX triplet: 27, 1A and 1D. RGB value is (39,26,29). Sum of RGB (Red+Green+Blue) = 39+26+29=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #271A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271A1D is #D8E5E2. Grayscale: #1E1E1E. Windows color (decimal): -14214627 or 1907239. OLE color: 1907239.

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

Color convert

RGB392629-
CMYK00.330.260.85
HSL346.15º20%12.75%-
HSV(B)346.15º33.33%15.29%-
XYZ1.431.261.33-
YUV30.23127.31134.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.49%
GREEN value IS 26 (10.55% from 255) = 27.66%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=41.49%
G=27.66%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39262900.330.260.85346.152012.75
Hex271A1D0211A5515a14d
Octal473235041321255322415
Binary10011111010111010100001110101010101101011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,26,29); }

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

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

 a { background-color: rgb(39,26,29); }

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

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

 span { border-color: rgb(39,26,29); }

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