Html Css Color HEX #3F372A Jacko Bean

📋 copy color: '#3F372A'

red 63 ◦ green 55 ◦ blue 42

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

Shades of Jacko Bean #3F372A

Tints of Jacko Bean #3F372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.25%

R = 39.38%
G = 34.38%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#3F372A (or 0x3F372A) is known color: Jacko Bean. HEX triplet: 3F, 37 and 2A. RGB value is (63,55,42). Sum of RGB (Red+Green+Blue) = 63+55+42=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 63 - color contains mainly: red. Hex color #3F372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F372A is #C0C8D5. Grayscale: #373737. Windows color (decimal): -12634326 or 2766655. OLE color: 2766655.

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

Color convert

RGB 63 55 42 -
CMYK 0 0.13 0.33 0.75
HSL 37.14º 0.2% 0.21% -
HSV(B) 37.14º 0.33% 0.25% -
XYZ 3.83 3.96 2.75 -
YUV 55.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 63 55 42 0 0.13 0.33 0.75 37.14 0.2 0.21
Hex 3F 37 2A 0 D 21 4B 25 14 15
Octal 77 67 52 0 15 41 113 45 24 25
Binary 111111 110111 101010 0 1101 100001 1001011 100101 10100 10101

Color Harmonies of #3F372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F372A

Black with #3F372A

Text Example


Text Example

White with #3F372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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