#3D3A36

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

Shades of Jacko Bean #3D3A36

Tints of Jacko Bean #3D3A36

Color information

#3D3A36 (or 0x3D3A36) is unknown color: approx Jacko Bean. HEX triplet: 3D, 3A and 36. RGB value is (61,58,54). Sum of RGB (Red+Green+Blue) = 61+58+54=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3A36 is #C2C5C9. Grayscale: #3A3A3A. Windows color (decimal): -12764618 or 3553853. OLE color: 3553853.

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

Color convert

RGB615854-
CMYK00.050.110.76
HSL34.29º6.09%22.55%-
HSV(B)34.29º11.48%23.92%-
XYZ4.14.284.1-
YUV58.44125.49129.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.26%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 54 (21.48% from 255) = 31.21%
R=35.26%
G=33.53%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61585400.050.110.7634.296.0922.55
Hex3D3A3605B4C22617
Octal757266051311442627
Binary11110111101011011001011011100110010001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,58,54); }

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

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

 a { background-color: rgb(61,58,54); }

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

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

 span { border-color: rgb(61,58,54); }

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