#382C2F

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

Shades of Aubergine #382C2F

Tints of Aubergine #382C2F

Color information

#382C2F (or 0x382C2F) is unknown color: approx Aubergine. HEX triplet: 38, 2C and 2F. RGB value is (56,44,47). Sum of RGB (Red+Green+Blue) = 56+44+47=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 56 - color contains mainly: red. Hex color #382C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C2F is #C7D3D0. Grayscale: #2F2F2F. Windows color (decimal): -13095889 or 3091512. OLE color: 3091512.

HSL color Cylindrical-coordinate representation of color #382C2F: hue angle of 345º 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 #382C2F is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB564447-
CMYK00.210.160.78
HSL345º12%19.61%-
HSV(B)345º21.43%21.96%-
XYZ3.042.853.08-
YUV47.93127.48133.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.10%
GREEN value IS 44 (17.58% from 255) = 29.93%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=38.10%
G=29.93%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56444700.210.160.783451219.61
Hex382C2F015104E159c14
Octal705457025201165311424
Binary111000101100101111010101100001001110101011001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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