#382324

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

Shades of Aubergine #382324

Tints of Aubergine #382324

Color information

#382324 (or 0x382324) is unknown color: approx Aubergine. HEX triplet: 38, 23 and 24. RGB value is (56,35,36). Sum of RGB (Red+Green+Blue) = 56+35+36=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #382324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382324 is #C7DCDB. Grayscale: #292929. Windows color (decimal): -13098204 or 2368312. OLE color: 2368312.

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

Color convert

RGB563536-
CMYK00.370.360.78
HSL357.14º23.08%17.84%-
HSV(B)357.14º37.5%21.96%-
XYZ2.552.171.95-
YUV41.39124.96138.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 35 (14.06% from 255) = 27.56%
BLUE value IS 36 (14.45% from 255) = 28.35%
R=44.09%
G=27.56%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56353600.370.360.78357.1423.0817.84
Hex382324025244E1651712
Octal704344045441165452722
Binary111000100011100100010010110010010011101011001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382324; }

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

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

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

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

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

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

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

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