#382326

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

Shades of Aubergine #382326

Tints of Aubergine #382326

Color information

#382326 (or 0x382326) is unknown color: approx Aubergine. HEX triplet: 38, 23 and 26. RGB value is (56,35,38). Sum of RGB (Red+Green+Blue) = 56+35+38=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #382326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382326 is #C7DCD9. Grayscale: #292929. Windows color (decimal): -13098202 or 2499384. OLE color: 2499384.

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

Color convert

RGB563538-
CMYK00.370.320.78
HSL351.43º23.08%17.84%-
HSV(B)351.43º37.5%21.96%-
XYZ2.582.182.12-
YUV41.62125.96138.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 35 (14.06% from 255) = 27.13%
BLUE value IS 38 (15.23% from 255) = 29.46%
R=43.41%
G=27.13%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56353800.370.320.78351.4323.0817.84
Hex382326025204E15f1712
Octal704346045401165372722
Binary111000100011100110010010110000010011101010111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382326; }

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

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

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

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

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

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

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

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