Html Css Color HEX #3F382E Jacko Bean

📋 copy color: '#3F382E'

red 63 ◦ green 56 ◦ blue 46

#3F382E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacko Bean #3F382E

Tints of Jacko Bean #3F382E

RGB

 RED value IS 63 (25% from 255) = 38.18%

 GREEN value IS 56 (22.27% from 255) = 33.94%

 BLUE value IS 46 (18.36% from 255) = 27.88%

R = 38.18%
G = 33.94%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#3F382E (or 0x3F382E) is known color: Jacko Bean. HEX triplet: 3F, 38 and 2E. RGB value is (63,56,46). Sum of RGB (Red+Green+Blue) = 63+56+46=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 63 - color contains mainly: red. Hex color #3F382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F382E is #C0C7D1. Grayscale: #393939. Windows color (decimal): -12634066 or 3029055. OLE color: 3029055.

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

Color convert

RGB 63 56 46 -
CMYK 0 0.11 0.27 0.75
HSL 35.29º 0.16% 0.21% -
HSV(B) 35.29º 0.27% 0.25% -
XYZ 3.96 4.08 3.16 -
YUV 56.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 63 56 46 0 0.11 0.27 0.75 35.29 0.16 0.21
Hex 3F 38 2E 0 B 1B 4B 23 10 15
Octal 77 70 56 0 13 33 113 43 20 25
Binary 111111 111000 101110 0 1011 11011 1001011 100011 10000 10101

Color Harmonies of #3F382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F382E

Black with #3F382E

Text Example


Text Example

White with #3F382E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F382E;
 }
 .AnyTagClassName
 {
   color: #3F382E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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