Html Css Color HEX #393531 Acadia

📋 copy color: '#393531'

red 57 ◦ green 53 ◦ blue 49

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

Shades of Acadia #393531

Tints of Acadia #393531

RGB

 RED value IS 57 (22.66% from 255) = 35.85%

 GREEN value IS 53 (21.09% from 255) = 33.33%

 BLUE value IS 49 (19.53% from 255) = 30.82%

R = 35.85%
G = 33.33%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#393531 (or 0x393531) is known color: Acadia. HEX triplet: 39, 35 and 31. RGB value is (57,53,49). Sum of RGB (Red+Green+Blue) = 57+53+49=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 57 - color contains mainly: red. Hex color #393531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393531 is #C6CACE. Grayscale: #353535. Windows color (decimal): -13028047 or 3224889. OLE color: 3224889.

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

Color convert

RGB 57 53 49 -
CMYK 0 0.07 0.14 0.78
HSL 30º 0.08% 0.21% -
HSV(B) 30º 0.14% 0.22% -
XYZ 3.51 3.64 3.42 -
YUV 53.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 57 53 49 0 0.07 0.14 0.78 30 0.08 0.21
Hex 39 35 31 0 7 E 4E 1E 8 15
Octal 71 65 61 0 7 16 116 36 10 25
Binary 111001 110101 110001 0 111 1110 1001110 11110 1000 10101

Color Harmonies of #393531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393531

Black with #393531

Text Example


Text Example

White with #393531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393531; }

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

 H1.HeaderClassName
 {
   color: #393531;
 }
 .AnyTagClassName
 {
   color: #393531;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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