#27191D

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

Shades of Aubergine #27191D

Tints of Aubergine #27191D

Color information

#27191D (or 0x27191D) is unknown color: approx Aubergine. HEX triplet: 27, 19 and 1D. RGB value is (39,25,29). Sum of RGB (Red+Green+Blue) = 39+25+29=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #27191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27191D is #D8E6E2. Grayscale: #1D1D1D. Windows color (decimal): -14214883 or 1906983. OLE color: 1906983.

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

Color convert

RGB392529-
CMYK00.360.260.85
HSL342.86º21.88%12.55%-
HSV(B)342.86º35.9%15.29%-
XYZ1.411.221.32-
YUV29.64127.64134.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.94%
GREEN value IS 25 (10.16% from 255) = 26.88%
BLUE value IS 29 (11.72% from 255) = 31.18%
R=41.94%
G=26.88%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39252900.360.260.85342.8621.8812.55
Hex27191D0241A5515716d
Octal473135044321255272615
Binary10011111001111010100100110101010101101010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27191D; }

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

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

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

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

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

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

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

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