#382C2E

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

Shades of Aubergine #382C2E

Tints of Aubergine #382C2E

Color information

#382C2E (or 0x382C2E) is unknown color: approx Aubergine. HEX triplet: 38, 2C and 2E. RGB value is (56,44,46). Sum of RGB (Red+Green+Blue) = 56+44+46=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #382C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C2E is #C7D3D1. Grayscale: #2F2F2F. Windows color (decimal): -13095890 or 3025976. OLE color: 3025976.

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

Color convert

RGB564446-
CMYK00.210.180.78
HSL350º12%19.61%-
HSV(B)350º21.43%21.96%-
XYZ3.022.842.97-
YUV47.82126.98133.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 44 (17.58% from 255) = 30.14%
BLUE value IS 46 (18.36% from 255) = 31.51%
R=38.36%
G=30.14%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56444600.210.180.783501219.61
Hex382C2E015124E15ec14
Octal705456025221165361424
Binary111000101100101110010101100101001110101011110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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