#382A2D

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

Shades of Aubergine #382A2D

Tints of Aubergine #382A2D

Color information

#382A2D (or 0x382A2D) is unknown color: approx Aubergine. HEX triplet: 38, 2A and 2D. RGB value is (56,42,45). Sum of RGB (Red+Green+Blue) = 56+42+45=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #382A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A2D is #C7D5D2. Grayscale: #2E2E2E. Windows color (decimal): -13096403 or 2959928. OLE color: 2959928.

HSL color Cylindrical-coordinate representation of color #382A2D: hue angle of 347.14º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #382A2D is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB564245-
CMYK00.250.200.78
HSL347.14º14.29%19.22%-
HSV(B)347.14º25%21.96%-
XYZ2.932.692.85-
YUV46.53127.14134.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 42 (16.80% from 255) = 29.37%
BLUE value IS 45 (17.97% from 255) = 31.47%
R=39.16%
G=29.37%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56424500.250.200.78347.1414.2919.22
Hex382A2D019144E15be13
Octal705255031241165331623
Binary111000101010101101011001101001001110101011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382A2D; }

 p { color: rgb(56,42,45); }

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

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

 a { background-color: rgb(56,42,45); }

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

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

 span { border-color: rgb(56,42,45); }

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