#38272C

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

Shades of Aubergine #38272C

Tints of Aubergine #38272C

Color information

#38272C (or 0x38272C) is unknown color: approx Aubergine. HEX triplet: 38, 27 and 2C. RGB value is (56,39,44). Sum of RGB (Red+Green+Blue) = 56+39+44=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #38272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38272C is #C7D8D3. Grayscale: #2C2C2C. Windows color (decimal): -13097172 or 2893624. OLE color: 2893624.

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

Color convert

RGB563944-
CMYK00.300.210.78
HSL342.35º17.89%18.63%-
HSV(B)342.35º30.36%21.96%-
XYZ2.812.472.71-
YUV44.65127.63136.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 39 (15.62% from 255) = 28.06%
BLUE value IS 44 (17.58% from 255) = 31.65%
R=40.29%
G=28.06%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56394400.300.210.78342.3517.8918.63
Hex38272C01E154E1561213
Octal704754036251165262223
Binary1110001001111011000111101010110011101010101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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