#3F382D

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

Shades of Jacko Bean #3F382D

Tints of Jacko Bean #3F382D

Color information

#3F382D (or 0x3F382D) is unknown color: approx Jacko Bean. HEX triplet: 3F, 38 and 2D. RGB value is (63,56,45). Sum of RGB (Red+Green+Blue) = 63+56+45=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 63 - color contains mainly: red. Hex color #3F382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F382D is #C0C7D2. Grayscale: #383838. Windows color (decimal): -12634067 or 2963519. OLE color: 2963519.

HSL color Cylindrical-coordinate representation of color #3F382D: hue angle of 36.67º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F382D is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB635645-
CMYK00.110.290.75
HSL36.67º16.67%21.18%-
HSV(B)36.67º28.57%24.71%-
XYZ3.944.073.06-
YUV56.84121.32132.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.41%
GREEN value IS 56 (22.27% from 255) = 34.15%
BLUE value IS 45 (17.97% from 255) = 27.44%
R=38.41%
G=34.15%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63564500.110.290.7536.6716.6721.18
Hex3F382D0B1D4B251115
Octal77705501335113452125
Binary111111111000101101010111110110010111001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,56,45); }

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

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

 a { background-color: rgb(63,56,45); }

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

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

 span { border-color: rgb(63,56,45); }

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