#382629

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

Shades of Aubergine #382629

Tints of Aubergine #382629

Color information

#382629 (or 0x382629) is unknown color: approx Aubergine. HEX triplet: 38, 26 and 29. RGB value is (56,38,41). Sum of RGB (Red+Green+Blue) = 56+38+41=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #382629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382629 is #C7D9D6. Grayscale: #2B2B2B. Windows color (decimal): -13097431 or 2696760. OLE color: 2696760.

HSL color Cylindrical-coordinate representation of color #382629: hue angle of 350º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #382629 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB563841-
CMYK00.320.270.78
HSL350º19.15%18.43%-
HSV(B)350º32.14%21.96%-
XYZ2.722.392.41-
YUV43.72126.46136.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.48%
GREEN value IS 38 (15.23% from 255) = 28.15%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=41.48%
G=28.15%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56384100.320.270.7835019.1518.43
Hex3826290201B4E15e1312
Octal704651040331165362322
Binary11100010011010100101000001101110011101010111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382629; }

 p { color: rgb(56,38,41); }

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

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

 a { background-color: rgb(56,38,41); }

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

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

 span { border-color: rgb(56,38,41); }

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