Html Css Color HEX #3F372C Jacko Bean

📋 copy color: '#3F372C'

red 63 ◦ green 55 ◦ blue 44

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

Shades of Jacko Bean #3F372C

Tints of Jacko Bean #3F372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.95%

 BLUE value IS 44 (17.58% from 255) = 27.16%

R = 38.89%
G = 33.95%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#3F372C (or 0x3F372C) is known color: Jacko Bean. HEX triplet: 3F, 37 and 2C. RGB value is (63,55,44). Sum of RGB (Red+Green+Blue) = 63+55+44=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 63 - color contains mainly: red. Hex color #3F372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F372C is #C0C8D3. Grayscale: #383838. Windows color (decimal): -12634324 or 2897727. OLE color: 2897727.

HSL color Cylindrical-coordinate representation of color #3F372C: hue angle of 34.74º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F372C is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 55 44 -
CMYK 0 0.13 0.30 0.75
HSL 34.74º 0.18% 0.21% -
HSV(B) 34.74º 0.3% 0.25% -
XYZ 3.87 3.97 2.95 -
YUV 56.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 63 55 44 0 0.13 0.30 0.75 34.74 0.18 0.21
Hex 3F 37 2C 0 D 1E 4B 23 12 15
Octal 77 67 54 0 15 36 113 43 22 25
Binary 111111 110111 101100 0 1101 11110 1001011 100011 10010 10101

Color Harmonies of #3F372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F372C

Black with #3F372C

Text Example


Text Example

White with #3F372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,55,44); }

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

background-color css

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

 a { background-color: rgb(63,55,44); }

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

border-color css

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

 span { border-color: rgb(63,55,44); }

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