#26171C

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

Shades of Aubergine #26171C

Tints of Aubergine #26171C

Color information

#26171C (or 0x26171C) is unknown color: approx Aubergine. HEX triplet: 26, 17 and 1C. RGB value is (38,23,28). Sum of RGB (Red+Green+Blue) = 38+23+28=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 23 (9.38% from 255 or 25.84% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 38 - color contains mainly: red. Hex color #26171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26171C is #D9E8E3. Grayscale: #1C1C1C. Windows color (decimal): -14280932 or 1840934. OLE color: 1840934.

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

Color convert

RGB382328-
CMYK00.390.260.85
HSL340º24.59%11.96%-
HSV(B)340º39.47%14.9%-
XYZ1.321.111.24-
YUV28.06127.97135.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.70%
GREEN value IS 23 (9.38% from 255) = 25.84%
BLUE value IS 28 (11.33% from 255) = 31.46%
R=42.70%
G=25.84%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38232800.390.260.8534024.5911.96
Hex26171C0271A5515419c
Octal462734047321255243114
Binary10011010111111000100111110101010101101010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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