#3A2426

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

Shades of Aubergine #3A2426

Tints of Aubergine #3A2426

Color information

#3A2426 (or 0x3A2426) is unknown color: approx Aubergine. HEX triplet: 3A, 24 and 26. RGB value is (58,36,38). Sum of RGB (Red+Green+Blue) = 58+36+38=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2426 is #C5DBD9. Grayscale: #2A2A2A. Windows color (decimal): -12966874 or 2499642. OLE color: 2499642.

HSL color Cylindrical-coordinate representation of color #3A2426: hue angle of 354.55º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A2426 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.77.

Color convert

RGB583638-
CMYK00.380.340.77
HSL354.55º23.4%18.43%-
HSV(B)354.55º37.93%22.75%-
XYZ2.732.32.13-
YUV42.81125.29138.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.94%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 38 (15.23% from 255) = 28.79%
R=43.94%
G=27.27%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58363800.380.340.77354.5523.418.43
Hex3A2426026224D1631712
Octal724446046421155432722
Binary111010100100100110010011010001010011011011000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A2426; }

 p { color: rgb(58,36,38); }

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

<style>
 a { background-color: #3A2426; }

 a { background-color: rgb(58,36,38); }

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

<style>
 span { border-color: #3A2426; }

 span { border-color: rgb(58,36,38); }

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