#27191F

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

Shades of Aubergine #27191F

Tints of Aubergine #27191F

Color information

#27191F (or 0x27191F) is unknown color: approx Aubergine. HEX triplet: 27, 19 and 1F. RGB value is (39,25,31). Sum of RGB (Red+Green+Blue) = 39+25+31=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 39 - color contains mainly: red. Hex color #27191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27191F is #D8E6E0. Grayscale: #1D1D1D. Windows color (decimal): -14214881 or 2038055. OLE color: 2038055.

HSL color Cylindrical-coordinate representation of color #27191F: hue angle of 334.29º 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 #27191F is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB392531-
CMYK00.360.210.85
HSL334.29º21.88%12.55%-
HSV(B)334.29º35.9%15.29%-
XYZ1.431.231.46-
YUV29.87128.64134.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.05%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=41.05%
G=26.32%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39253100.360.210.85334.2921.8812.55
Hex27191F024155514e16d
Octal473137044251255162615
Binary10011111001111110100100101011010101101001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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