#3B3834

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

Shades of Acadia #3B3834

Tints of Acadia #3B3834

Color information

#3B3834 (or 0x3B3834) is unknown color: approx Acadia. HEX triplet: 3B, 38 and 34. RGB value is (59,56,52). Sum of RGB (Red+Green+Blue) = 59+56+52=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3834 is #C4C7CB. Grayscale: #383838. Windows color (decimal): -12896204 or 3422267. OLE color: 3422267.

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

Color convert

RGB595652-
CMYK00.050.120.77
HSL34.29º6.31%21.76%-
HSV(B)34.29º11.86%23.14%-
XYZ3.844.013.82-
YUV56.44125.49129.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.33%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 52 (20.70% from 255) = 31.14%
R=35.33%
G=33.53%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59565200.050.120.7734.296.3121.76
Hex3B383405C4D22616
Octal737064051411542626
Binary11101111100011010001011100100110110001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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