#26191D

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

Shades of Aubergine #26191D

Tints of Aubergine #26191D

Color information

#26191D (or 0x26191D) is unknown color: approx Aubergine. HEX triplet: 26, 19 and 1D. RGB value is (38,25,29). Sum of RGB (Red+Green+Blue) = 38+25+29=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 38 - color contains mainly: red. Hex color #26191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26191D is #D9E6E2. Grayscale: #1D1D1D. Windows color (decimal): -14280419 or 1906982. OLE color: 1906982.

HSL color Cylindrical-coordinate representation of color #26191D: hue angle of 341.54º 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 #26191D is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB382529-
CMYK00.340.240.85
HSL341.54º20.63%12.35%-
HSV(B)341.54º34.21%14.9%-
XYZ1.371.21.32-
YUV29.34127.81134.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.30%
GREEN value IS 25 (10.16% from 255) = 27.17%
BLUE value IS 29 (11.72% from 255) = 31.52%
R=41.30%
G=27.17%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38252900.340.240.85341.5420.6312.35
Hex26191D022185515615c
Octal463135042301255262514
Binary10011011001111010100010110001010101101010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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