#26181C

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

Shades of Aubergine #26181C

Tints of Aubergine #26181C

Color information

#26181C (or 0x26181C) is unknown color: approx Aubergine. HEX triplet: 26, 18 and 1C. RGB value is (38,24,28). Sum of RGB (Red+Green+Blue) = 38+24+28=90 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.22% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 38 - color contains mainly: red. Hex color #26181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26181C is #D9E7E3. Grayscale: #1C1C1C. Windows color (decimal): -14280676 or 1841190. OLE color: 1841190.

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

Color convert

RGB382428-
CMYK00.370.260.85
HSL342.86º22.58%12.16%-
HSV(B)342.86º36.84%14.9%-
XYZ1.341.151.25-
YUV28.64127.64134.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.22%
GREEN value IS 24 (9.77% from 255) = 26.67%
BLUE value IS 28 (11.33% from 255) = 31.11%
R=42.22%
G=26.67%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38242800.370.260.85342.8622.5812.16
Hex26181C0251A5515717c
Octal463034045321255272714
Binary10011011000111000100101110101010101101010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26181C; }

 p { color: rgb(38,24,28); }

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

<style>
 a { background-color: #26181C; }

 a { background-color: rgb(38,24,28); }

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

<style>
 span { border-color: #26181C; }

 span { border-color: rgb(38,24,28); }

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