Html Css Color HEX #3A352F Acadia

📋 copy color: '#3A352F'

red 58 ◦ green 53 ◦ blue 47

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

Shades of Acadia #3A352F

Tints of Acadia #3A352F

RGB

 RED value IS 58 (23.05% from 255) = 36.71%

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

 BLUE value IS 47 (18.75% from 255) = 29.75%

R = 36.71%
G = 33.54%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#3A352F (or 0x3A352F) is known color: Acadia. HEX triplet: 3A, 35 and 2F. RGB value is (58,53,47). Sum of RGB (Red+Green+Blue) = 58+53+47=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 58 - color contains mainly: red. Hex color #3A352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A352F is #C5CAD0. Grayscale: #353535. Windows color (decimal): -12962513 or 3093818. OLE color: 3093818.

HSL color Cylindrical-coordinate representation of color #3A352F: hue angle of 32.73º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A352F is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 53 47 -
CMYK 0 0.09 0.19 0.77
HSL 32.73º 0.1% 0.21% -
HSV(B) 32.73º 0.19% 0.23% -
XYZ 3.53 3.65 3.21 -
YUV 53.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 58 53 47 0 0.09 0.19 0.77 32.73 0.1 0.21
Hex 3A 35 2F 0 9 13 4D 21 A 15
Octal 72 65 57 0 11 23 115 41 12 25
Binary 111010 110101 101111 0 1001 10011 1001101 100001 1010 10101

Color Harmonies of #3A352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A352F

Black with #3A352F

Text Example


Text Example

White with #3A352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A352F; }

 p { color: rgb(58,53,47); }

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

background-color css

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

 a { background-color: rgb(58,53,47); }

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

border-color css

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

 span { border-color: rgb(58,53,47); }

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