#27181D

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

Shades of Aubergine #27181D

Tints of Aubergine #27181D

Color information

#27181D (or 0x27181D) is unknown color: approx Aubergine. HEX triplet: 27, 18 and 1D. RGB value is (39,24,29). Sum of RGB (Red+Green+Blue) = 39+24+29=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 39 - color contains mainly: red. Hex color #27181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27181D is #D8E7E2. Grayscale: #1D1D1D. Windows color (decimal): -14215139 or 1906727. OLE color: 1906727.

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

Color convert

RGB392429-
CMYK00.380.260.85
HSL340º23.81%12.35%-
HSV(B)340º38.46%15.29%-
XYZ1.391.171.32-
YUV29.06127.97135.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.39%
GREEN value IS 24 (9.77% from 255) = 26.09%
BLUE value IS 29 (11.72% from 255) = 31.52%
R=42.39%
G=26.09%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39242900.380.260.8534023.8112.35
Hex27181D0261A5515418c
Octal473035046321255243014
Binary10011111000111010100110110101010101101010100110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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