#3E3831

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

Shades of Jacko Bean #3E3831

Tints of Jacko Bean #3E3831

Color information

#3E3831 (or 0x3E3831) is unknown color: approx Jacko Bean. HEX triplet: 3E, 38 and 31. RGB value is (62,56,49). Sum of RGB (Red+Green+Blue) = 62+56+49=167 (22% of max value = 765). Red value is 62 (24.61% from 255 or 37.13% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3831 is #C1C7CE. Grayscale: #393939. Windows color (decimal): -12699599 or 3225662. OLE color: 3225662.

HSL color Cylindrical-coordinate representation of color #3E3831: hue angle of 32.31º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3E3831 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.76.

Color convert

RGB625649-
CMYK00.100.210.76
HSL32.31º11.71%21.76%-
HSV(B)32.31º20.97%24.31%-
XYZ3.964.073.48-
YUV57123.49131.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.13%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 49 (19.53% from 255) = 29.34%
R=37.13%
G=33.53%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62564900.100.210.7632.3111.7121.76
Hex3E38310A154C20c16
Octal76706101225114401426
Binary11111011100011000101010101011001100100000110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,56,49); }

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

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

 a { background-color: rgb(62,56,49); }

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

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

 span { border-color: rgb(62,56,49); }

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