Html Css Color HEX #3F3931 Jacko Bean

📋 copy color: '#3F3931'

red 63 ◦ green 57 ◦ blue 49

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

Shades of Jacko Bean #3F3931

Tints of Jacko Bean #3F3931

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.73%

 BLUE value IS 49 (19.53% from 255) = 28.99%

R = 37.28%
G = 33.73%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#3F3931 (or 0x3F3931) is known color: Jacko Bean. HEX triplet: 3F, 39 and 31. RGB value is (63,57,49). Sum of RGB (Red+Green+Blue) = 63+57+49=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3931 is #C0C6CE. Grayscale: #393939. Windows color (decimal): -12633807 or 3225919. OLE color: 3225919.

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

Color convert

RGB 63 57 49 -
CMYK 0 0.10 0.22 0.75
HSL 34.29º 0.13% 0.22% -
HSV(B) 34.29º 0.22% 0.25% -
XYZ 4.07 4.2 3.5 -
YUV 57.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 63 57 49 0 0.10 0.22 0.75 34.29 0.13 0.22
Hex 3F 39 31 0 A 16 4B 22 C 16
Octal 77 71 61 0 12 26 113 42 14 26
Binary 111111 111001 110001 0 1010 10110 1001011 100010 1100 10110

Color Harmonies of #3F3931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3931

Black with #3F3931

Text Example


Text Example

White with #3F3931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,57,49); }

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

background-color css

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

 a { background-color: rgb(63,57,49); }

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

border-color css

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

 span { border-color: rgb(63,57,49); }

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