#3F362D

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

Shades of Jacko Bean #3F362D

Tints of Jacko Bean #3F362D

Color information

#3F362D (or 0x3F362D) is unknown color: approx Jacko Bean. HEX triplet: 3F, 36 and 2D. RGB value is (63,54,45). Sum of RGB (Red+Green+Blue) = 63+54+45=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 63 - color contains mainly: red. Hex color #3F362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F362D is #C0C9D2. Grayscale: #373737. Windows color (decimal): -12634579 or 2963007. OLE color: 2963007.

HSL color Cylindrical-coordinate representation of color #3F362D: hue angle of 30º 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 #3F362D is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB635445-
CMYK00.140.290.75
HSL30º16.67%21.18%-
HSV(B)30º28.57%24.71%-
XYZ3.843.883.03-
YUV55.66121.98133.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.89%
GREEN value IS 54 (21.48% from 255) = 33.33%
BLUE value IS 45 (17.97% from 255) = 27.78%
R=38.89%
G=33.33%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63544500.140.290.753016.6721.18
Hex3F362D0E1D4B1e1115
Octal77665501635113362125
Binary11111111011010110101110111011001011111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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