#26191C

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

Shades of Aubergine #26191C

Tints of Aubergine #26191C

Color information

#26191C (or 0x26191C) is unknown color: approx Aubergine. HEX triplet: 26, 19 and 1C. RGB value is (38,25,28). Sum of RGB (Red+Green+Blue) = 38+25+28=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 38 - color contains mainly: red. Hex color #26191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26191C is #D9E6E3. Grayscale: #1D1D1D. Windows color (decimal): -14280420 or 1841446. OLE color: 1841446.

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

Color convert

RGB382528-
CMYK00.340.260.85
HSL346.15º20.63%12.35%-
HSV(B)346.15º34.21%14.9%-
XYZ1.361.191.26-
YUV29.23127.31134.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.76%
GREEN value IS 25 (10.16% from 255) = 27.47%
BLUE value IS 28 (11.33% from 255) = 30.77%
R=41.76%
G=27.47%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38252800.340.260.85346.1520.6312.35
Hex26191C0221A5515a15c
Octal463134042321255322514
Binary10011011001111000100010110101010101101011010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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