Html Css Color HEX #3D372F Jacko Bean

📋 copy color: '#3D372F'

red 61 ◦ green 55 ◦ blue 47

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

Shades of Jacko Bean #3D372F

Tints of Jacko Bean #3D372F

RGB

 RED value IS 61 (24.22% from 255) = 37.42%

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

 BLUE value IS 47 (18.75% from 255) = 28.83%

R = 37.42%
G = 33.74%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#3D372F (or 0x3D372F) is known color: Jacko Bean. HEX triplet: 3D, 37 and 2F. RGB value is (61,55,47). Sum of RGB (Red+Green+Blue) = 61+55+47=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 61 - color contains mainly: red. Hex color #3D372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D372F is #C2C8D0. Grayscale: #373737. Windows color (decimal): -12765393 or 3094333. OLE color: 3094333.

HSL color Cylindrical-coordinate representation of color #3D372F: hue angle of 34.29º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3D372F is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 55 47 -
CMYK 0 0.10 0.23 0.76
HSL 34.29º 0.13% 0.21% -
HSV(B) 34.29º 0.23% 0.24% -
XYZ 3.8 3.93 3.25 -
YUV 55.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 61 55 47 0 0.10 0.23 0.76 34.29 0.13 0.21
Hex 3D 37 2F 0 A 17 4C 22 D 15
Octal 75 67 57 0 12 27 114 42 15 25
Binary 111101 110111 101111 0 1010 10111 1001100 100010 1101 10101

Color Harmonies of #3D372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D372F

Black with #3D372F

Text Example


Text Example

White with #3D372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,55,47); }

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

background-color css

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

 a { background-color: rgb(61,55,47); }

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

border-color css

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

 span { border-color: rgb(61,55,47); }

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