#382B2E

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

Shades of Aubergine #382B2E

Tints of Aubergine #382B2E

Color information

#382B2E (or 0x382B2E) is unknown color: approx Aubergine. HEX triplet: 38, 2B and 2E. RGB value is (56,43,46). Sum of RGB (Red+Green+Blue) = 56+43+46=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B2E is #C7D4D1. Grayscale: #2F2F2F. Windows color (decimal): -13096146 or 3025720. OLE color: 3025720.

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

Color convert

RGB564346-
CMYK00.230.180.78
HSL346.15º13.13%19.41%-
HSV(B)346.15º23.21%21.96%-
XYZ2.992.772.96-
YUV47.23127.31134.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 43 (17.19% from 255) = 29.66%
BLUE value IS 46 (18.36% from 255) = 31.72%
R=38.62%
G=29.66%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56434600.230.180.78346.1513.1319.41
Hex382B2E017124E15ad13
Octal705356027221165321523
Binary111000101011101110010111100101001110101011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,43,46); }

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

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

 a { background-color: rgb(56,43,46); }

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

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

 span { border-color: rgb(56,43,46); }

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