Html Css Color HEX #393128 Acadia

📋 copy color: '#393128'

red 57 ◦ green 49 ◦ blue 40

#393128
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acadia #393128

Tints of Acadia #393128

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.4%

R = 39.04%
G = 33.56%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#393128 (or 0x393128) is known color: 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

RGB 57 49 40 -
CMYK 0 0.14 0.30 0.78
HSL 31.76º 0.18% 0.19% -
HSV(B) 31.76º 0.3% 0.22% -
XYZ 3.17 3.22 2.46 -
YUV 50.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 57 49 40 0 0.14 0.30 0.78 31.76 0.18 0.19
Hex 39 31 28 0 E 1E 4E 20 12 13
Octal 71 61 50 0 16 36 116 40 22 23
Binary 111001 110001 101000 0 1110 11110 1001110 100000 10010 10011

Color Harmonies of #393128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393128

Black with #393128

Text Example


Text Example

White with #393128

Text Example


Text Example

HTML Codes & Css Web 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>