#3B3732

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

Shades of Acadia #3B3732

Tints of Acadia #3B3732

Color information

#3B3732 (or 0x3B3732) is unknown color: approx Acadia. HEX triplet: 3B, 37 and 32. RGB value is (59,55,50). Sum of RGB (Red+Green+Blue) = 59+55+50=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3732 is #C4C8CD. Grayscale: #373737. Windows color (decimal): -12896462 or 3290939. OLE color: 3290939.

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

Color convert

RGB595550-
CMYK00.070.150.77
HSL33.33º8.26%21.37%-
HSV(B)33.33º15.25%23.14%-
XYZ3.753.893.57-
YUV55.63124.83130.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.98%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 50 (19.92% from 255) = 30.49%
R=35.98%
G=33.54%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59555000.070.150.7733.338.2621.37
Hex3B373207F4D21815
Octal7367620717115411025
Binary111011110111110010011111111001101100001100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,55,50); }

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

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

 a { background-color: rgb(59,55,50); }

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

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

 span { border-color: rgb(59,55,50); }

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