#3A332B

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

Shades of Acadia #3A332B

Tints of Acadia #3A332B

Color information

#3A332B (or 0x3A332B) is unknown color: approx Acadia. HEX triplet: 3A, 33 and 2B. RGB value is (58,51,43). Sum of RGB (Red+Green+Blue) = 58+51+43=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 58 - color contains mainly: red. Hex color #3A332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A332B is #C5CCD4. Grayscale: #343434. Windows color (decimal): -12963029 or 2831162. OLE color: 2831162.

HSL color Cylindrical-coordinate representation of color #3A332B: hue angle of 32º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3A332B is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.77.

Color convert

RGB585143-
CMYK00.120.260.77
HSL32º14.85%19.8%-
HSV(B)32º25.86%22.75%-
XYZ3.363.442.77-
YUV52.18122.82132.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.16%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 43 (17.19% from 255) = 28.29%
R=38.16%
G=33.55%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58514300.120.260.773214.8519.8
Hex3A332B0C1A4D20f14
Octal72635301432115401724
Binary11101011001110101101100110101001101100000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,51,43); }

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

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

 a { background-color: rgb(58,51,43); }

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

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

 span { border-color: rgb(58,51,43); }

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