#3B3A38

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

Shades of Acadia #3B3A38

Tints of Acadia #3B3A38

Color information

#3B3A38 (or 0x3B3A38) is unknown color: approx Acadia. HEX triplet: 3B, 3A and 38. RGB value is (59,58,56). Sum of RGB (Red+Green+Blue) = 59+58+56=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3A38 is #C4C5C7. Grayscale: #3A3A3A. Windows color (decimal): -12895688 or 3684923. OLE color: 3684923.

HSL color Cylindrical-coordinate representation of color #3B3A38: hue angle of 40º degrees, saturation: 0.03, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #3B3A38 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB595856-
CMYK00.020.050.77
HSL40º2.61%22.55%-
HSV(B)40º5.08%23.14%-
XYZ4.034.244.35-
YUV58.07126.83128.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.10%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 56 (22.27% from 255) = 32.37%
R=34.10%
G=33.53%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59585600.020.050.77402.6122.55
Hex3B3A380254D28317
Octal73727002511550327
Binary11101111101011100001010110011011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,58,56); }

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

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

 a { background-color: rgb(59,58,56); }

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

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

 span { border-color: rgb(59,58,56); }

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