#382325

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

Shades of Aubergine #382325

Tints of Aubergine #382325

Color information

#382325 (or 0x382325) is unknown color: approx Aubergine. HEX triplet: 38, 23 and 25. RGB value is (56,35,37). Sum of RGB (Red+Green+Blue) = 56+35+37=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #382325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382325 is #C7DCDA. Grayscale: #292929. Windows color (decimal): -13098203 or 2433848. OLE color: 2433848.

HSL color Cylindrical-coordinate representation of color #382325: hue angle of 354.29º 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 #382325 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB563537-
CMYK00.370.340.78
HSL354.29º23.08%17.84%-
HSV(B)354.29º37.5%21.96%-
XYZ2.572.182.04-
YUV41.51125.46138.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.75%
GREEN value IS 35 (14.06% from 255) = 27.34%
BLUE value IS 37 (14.84% from 255) = 28.91%
R=43.75%
G=27.34%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56353700.370.340.78354.2923.0817.84
Hex382325025224E1621712
Octal704345045421165422722
Binary111000100011100101010010110001010011101011000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382325; }

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

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

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

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

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

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

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

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