#38292C

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

Shades of Aubergine #38292C

Tints of Aubergine #38292C

Color information

#38292C (or 0x38292C) is unknown color: approx Aubergine. HEX triplet: 38, 29 and 2C. RGB value is (56,41,44). Sum of RGB (Red+Green+Blue) = 56+41+44=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #38292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38292C is #C7D6D3. Grayscale: #2D2D2D. Windows color (decimal): -13096660 or 2894136. OLE color: 2894136.

HSL color Cylindrical-coordinate representation of color #38292C: hue angle of 348º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #38292C is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB564144-
CMYK00.270.210.78
HSL348º15.46%19.02%-
HSV(B)348º26.79%21.96%-
XYZ2.882.612.73-
YUV45.83126.97135.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.72%
GREEN value IS 41 (16.41% from 255) = 29.08%
BLUE value IS 44 (17.58% from 255) = 31.21%
R=39.72%
G=29.08%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56414400.270.210.7834815.4619.02
Hex38292C01B154E15cf13
Octal705154033251165341723
Binary111000101001101100011011101011001110101011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38292C; }

 p { color: rgb(56,41,44); }

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

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

 a { background-color: rgb(56,41,44); }

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

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

 span { border-color: rgb(56,41,44); }

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