#393128

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

Shades of Acadia #393128

Tints of Acadia #393128

Color information

#393128 (or 0x393128) is unknown color: approx Acadia. HEX triplet: 39, 31 and 28. RGB value is (57,49,40). Sum of RGB (Red+Green+Blue) = 57+49+40=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 57 - color contains mainly: red. Hex color #393128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393128 is #C6CED7. Grayscale: #323232. Windows color (decimal): -13029080 or 2634041. OLE color: 2634041.

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

Color convert

RGB574940-
CMYK00.140.300.78
HSL31.76º17.53%19.02%-
HSV(B)31.76º29.82%22.35%-
XYZ3.173.222.46-
YUV50.37122.15132.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.04%
GREEN value IS 49 (19.53% from 255) = 33.56%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=39.04%
G=33.56%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57494000.140.300.7831.7617.5319.02
Hex3931280E1E4E201213
Octal71615001636116402223
Binary111001110001101000011101111010011101000001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393128; }

 p { color: rgb(57,49,40); }

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

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

 a { background-color: rgb(57,49,40); }

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

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

 span { border-color: rgb(57,49,40); }

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