#383032

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

Shades of Aubergine #383032

Tints of Aubergine #383032

Color information

#383032 (or 0x383032) is unknown color: approx Aubergine. HEX triplet: 38, 30 and 32. RGB value is (56,48,50). Sum of RGB (Red+Green+Blue) = 56+48+50=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 56 - color contains mainly: red. Hex color #383032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383032 is #C7CFCD. Grayscale: #323232. Windows color (decimal): -13094862 or 3289144. OLE color: 3289144.

HSL color Cylindrical-coordinate representation of color #383032: hue angle of 345º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #383032 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB564850-
CMYK00.140.110.78
HSL345º7.69%20.39%-
HSV(B)345º14.29%21.96%-
XYZ3.263.183.46-
YUV50.62127.65131.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.36%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 50 (19.92% from 255) = 32.47%
R=36.36%
G=31.17%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56485000.140.110.783457.6920.39
Hex3830320EB4E159814
Octal706062016131165311024
Binary1110001100001100100111010111001110101011001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383032; }

 p { color: rgb(56,48,50); }

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

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

 a { background-color: rgb(56,48,50); }

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

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

 span { border-color: rgb(56,48,50); }

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