#27191E

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

Shades of Aubergine #27191E

Tints of Aubergine #27191E

Color information

#27191E (or 0x27191E) is unknown color: approx Aubergine. HEX triplet: 27, 19 and 1E. RGB value is (39,25,30). Sum of RGB (Red+Green+Blue) = 39+25+30=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #27191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27191E is #D8E6E1. Grayscale: #1D1D1D. Windows color (decimal): -14214882 or 1972519. OLE color: 1972519.

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

Color convert

RGB392530-
CMYK00.360.230.85
HSL338.57º21.88%12.55%-
HSV(B)338.57º35.9%15.29%-
XYZ1.421.221.39-
YUV29.76128.14134.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.49%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 30 (12.11% from 255) = 31.91%
R=41.49%
G=26.60%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39253000.360.230.85338.5721.8812.55
Hex27191E024175515316d
Octal473136044271255232615
Binary10011111001111100100100101111010101101010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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