#382426

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

Shades of Aubergine #382426

Tints of Aubergine #382426

Color information

#382426 (or 0x382426) is unknown color: approx Aubergine. HEX triplet: 38, 24 and 26. RGB value is (56,36,38). Sum of RGB (Red+Green+Blue) = 56+36+38=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #382426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382426 is #C7DBD9. Grayscale: #2A2A2A. Windows color (decimal): -13097946 or 2499640. OLE color: 2499640.

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

Color convert

RGB563638-
CMYK00.360.320.78
HSL354º21.74%18.04%-
HSV(B)354º35.71%21.96%-
XYZ2.612.242.13-
YUV42.21125.63137.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.08%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=43.08%
G=27.69%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56363800.360.320.7835421.7418.04
Hex382426024204E1621612
Octal704446044401165422622
Binary111000100100100110010010010000010011101011000101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382426; }

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

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

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

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

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

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

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

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