#26181D

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

Shades of Aubergine #26181D

Tints of Aubergine #26181D

Color information

#26181D (or 0x26181D) is unknown color: approx Aubergine. HEX triplet: 26, 18 and 1D. RGB value is (38,24,29). Sum of RGB (Red+Green+Blue) = 38+24+29=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 38 - color contains mainly: red. Hex color #26181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26181D is #D9E7E2. Grayscale: #1C1C1C. Windows color (decimal): -14280675 or 1906726. OLE color: 1906726.

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

Color convert

RGB382429-
CMYK00.370.240.85
HSL338.57º22.58%12.16%-
HSV(B)338.57º36.84%14.9%-
XYZ1.351.151.31-
YUV28.76128.14134.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.76%
GREEN value IS 24 (9.77% from 255) = 26.37%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=41.76%
G=26.37%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38242900.370.240.85338.5722.5812.16
Hex26181D025185515317c
Octal463035045301255232714
Binary10011011000111010100101110001010101101010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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